mbed-os/rtos/source/TARGET_CORTEX
Hugues Kamba d4fe163804 Fix ARMC6 linker error for the bare metal profile
The ARMC6 compiler inadvertently introduces the `_scanf_mbtowc` symbol
to the build. The commit provides a weak definition of the symbol to
satisfy the linker whenever the symbol is included. This affects ARM
Compiler 6 version 6.12 and earlier.

The compiler error was previously observed when the MICROLIB library is
used with the uARM toolchain. However, the weak definition was put in
`mbed-os/rtos` which is not included when the bare metal profile is used.
2019-10-16 11:53:52 +01:00
..
TOOLCHAIN_ARM_MICRO Fix ARMC6 linker error for the bare metal profile 2019-10-16 11:53:52 +01:00
TOOLCHAIN_ARM_STD Move TARGET directories to source 2019-08-08 11:59:16 +01:00
TOOLCHAIN_GCC_ARM Move TARGET directories to source 2019-08-08 11:59:16 +01:00
TOOLCHAIN_IAR Move TARGET directories to source 2019-08-08 11:59:16 +01:00
rtx4 Suppress Coverity warnings 2019-10-16 11:53:52 +01:00
rtx5 Move TARGET directories to source 2019-08-08 11:59:16 +01:00
mbed_boot.c Move TARGET directories to source 2019-08-08 11:59:16 +01:00
mbed_boot.h Harmonise Doxygen comments in drivers, events, platform and rtos dirs 2019-10-16 11:53:52 +01:00
mbed_lib.json Move TARGET directories to source 2019-08-08 11:59:16 +01:00
mbed_rtos_rtx.c Prevent unreachable statements and correct variable sizes. 2019-10-16 11:53:52 +01:00
mbed_rtx_conf.h Move TARGET directories to source 2019-08-08 11:59:16 +01:00
mbed_rtx_handlers.c Prevent unreachable statements and correct variable sizes. 2019-10-16 11:53:52 +01:00
mbed_rtx_idle.cpp fix systick irq handler setup 2019-09-19 11:23:52 +01:00
mbed_rtx_storage.h Move TARGET directories to source 2019-08-08 11:59:16 +01:00