Jeremy Brodt
9363f2bb00
Add wait for serial characters to transmit before deleting serial object.
2016-11-08 10:44:07 +00:00
jeromecoutant
f6ced8690c
i2c_loop tests update for STM32
2016-11-08 10:43:54 +00:00
Mahadevan Mahesh
81733d3388
FAT tests: Add support for KL43Z
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-11-08 10:43:35 +00:00
Mahadevan Mahesh
7cccf2edac
Update USB driver for devices with Kinetis SDK support
...
1. Fix build issues with IAR and GCC toolchain
2. Update clock initialization code
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-11-08 10:43:34 +00:00
jeromecoutant
ad115672a2
digital_loop tests update for STM32
2016-11-08 10:42:58 +00:00
jeromecoutant
c9ced221ef
analog_loop tests update for STM32
2016-10-27 11:13:47 +01:00
Steven Cooreman
88c9e07c53
Workaround for SDK5.0.0 and USB
...
Aliased a few macros that changed name from SDK4.x to SDK5.x. in order to make the USB library play nice with SDK5.0.0
2016-10-27 11:13:39 +01:00
Bruno Monteiro Pires
aa6fbb676f
Fixed tab spacing from 0e8ba85
...
* Removed missplaced tabs
Signed-off-by: Bruno Monteiro Pires <brunomonteiropires@gmail.com>
2016-10-27 11:13:05 +01:00
Bruno Monteiro Pires
8b3ae981df
Enable / Disable serial debug.
...
+ Added ``void debug(bool dbg)`` method to allow enabling/disabling
serial debug at runtime.
+ Replaced calls to ``debug`` with ``debug_if`` to prevent messges
from being thrown via serial when debug is disabled.
Signed-off-by: Bruno Monteiro Pires <brunomonteiropires@gmail.com>
2016-10-27 11:13:04 +01:00
Mahadevan Mahesh
504b2ac6b6
Update tests to add support for FRDM KL43Z and FRDM KL82Z
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-10-14 16:15:26 -05:00
ccli8
e06a7b2753
Move files to match ARM mbed's restructure
...
1. Move USBHALHost_M451.cpp and USBHALHost_NUC472.cpp.
2. Move TARGET_M451/mbed_lib.json.
3. Move TARGET_NUC472/crypto.
4. Move TARGET_NUC472/mbed_lib.json.
2016-10-14 16:15:06 -05:00
ccli8
1541265cd8
NUMAKER_PFM_M453 support for USB host
2016-10-14 16:14:35 -05:00
ccli8
69c2feb512
Add NUC472 support for USBH
2016-10-14 16:14:31 -05:00
Sam Grove
683d7b7d74
Merge pull request #2874 from 0xc0170/feature_wifi_ublox
...
emac HAL API, WiFiInterface additions
2016-10-04 22:46:09 -05:00
andreas.larsson
1d3c63d9bb
Changed name for the target UBLOX_C029 to UBLOX_EVK_ODIN_W2
2016-10-03 12:10:50 +02:00
Christopher Haster
5cd2d7869e
Merge remote-tracking branch 'upstream/master' into feature_wifi_ublox_merge
2016-10-02 07:29:07 -05:00
Christopher Haster
175ae6b610
restructure - Fixed include bug in features/unsupported/net/lwip
...
time.h brings in struct timeval
lwip defines custom struct timeval
resolved through disabling lwip's struct timeval
2016-09-30 19:18:09 -05:00
Christopher Haster
bf643bcb0e
restructure - Moved libraries to features/unsupported
...
libraries -> features/unsupported
2016-09-30 19:18:09 -05:00