mbed-os/libraries/mbed
Russ f8ada507af Fix RawSerial when used with ARMCC microlib
The function vsnprintf does not properly handle a size of zero for
the destination buffer, and will write data to it.  If the buffer is
set to null this will cause a hardfault.  This patch adds a workaround
for this bug by using a buffer of size 1.
2016-01-10 19:01:46 -06:00
..
api mbed lib revision - 111 2015-12-15 16:06:22 +00:00
common Fix RawSerial when used with ARMCC microlib 2016-01-10 19:01:46 -06:00
hal Serial - constness for tx 2015-06-09 10:02:27 +01:00
targets Add cmsis files for this new platform 2016-01-06 13:44:36 +00:00
.yotta_ignore ignore target files not supported by the yotta module, to minimise published module size 2015-09-09 09:30:31 +01:00
CMakeLists.txt ensure startup code is included when building for armcc 2015-06-26 18:42:12 +01:00
module.json use mbed-classic as the module name; use YOTTA_GLOBAL_INCLUDE_DIRS 2015-06-23 16:29:04 +01:00