jeromecoutant
b15535b973
Add CAN capability
2016-09-28 13:52:54 +01:00
Erwan GOURIOU
8312e6e3d6
Extend asynch I2C to STM32F4 boards
...
Move i2c_s to common_objects.h
Introduce I2C Master/Slave asynch test
Test I2C asynch master/slave on STM32F4 boards
2016-09-28 13:50:20 +01:00
Erwan GOURIOU
9b204f8be2
Fix I2C byte transfer API to enable Master/Slave test on F411RE
...
i2c_byte_write could be used to send byte and address.
In case used for address, ADDR Flag should be reset.
2016-09-28 13:50:18 +01:00
Erwan GOURIOU
295a748bc7
Test Asynch I2C on F411RE
...
Add single board I2C master/slave asynch test
2016-09-28 13:50:15 +01:00
Erwan GOURIOU
70266258fd
Update I2C Tests to support F411
2016-09-28 13:50:13 +01:00
svastm
bda2c51153
Add tests for asynchronous serial
2016-09-28 13:50:09 +01:00
jeromecoutant
6c98b11a71
RTOS_1: patch correction
2016-09-28 13:49:54 +01:00
jeromecoutant
10a5f47900
STM32F070RB/STM32F072RB: RTOS tests
...
Make all RTOS tests OK
2016-09-28 13:49:51 +01:00
Laurent MEUNIER
642a777ff9
fixup! UTEST Spi Asynch
2016-09-28 13:49:44 +01:00
Laurent MEUNIER
72bf698f44
UTEST Spi Asynch
...
Update test to be able to test on NUCLEO boards using generic
default pins definitions
2016-09-28 13:48:56 +01:00
svastm
75a678cf08
Add tests for asynchronous serial
2016-09-28 13:48:44 +01:00
svastm
d3e5b5c9b7
STM32F7 - Add tests for asynchronous serial
2016-09-28 13:48:02 +01:00
Olaf Hagendorf
bf1b1ca977
classic mbed: bugfix can loop test
...
bugfixing the can loop test which failed after PR #2504
2016-09-28 13:47:49 +01:00
neilt6
971397f900
Updated USBDevice to use Callback
...
Updated USBAudio and USBSerial to use Callback<void()> instead of
FunctionPointer to fix compiler warnings.
2016-09-15 18:07:08 +01:00
neilt6
ec37b597e4
Updated USBHost for library changes
...
Updated USBHost classes to use Callback<void()> and new Thread API to
fix compiler warnings.
2016-09-15 18:07:07 +01:00
ohagendorf
0241fbf2f1
disco_f769 some rework ... (part II)
...
as suggested by adustm
2016-09-15 18:06:41 +01:00
svastm
864b440efd
Add tests for asynchronous serial
2016-09-15 18:05:41 +01:00
Michel Jaouen
05522c9285
test / export scripts update
2016-09-15 17:56:55 +01:00
svastm
c11c817dc1
Add tests for asynchronous serial
2016-08-31 08:36:51 +03:00
Jeremy Brodt
3c02e975db
Replaced tab with spaces.
2016-08-31 08:36:06 +03:00
Jeremy Brodt
68334bcf18
Added Deep Sleep support with USB.
2016-08-31 08:35:56 +03:00
Jeremy Brodt
ac18ffe015
Initial release.
2016-08-31 08:35:46 +03:00
svastm
70a7cb2972
Add tests for asynchronous serial
2016-08-31 08:35:32 +03:00
svastm
adfb954908
Add tests for asynchronous serial
2016-08-30 07:27:34 +01:00
svastm
bdc31caf63
Add tests for asynchronous serial
2016-08-30 07:27:31 +01:00
Mahadevan Mahesh
8753dd61d4
Add support for FRDM K66
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-08-18 13:47:50 +01:00
svastm
c247f2f197
Add tests for asynchronous serial
2016-08-18 13:47:37 +01:00
jeromecoutant
ffcfc882d3
CAN loopback test: correct some NUCLEO pin
2016-08-18 13:47:28 +01: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
Sam Grove
43bae174f5
Merge pull request #2280 from pan-/nrf-standard-build
...
Change default_build from small to standard on NRF based targets with at least 32K of RAM.
2016-07-28 17:35:13 -05:00
Vincent Coubard
a7d1bf7364
Update thread stack size for NRF based targets in rtos tests.
2016-07-28 21:21:31 +01:00
Russ Butler
4047ff9576
Create dedicated file for PlatformMutex
...
Move the PlatformMutex class into a dedicated file to reduce the
number of unnecessary includes.
2016-07-28 14:21:04 -05:00
Sam Grove
542fcca670
Merge pull request #2137 from sg-/operators
...
Remove macro for operators. Enable these as default behavior
2016-07-22 19:01:24 -05:00
jeromecoutant
680a1c2c6d
libraries update to add NUCLEO_F207ZG
2016-07-12 16:38:15 +02:00
Sam Grove
254ae0e109
Remove macro for operators. Enable these as default behavior
2016-07-10 13:47:13 -05:00
Erwan GOURIOU
eaf77ed37f
[STM32F4xx][NUCLEO_F429ZI] Add on for NUCLEO_F429ZI export and tests
2016-07-04 15:20:12 +02:00
Laurent Meunier
6671e1abc8
[NUCLEO_F446ZE] Tests update
2016-07-04 11:47:06 +02:00
Brian Daniels
529da7c43e
Tests - use MBED_ALIGN instead of specific compiler attributes
...
This fixes the build of vector realloc test for all compilers
2016-07-04 09:10:19 +01:00
svastm
2198dccd6e
[NUCLEO_L432KC] Add to build and export scripts
2016-06-30 14:50:35 +02: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
Sam Grove
a499856b4f
Update main.cpp
...
Make sure printf gets '\n'
2016-06-15 15:00:24 +01:00
Martin Kojtal
9b5adb8cd1
Merge pull request #1752 from svastm/add_nucleo_l011k4
...
Add NUCLEO_L011K4
2016-06-14 22:00:28 +02:00
Laurent Meunier
8cb46bc602
Add a serial transmission complete test
...
This automated test makes sure that the serial
syncrhonous API ensures a full transmission before
the function returns. The complete string sent by
printf shall be completely transferred before printf
returns and the sleep modes are called.
mbed Issue #1849
2016-06-14 12:03:22 +02:00
svastm
dcfec47cfc
[NUCLEO_L011K4] Add some tests
2016-06-13 10:24:19 +02:00
Russ Butler
3d8d441263
Make FAT filesystem thread safe
...
Add lock and unlock calls to the FAT filesystem so it is thread safe.
2016-06-11 17:33:13 +01:00
Christopher Haster
f046234ce8
Fixed uninitialized port in lwip dragged in by KSDK2
2016-06-09 12:43:00 -05:00
Martin Kojtal
c9a15d0530
Merge pull request #1854 from pan-/nrf51_port
...
RTOS port for NRF51 targets
2016-06-08 13:52:32 +01:00
Vincent Coubard
c58198e52b
Remove setbuf from rtos tests.
2016-06-07 17:50:00 +01:00
Martin Kojtal
4afc14d18b
Merge pull request #1781 from LMESTM/fix_MBED_37_Init
...
Modify serial nc tests init part
2016-06-07 12:15:57 +01:00