Sam Grove
|
3c6776f9bf
|
Merge pull request #2753 from jeromecoutant/PR_NUCLEO_F767ZI_CAN
[NUCLEO_F767ZI] Add CAN capability
|
2016-09-24 16:41:10 -05:00 |
Sam Grove
|
8e473be5f3
|
Merge pull request #2622 from egostm/dev_i2c_asynch
[STM32F4] Add asynchronous I2C
|
2016-09-24 16:27:20 -05:00 |
Sam Grove
|
297597c7f4
|
Merge pull request #2415 from svastm/serial_asynch_f0
[STM32F0] Add asynchronous serial
|
2016-09-24 16:22:55 -05:00 |
Erwan GOURIOU
|
d7dda282c2
|
[dev_asynch_i2c] 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-22 09:52:21 +02:00 |
Erwan GOURIOU
|
8982ff1971
|
[dev_i2c] 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-22 09:39:10 +02:00 |
Erwan GOURIOU
|
4b42fc5a22
|
[dev_asynch_i2c] Test Asynch I2C on F411RE
Add single board I2C master/slave asynch test
|
2016-09-22 09:39:10 +02:00 |
Erwan GOURIOU
|
6304980d70
|
[dev_asynch_i2c] Update I2C Tests to support F411
|
2016-09-22 09:34:51 +02:00 |
Sam Grove
|
a994f47da9
|
Merge pull request #2640 from jeromecoutant/PR_F0_RB
[NUCLEO_F072RB-NUCLEO_F070RB] RTOS issues
|
2016-09-22 00:47:14 -05:00 |
Laurent MEUNIER
|
b7a39d04d4
|
fixup! UTEST Spi Asynch
|
2016-09-21 13:49:57 +02:00 |
Laurent MEUNIER
|
3140b4bb29
|
UTEST Spi Asynch
Update test to be able to test on NUCLEO boards using generic
default pins definitions
|
2016-09-20 19:25:25 +02:00 |
jeromecoutant
|
012f2c3353
|
[NUCLEO_F767ZI] Add CAN capability
|
2016-09-20 16:18:11 +02:00 |
svastm
|
7e3d73310a
|
[STM32F0] Add tests for asynchronous serial
|
2016-09-20 12:57:56 +02:00 |
jeromecoutant
|
968d44d5dc
|
RTOS_1: patch correction
|
2016-09-19 10:17:59 +02:00 |
jeromecoutant
|
536e006a19
|
STM32F070RB/STM32F072RB: RTOS tests
Make all RTOS tests OK
|
2016-09-19 10:17:50 +02:00 |
Sam Grove
|
c4a02b037e
|
Merge pull request #2463 from svastm/serial_asynch_l0
[STM32L0] Add asynchronous serial
|
2016-09-18 17:44:08 -05:00 |
Sam Grove
|
75af749baa
|
Merge pull request #2571 from svastm/serial_asynch_f7
STM32F7 - Add asynchronous serial
|
2016-09-16 17:20:51 -05:00 |
Olaf Hagendorf
|
067ca8637c
|
classic mbed: bugfix can loop test
bugfixing the can loop test which failed after PR #2504
|
2016-09-13 10:44:51 +02:00 |
svastm
|
b5c3647e66
|
[STM32L0] Add tests for asynchronous serial
|
2016-09-12 16:04:59 +02:00 |
svastm
|
15e60fc7c6
|
STM32F7 - Add tests for asynchronous serial
|
2016-09-12 10:44:31 +02:00 |
Sam Grove
|
bf363195e3
|
Merge pull request #2633 from neilt6/usbdevice-callback-patch
Updated USBDevice to use Callback
|
2016-09-10 07:24:36 -05:00 |
Sam Grove
|
bb8ad21c67
|
Merge pull request #2634 from neilt6/usbdevice-os-patch
Updated USBHost for library changes
|
2016-09-10 07:24:08 -05:00 |
Sam Grove
|
c1ee7fb494
|
Merge pull request #2504 from ohagendorf/disco_f769_ii
[Disco_F769NI] adding new target
|
2016-09-10 07:16:21 -05:00 |
Sam Grove
|
3de19eecc8
|
Merge pull request #2419 from svastm/serial_asynch_f1
[STM32F1] Add asynchronous serial
|
2016-09-09 17:56:11 -05:00 |
ohagendorf
|
d0e2f1efa6
|
disco_f769 some rework ... (part II)
as suggested by adustm
|
2016-09-09 14:21:55 +02:00 |
neilt6
|
ae0137681a
|
Updated USBHost for library changes
Updated USBHost classes to use Callback<void()> and new Thread API to
fix compiler warnings.
|
2016-09-06 11:31:20 -06:00 |
neilt6
|
fc6cd7102b
|
Updated USBDevice to use Callback
Updated USBAudio and USBSerial to use Callback<void()> instead of
FunctionPointer to fix compiler warnings.
|
2016-09-06 11:02:04 -06:00 |
Michel Jaouen
|
c8d08bd952
|
[NUCLEO_F303ZE] test / export scripts update
|
2016-09-05 09:14:09 +02:00 |
svastm
|
e68b5f9a4e
|
[STM32F1] Add tests for asynchronous serial
|
2016-08-29 10:27:03 +02:00 |
svastm
|
cd7c44ba4d
|
[STM32F2] Add tests for asynchronous serial
|
2016-08-26 17:10:23 +02:00 |
Sam Grove
|
a48a6f7fe0
|
Merge pull request #2464 from svastm/serial_asynch_l1
[STM32L1] Add asynchronous serial
|
2016-08-26 09:42:27 -05:00 |
Jeremy Brodt
|
b18141343d
|
[MAX32620HSP] Replaced tab with spaces.
|
2016-08-25 15:15:50 -05:00 |
Jeremy Brodt
|
67b556b648
|
[MAX32620HSP] Added Deep Sleep support with USB.
|
2016-08-24 16:33:47 -05:00 |
Jeremy Brodt
|
b9b6d30659
|
[MAX32620HSP] Initial release.
|
2016-08-24 16:33:47 -05:00 |
svastm
|
ae5824bdfd
|
[STM32L1] Add tests for asynchronous serial
|
2016-08-23 17:01:56 +02:00 |
Martin Kojtal
|
22acfbf077
|
Merge pull request #2461 from svastm/serial_asynch_f3
[STM32F3] Add asynchronous serial
|
2016-08-23 14:14:10 +01:00 |
Martin Kojtal
|
21d55cd235
|
Merge pull request #2465 from svastm/serial_asynch_l4
[STM32L4] Add asynchronous serial
|
2016-08-23 11:01:57 +01:00 |
Martin Kojtal
|
77e87179bd
|
Merge pull request #2456 from NXPmicro/SDK2_FRDM_K66F
Add support for FRDM K66
|
2016-08-17 14:37:31 +01:00 |
svastm
|
e7b1b76b44
|
[STM32L4] Add tests for asynchronous serial
|
2016-08-16 17:55:27 +02:00 |
svastm
|
c660821515
|
[STM32F3] Add tests for asynchronous serial
|
2016-08-16 16:03:03 +02:00 |
Martin Kojtal
|
8d368775e3
|
Merge pull request #2401 from svastm/serial_asynch_f4
[STM32F4] Add asynchronous serial
|
2016-08-16 14:24:06 +01:00 |
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 |
svastm
|
e725eb52e5
|
[STM32F4] Add tests for asynchronous serial
|
2016-08-12 10:39:02 +02:00 |
jeromecoutant
|
9525a5a469
|
CAN loopback test: correct some NUCLEO pin
|
2016-08-11 09:41:16 +02: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 |