mirror of https://github.com/ARMmbed/mbed-os.git
- 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. |
||
|---|---|---|
| .. | ||
| TARGET_NUCLEO_L011K4 | ||
| TARGET_NUCLEO_L031K6 | ||
| TARGET_NUCLEO_L073RZ | ||
| TARGET_STM32L0x2xZ | ||
| TARGET_STM32L053x8 | ||
| TARGET_STM32L072xZ | ||
| device | ||
| analogin_device.c | ||
| analogout_device.c | ||
| cmsis.h | ||
| common_objects.h | ||
| flash_api.c | ||
| gpio_irq_device.c | ||
| gpio_irq_device.h | ||
| i2c_device.h | ||
| pin_device.h | ||
| pwmout_device.c | ||
| pwmout_device.h | ||
| serial_device.c | ||
| spi_api.c | ||
| spi_device.h | ||