mbed-os/rtos/source
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
..
TARGET_CORTEX Disable write buffering on debug builds. 2020-01-30 16:19:28 +02:00
ConditionVariable.cpp Drivers/Events/RTOS Public and internal APIs cleanup (#10955) 2019-08-02 12:23:47 +01:00
EventFlags.cpp Drivers/Events/RTOS Public and internal APIs cleanup (#10955) 2019-08-02 12:23:47 +01:00
Kernel.cpp Move source files and add Doxygen labels 2019-09-10 14:31:24 +01:00
Mutex.cpp Mutex: _count incrementation brought back 2019-08-27 14:18:41 +02:00
RtosTimer.cpp Drivers/Events/RTOS Public and internal APIs cleanup (#10955) 2019-08-02 12:23:47 +01:00
Semaphore.cpp Prevent unreachable statements and correct variable sizes. 2019-09-12 11:51:26 +01:00
ThisThread.cpp Move source files and add Doxygen labels 2019-09-10 14:31:24 +01:00
Thread.cpp Add missing <string.h> includes 2020-01-09 14:52:54 +02:00
rtos_handlers.h Harmonise Doxygen comments in drivers, events, platform and rtos dirs 2019-09-09 10:59:51 +01:00
rtos_idle.h Harmonise Doxygen comments in drivers, events, platform and rtos dirs 2019-09-09 10:59:51 +01:00