mbed-os/platform
Rajkumar Kanagaraj b712589557 Exclude test cases for data types %lld, %llu, %llx to reduce build binary size
The "minimal_printf" greentea test has test cases for the different data types
(%d, %u, %x, %ld, %lu, %lx %llx)  that require a minimum above 36kb ROM
to build all test cases. LPC1114 target has only 32KB ROM memory,
so these changes excluding 3 test cases of data types %lld, %llu, %llx
to bring down to meet target minimum ROM size
2021-09-16 15:09:32 +01:00
..
FEATURE_EXPERIMENTAL_API PSA: Reinstate deprecated macro 2021-09-14 17:32:42 +01:00
bare_metal Added missing blockdevice mbed_lib.json 2020-11-02 16:35:26 +00:00
cxxsupport Namespace scope mbed:: added for CriticalSectionLock used in Atomic templates 2021-06-08 22:55:43 +02:00
docs fix(docs): corrects various typos in project documentation 2021-04-23 23:31:11 -05:00
include/platform Update Mbed version block 2021-08-18 12:44:48 +01:00
mbed-trace Move ns_trace.h to mbed-trace folder 2021-06-28 09:38:11 +03:00
randlib Update copyright (#15) 2021-06-28 09:38:11 +03:00
source Workaround for a bug in malloc() from newlib-nano 4.1.0 2021-09-01 17:21:32 +01:00
tests Exclude test cases for data types %lld, %llu, %llx to reduce build binary size 2021-09-16 15:09:32 +01:00
CMakeLists.txt Update platform CMake to include greentea test dir 2021-08-23 21:41:17 +01:00
mbed_lib.json Add platform MTS_DRAGONFLY_L496VG 2021-08-18 12:03:48 -05:00