mbed-os/libraries
Sissors 86e71216fa Allow Serial pin to be NC on Freescale/NXP devices
Nordic(?)/STM should also be done, but I don't know if they do their own
stuff.

Issue is that since the mbed-assert implementation, calling pin_mode
causes an assert when a pin is NC. Since defining a serial object with
only TX or RX is a valid use case, this should be handled.

pinmap_pinout does accept NC pins, so there no guards are needed (person
who adds asserts there may also fix it in all other code).
2014-10-04 22:47:25 +02:00
..
USBDevice Merge pull request #460 from xiongyihui/stm32f407 2014-08-21 14:57:36 +01:00
USBHost Added count argument to disk read/write 2014-08-13 09:12:12 -06:00
doc Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
dsp Fix compiler warning (signed vs. unsigned comparison). 2014-06-19 19:18:21 +02:00
fs Added MemFileSystem.h from repo on mbed.org 2014-08-28 09:55:01 +01:00
mbed Allow Serial pin to be NC on Freescale/NXP devices 2014-10-04 22:47:25 +02:00
net [NET] K64F - enet driver addition (latest merge removed that file) 2014-09-19 13:33:41 +01:00
rpc [KLXX] Added RPC + RTOS support 2014-05-25 18:03:50 +09:00
rtos [LPC4337] support RTOS 2014-09-10 03:20:39 +09:00
tests test [MBED_A7] extension 2014-09-19 11:13:57 +02:00