mbed-os/rtos/source/TARGET_CORTEX
Seppo Takalo c352488412 Disable write buffering on debug builds.
In mbed_start_application() there was a code that was supposed to
set DISDEFWBUF to one when running a debug build. However, this code
was in the wrong place, as this function is only called from
bootloader.

Move the code to correct place so that standalone applications use it
as well.

For the reference of DISDEFWBUF bit, see
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0552a/CHDCBHEE.html
2020-01-30 16:19:28 +02:00
..
TOOLCHAIN_ARM_MICRO Enabling small C library option and deprecating uARM toolchain 2019-12-19 10:05:11 -08:00
TOOLCHAIN_ARM_STD Fix the CI build issue 2020-01-02 02:46:21 -08: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-09-12 15:44:55 +01:00
rtx5 Allow OS_THREAD_LIBSPACE_NUM as a macro 2019-09-26 04:33:53 -07:00
mbed_boot.c Disable write buffering on debug builds. 2020-01-30 16:19:28 +02:00
mbed_boot.h Harmonise Doxygen comments in drivers, events, platform and rtos dirs 2019-09-09 10:59:51 +01:00
mbed_lib.json STM32F0: clean main-thread-stack-size setting 2019-12-23 12:29:40 +01:00
mbed_rtos_rtx.c Prevent unreachable statements and correct variable sizes. 2019-09-12 11:51:26 +01:00
mbed_rtx_conf.h Allow OS_THREAD_LIBSPACE_NUM as a macro 2019-09-26 04:33:53 -07:00
mbed_rtx_handlers.c Prevent unreachable statements and correct variable sizes. 2019-09-12 11:51:26 +01:00
mbed_rtx_idle.cpp fix systick irq handler setup 2019-09-13 12:33:49 +02:00
mbed_rtx_storage.h Move TARGET directories to source 2019-08-08 11:59:16 +01:00