Mahadevan Mahesh
0ad9220fb1
Add support for FRDM K66
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-08-15 15:37:25 -05:00
Russ Butler
efddaf49d6
Revert "Decrease nrf51 semaphore test stack size"
...
This reverts commit cdb62583cb
.
2016-08-03 10:58:13 -05:00
Russ Butler
cdb62583cb
Decrease nrf51 semaphore test stack size
...
Decrease the stack size of the threads used on semaphore test for
the nrf51. This fixes a crash due to being out of heap memory.
2016-08-02 21:18:00 -05:00
Vincent Coubard
a7d1bf7364
Update thread stack size for NRF based targets in rtos tests.
2016-07-28 21:21:31 +01:00
Sam Grove
a30fac1e1e
If a target is restricted to single threaded mode, fail compilation of the test as not supported
2016-06-24 16:08:59 -05:00
Vincent Coubard
c58198e52b
Remove setbuf from rtos tests.
2016-06-07 17:50:00 +01:00
Vincent Coubard
e46b659799
Merge branch 'master' of https://github.com/mbedmicro/mbed into nrf51_port
2016-06-05 20:46:42 +01:00
Vincent Coubard
39a459f4b6
Port RTOS tests to nrf51.
...
Provide fixed stack stize for nrf51 targets.
Disable memory allocation for stdout otherwise tests fail on mkit target.
2016-06-05 18:32:47 +01:00
Steven Cooreman
0015943bd9
Remove RTOS support for EFM32 Zero Gecko because of too little RAM
2016-06-02 10:06:26 +02:00
Steven Cooreman
b1accd3b07
Fix stack size on EFM32 RTOS tests to avoid heap overflow
2016-06-01 14:53:48 +02:00
dbestm
86c139d13b
[NUCLEO_F303K8] add support for the nucleo_f303k8
2015-10-12 11:34:06 +02:00
Martin Kojtal
0fa6058084
Revert "[NUCLEO_F303K8] add support of the STM32F303K8"
2015-09-28 19:01:26 +02:00
dbestm
0fb5d52a8c
[NUCLEO_F303K8] add rtos support
2015-09-24 16:33:57 +02:00
dbestm
a798dbf688
Revert "[NUCLEO_F303K8] add RTOS support"
...
This reverts commit e9728b552e
.
2015-09-24 16:19:40 +02:00
dbestm
e9728b552e
[NUCLEO_F303K8] add RTOS support
2015-09-24 15:49:02 +02:00
dbestm
29401861d8
[NUCLEO_F0xx] RTOS test enhance files to pass test
...
main files: stack size modification
F030: us_ticker.c, hal_tich.h, haltick.c, add ticker to reserve systick
for RTOS
F030+GCC: modif startup for RTOS
2015-06-19 10:21:05 +02:00
dbestm
9ed5710ac1
Revert "Revert "[NUCLEO_F030R8][NUCLEO_F070RB] add RTOS test""
...
This reverts commit 4d91eaa3d9
.
2015-06-09 10:53:20 +02:00
dbestm
4d91eaa3d9
Revert "[NUCLEO_F030R8][NUCLEO_F070RB] add RTOS test"
...
This reverts commit 9f3fb198c2
.
2015-06-09 10:51:35 +02:00
dbestm
9f3fb198c2
[NUCLEO_F030R8][NUCLEO_F070RB] add RTOS test
2015-06-09 10:41:33 +02:00
dbestm
1f4fa2dd78
[NUCLEO_F103RB] RTOS + IAR semaphore test
2015-06-04 17:36:12 +02:00
dbestm
0370f39673
[NUCLEO_L053R8] enhance RTOS main test
...
To make them passed with GCC and ARM compilers
2015-05-27 10:07:16 +02:00
dbestm
891567da8f
[NUCLEO_F334R8] RTOS main of some test enhanced
...
RTOS_3(semaphore) main of test enhanced for IAR and GCC
RTOS_2(mutex) main of test enhanced for IAR
2015-04-24 15:52:33 +02:00
Przemek Wirkus
09c48e4081
Refactored names for MBED_HOSTTEST macros used in test case auto-detection
2015-02-11 10:37:03 +00:00
Przemek Wirkus
0bafe71fed
Refactored RTOS_1 test and did some small indent in tests.py
2015-01-28 11:38:44 +00:00
Przemek Wirkus
6903b54b9e
Refactored generic tests with timer host test supervision
...
Reactored RTOS tests
2015-01-27 12:10:16 +00:00
ohagendorf
b9bef6b06e
[DISCO/NUCLEO_L053xx] adding to RTOS - part3
...
Reverting the DEFAULT_STACK_SIZE changes in cmsis.oh.h and adding
changes to RTOS_x tests, to create threads with the neccessary reduced
stack sizes for these targets.
2015-01-02 14:52:39 +01:00
Masao Hamanaka
cf9fc3c4ac
Add SD function
...
Add SD function and tests for RZ_A1H.
2014-11-27 17:12:57 +09:00
Przemek Wirkus
ab2433cac2
Test bugfix: bugfixed RTOS (mutex, semaphore) - not thread safe stdio causes test result prints to be interrupted by threads' printing
...
test bugfix: added support for targetID print from device for 'hello world' and 'stdio' testcases
2014-08-15 11:17:52 +01:00
Przemek Wirkus
12c7ba5ee2
Small refactoring for SD card tests for TARGET_K64F platform
2014-07-28 13:35:10 +01:00
0xc0170
971038f2ed
spaces removal - tests
2014-05-29 15:50:20 +02:00
Przemek Wirkus
5eb40d38ca
Small refactoring + code indent
2014-04-24 14:41:53 +01:00
Przemek Wirkus
b6fadb4e11
RTOS_8 ISR handling for queue put/get functionality added to test suite
2014-03-26 17:38:36 +00:00
Przemek Wirkus
773e0ce493
RTOS_2 Semaphore resource locking test automation added to test suite
2014-03-25 14:33:58 +00:00
Przemek Wirkus
c1c470bf6f
Small changes to testcase to allign with RTOS Mail test
2014-03-25 14:33:57 +00:00
Przemek Wirkus
40514add7f
RTOS_6 Mail test automation added ti test suite
2014-03-25 14:33:56 +00:00
Przemek Wirkus
9a73b5a809
RTOS_4 Signal test automation added to test suite
2014-03-25 14:33:55 +00:00
Przemek Wirkus
031bf1323b
RTOS_5 Queue test small implementation changes
2014-03-25 14:33:54 +00:00
Przemek Wirkus
0afeb401c7
RTOS_5 Queue test automation changed - host test is not used now - test is faster
2014-03-25 14:33:52 +00:00
Przemek Wirkus
11c042fac3
Added RTOS_5 Queue test to automated host test suite
2014-03-24 18:45:56 +00:00
Przemek Wirkus
88fa03a1af
Added RTOS_7 timer automated test to host test suite
2014-03-24 18:22:33 +00:00
Przemek Wirkus
a8c7e135f7
Added RTOS_1 basic test and RTOS_9 SD file write/read test to host test automation
2014-03-24 17:05:32 +00:00
Emilio Monti
a5e0438a97
Add Freescale KL25Z
2013-02-26 14:57:42 +00:00
Emilio Monti
5c20760685
Initial commit of the mbed libraries and tools
2013-02-18 15:32:11 +00:00