mbed-os/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F411xE
Rajkumar Kanagaraj 957dca2082 Enabling small C library option and deprecating uARM toolchain
- By default, Mbed OS build tools use standard C library for all supported toolchains.
   It is possible to use smaller C libraries by overriding the "target.default_lib" option
   with "small". This option is only currently supported for the GCC_ARM toolchain.
   This override config option is now extended in the build tool for ARM toolchain.
 - Add configuration option to specify libraries supported for each toolchain per targets.
 - Move __aeabi_assert function from rtos to retarget code so it’s available for bare metal.
 - Use 2 memory region model for ARM toolchain scatter file for the following targets:
   NUCLEO_F207ZG, STM32F411xE, STM32F429xI, NUCLEO_L073RZ, STM32F303xE
 - Add a warning message in the build tools to deprecate uARM toolchain.
 - NewLib-Nano C library is not supporting floating-point and printf with %hhd,%hhu,%hhX,%lld,%llu,%llX
   format specifier so skipping those green tea test cases.
2019-12-19 10:05:11 -08:00
..
TARGET_ELMO_F411RE TARGET_STM: Add DEVICE_SPI_COUNT to use SPIs without interference 2019-06-14 14:15:56 +02:00
TARGET_NUCLEO_F411RE Change explicit pinmap to static pinmap 2019-11-28 08:32:12 +01:00
TARGET_SAKURAIO_EVB_01 TARGET_STM: Add DEVICE_SPI_COUNT to use SPIs without interference 2019-06-14 14:15:56 +02:00
device Enabling small C library option and deprecating uARM toolchain 2019-12-19 10:05:11 -08:00
objects.h STM32: Analogin - define handle in object not as a global 2017-07-17 13:23:45 +02:00