Mihail Stoyanov
d504a3b58a
Merge branch 'master' of https://github.com/mbedmicro/mbed
2015-06-09 16:14:47 +03:00
Brian Daniels
0d2effd024
Add option to consolidate waterfall loops into one test case in test report. Useful for CI.
2015-06-08 14:51:13 -05:00
Brian Daniels
f7fad72e44
Fixed runtime error when test fails due to build failure and outputting test report file
2015-06-08 12:45:30 -05:00
Brian Daniels
0afe1e8059
Added platform filter to build_release.py
2015-06-08 10:26:39 -05:00
Martin Kojtal
4e503efe2e
Merge pull request #1163 from 0xc0170/release_targets
...
Build release - AppNearMe target addition, fixes for 2 Silabs target (no ARM)
2015-06-08 16:08:31 +01:00
sg-
27aa980588
add targets to release
2015-06-08 14:42:12 +01:00
0xc0170
d4e4f7ce4b
Build release - AppNearMe target addition, fixes for 2 Silabs target (no ARM)
2015-06-08 13:42:39 +01:00
Martin Kojtal
bae47ec370
Merge pull request #1162 from dbestm/master
...
NUCLEO_F103RB, NUCLEO_L152RE - RTOS test enhancement
2015-06-08 13:30:06 +01:00
Christian Taedcke
cc66b95709
Copy missing files to be able to compile export_test projects.
2015-06-05 19:41:11 +02:00
dbestm
1975889b37
[NUCLEO_F103RB] add RTOS test in script
2015-06-04 17:41:05 +02:00
Mihail Stoyanov
2c5aab74eb
Add base MCU support for Cortex-M4. Tidy up targets.py
2015-06-03 20:44:25 +03:00
Martin Kojtal
927c31ab84
Merge pull request #1121 from Wiznet/master
...
Add WIZwiki-W7500
2015-06-03 08:54:53 +01:00
Martin Kojtal
e775613c6b
Merge pull request #1127 from bridadan/wfiTest
...
Added tests for the WFI instruction
2015-06-03 08:44:34 +01:00
Martin Kojtal
acd04f16be
Merge pull request #1151 from toyowata/master
...
SSCI824 - Add rtos build
2015-06-03 08:39:01 +01:00
Martin Kojtal
0aaa14b6a6
Merge pull request #1145 from bcostm/master
...
DISCO_F334C8 - Add uVision and IAR exporters
2015-06-03 08:38:03 +01:00
Toyomasa Watarai
56e43df1c7
[SSCI824] Add rtos
...
- Add rtos TARGET_SSCI824 (same as LPC824) and test
- Fixed warning of pwmout_api.c by GCC_ARM
2015-06-03 16:13:06 +09:00
0xc0170
4b93618af6
Squashed commit of the following ( #1149 PR on github):
...
commit 4810979575d8feccff1d6dc75ab24e3753c4e0f0
Merge: 83c82b0
0e23067
Author: 0xc0170 <c0170@rocketmail.com>
Date: Wed Jun 3 08:06:14 2015 +0100
Merge branch 'master' of https://github.com/screamerbg/mbed into screamerbg-master
commit 0e23067718
Author: Mihail Stoyanov <wm@smode.org>
Date: Tue Jun 2 16:08:08 2015 +0300
Add the Delta NNN40 platform to releases
commit 62a585dcda
Merge: e1cd545
7a1d25e
Author: Mihail Stoyanov <wm@smode.org>
Date: Tue Jun 2 16:06:44 2015 +0300
Merge branch 'master' of https://github.com/mbedmicro/mbed
Conflicts:
workspace_tools/tests.py
commit e1cd545a9c
Merge: 5c5e61f
ffd5586
Author: Mihail Stoyanov <wm@smode.org>
Date: Thu May 7 13:07:48 2015 +0300
Merge branch 'master' of https://github.com/mbedmicro/mbed
commit 5c5e61f0ac
Author: Mihail Stoyanov <wm@smode.org>
Date: Thu May 7 13:07:35 2015 +0300
Remove the Disco L053 from RTOS tests as it's not ready yet
commit e75efe3467
Author: Mihail Stoyanov <wm@smode.org>
Date: Wed May 6 13:49:05 2015 +0300
Tidy up targets.py
2015-06-03 08:07:32 +01:00
hjjeon0608
4d977799b6
Merge branch 'master' of https://github.com/mbedmicro/mbed
2015-06-02 08:58:50 +09:00
Brian Daniels
a417bc4114
Added host test info
2015-06-01 12:16:37 -05:00
Brian Daniels
17335f4935
Fixed syntax error
2015-06-01 12:09:35 -05:00
bcostm
f1040bdd04
[DISCO_F334C8] Add uVision and IAR exporters
2015-06-01 12:18:02 +02:00
Martin Kojtal
6f7f37eec7
Merge pull request #1118 from logost/LPC2460
...
Introduction of new platform LPC2460 MCU
2015-06-01 10:52:03 +01:00
Martin Kojtal
7ab478cf5c
Merge pull request #1110 from ohagendorf/nucleo_f446
...
Nucleo_F446RE - adding target
2015-06-01 10:27:07 +01:00
Tim
3f1cca6382
Update nRF51822 softdevice to s130 in GCC export sciprt
...
The main source code has removed the s110 softdevice in favour of s130. This fixes the GCC ARM export template.
2015-05-29 08:27:23 +01:00
hjjeon0608
ccd7e79d8c
Add WIZwiki_W7500 in build_release.py
2015-05-27 17:38:27 +09:00
Brian Daniels
12a708f8b5
Fixed return status of test
2015-05-26 10:24:44 -05:00
Olaf Hagendorf
8b73e9093b
[NUCLEO_F446RE] adding to RTOS lib
...
RTOS_1 .. RTOS_8 tests are OK
2015-05-23 19:10:53 +02:00
ohagendorf
455b417b8f
[NUCLEO_F446RE] create new target - part 2
...
Update system_stm32f4xx to new version, generated by STM32CubeMX
Add target name to digital_loop test
Update coide export template
2015-05-23 19:03:12 +02:00
ohagendorf
8edb20bed6
[NUCLEO_F446RE] create the new target
...
Create the new target - mbed_blinky is runnning
2015-05-23 19:03:11 +02:00
sarahmarshy
5df10cce37
Consolidated code with some generic inheritance. Changed the way rpc interfaces are called. Eliminated platform specific pin names.
2015-05-22 16:26:08 -05:00
Brian Daniels
1cb4afc60b
Returns IO_FAIL when inital output is incorrect instead of IO_SERIAL
2015-05-22 10:16:05 -05:00
hjjeon0608
1c9cbdbf35
Merge branch 'master' of https://github.com/mbedmicro/mbed
2015-05-22 08:05:04 +09:00
hjjeon0608
5fb844ce87
Change startup code for toolchain ARM
...
Add possible toolchain ARM at targets.py
2015-05-22 08:04:37 +09:00
Brian Daniels
0551f6e8b9
Added tests for the WFI instruction
2015-05-21 15:17:17 -05:00
0xc0170
f5eeaa09c6
Merge branch 'master' of https://github.com/modtronix-com/mbed into modtronix-com-master
...
Conflicts:
libraries/rtos/rtx/TARGET_CORTEX_M/RTX_CM_lib.h
libraries/rtos/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c
workspace_tools/export/coide.py
workspace_tools/export/gccarm.py
workspace_tools/export/uvision4.py
2015-05-21 09:53:12 +01:00
hjjeon0608
9c329b9357
Remove analogout_api.c
...
Remove toolchain ARM at targets.py
2015-05-20 10:50:45 +09:00
Martin Kojtal
d2cab9778f
Merge pull request #1094 from PrzemekWirkus/devel_add_multiple_same_targets
...
Tools: Added support for testing of multiple targets of the same type (board type)
2015-05-19 08:55:07 +02:00
Dmitry Bogdanov
8122f63861
add Travis build target for LPC2460
2015-05-18 20:34:53 +04:00
bcostm
c33e013276
[DISCO_F334C8] Add ARM, uARM and IAR toolchains.
...
Compilation and basic tests are OK.
2015-05-18 16:19:33 +02:00
Dmitry Bogdanov
8ab2a95618
make some tests compilable
2015-05-18 13:31:10 +04:00
hjjeon0608
c452befc0a
Delete json files
2015-05-18 09:32:49 +09:00
ohagendorf
40eb4e2ebc
[utils.py] windows problem
...
The last change, additional tests if comand is existing, doesn't work
under Windows because commands are tested only without extensions but
under Windows this is not successful.
2015-05-16 12:18:30 +02:00
hjjeon0608
2f751039fc
add some files
2015-05-15 11:28:46 +09:00
Kevin Gillespie
abbded72a8
Updating Keil export templates to have flash algorithm.
2015-05-14 11:10:48 -05:00
Martin Kojtal
31db62f4e9
Merge pull request #1095 from Pithikos/hotfix
...
Fixes for premature error checking
2015-05-14 07:44:46 +02:00
Martin Kojtal
b788b13841
Merge pull request #1105 from 0xc0170/dev_asynch_unit_tests
...
Asynch Unit tests (Serial, SPI, I2C, low power ticker)
2015-05-14 07:32:49 +02:00
Toyomasa Watarai
014c5f46f5
[RTOS] Add Nucleo STM32L152RE platform
...
* Add RTOS support for Nucleo STM32L152RE
* Add RTOS tests for the target
* Add RTOS build for build travis
2015-05-14 13:05:57 +09:00
0xc0170
686b99672f
Asynch Unit tests (Serial, SPI, I2C, low power ticker)
...
Peripheral unit tests require target pins definitions. I included K64F there as
a show case, although currently k64f does not support asynch methods.
2015-05-13 14:26:26 +02:00
0xc0170
3ee5f8640d
mbed lib revision - 99
...
build release - 2 platforms addition - disco l053c8 and maxwsnenv
2015-05-13 10:29:04 +02:00
Dmitry Bogdanov
dbbacdcbaf
remove ARM toolchain as not supported for LPC2460
2015-05-08 20:58:38 +04:00