mbed-os/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F411xE/device
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
..
TOOLCHAIN_ARM_MICRO Clean up ARM toolchain heap+stack setup in targets 2019-10-23 14:53:49 +03:00
TOOLCHAIN_ARM_STD Enabling small C library option and deprecating uARM toolchain 2019-12-19 10:05:11 -08:00
TOOLCHAIN_GCC_ARM Target_STM:_sbrk updated to use limits from linker files no need to set defines 2019-02-19 15:49:49 -06:00
TOOLCHAIN_IAR [STM] Support boot stack size configuration option 2019-01-08 15:32:06 +01:00
cmsis_nvic.h CMSIS5: Replace target defined NVIC_Set/GetVector with CMSIS implementation 2017-05-30 18:55:51 +01:00
flash_data.h STM32: Add Flash API support to STM32F4 devices with 512KB Flash 2017-08-25 17:20:13 +02:00
stm32f4xx.h STM32F4 Cube v1.19.0 update : ST CMSIS files 2018-02-15 16:33:32 +01:00
stm32f411xe.h STM32F4 Cube v1.19.0 update : ST CMSIS files 2018-02-15 16:33:32 +01:00
system_stm32f4xx.h STM32F4 Cube v1.19.0 update : ST CMSIS files 2018-02-15 16:33:32 +01:00
us_ticker_data.h stm32 ticker: typo corrections 2018-07-11 14:43:36 +02:00