mirror of https://github.com/ARMmbed/mbed-os.git
Refactor the Mbed 5 boot process to make is simpler and more modular. This is done by breaking the boot sequence into 4 distinct steps - Target setup, Toolchain setup, RTOS setup and Mbed setup. This patch also move toolchain specific code into a per toolchain folder to make it more maintainable. |
||
|---|---|---|
| .. | ||
| TARGET_CORTEX_M | ||
| TOOLCHAIN_ARM_MICRO | ||
| TOOLCHAIN_ARM_STD | ||
| TOOLCHAIN_GCC_ARM | ||
| TOOLCHAIN_IAR | ||
| rtx4 | ||
| rtx5 | ||
| SysTimer.cpp | ||
| SysTimer.h | ||
| mbed_boot.c | ||
| mbed_boot.h | ||
| mbed_rtos1_types.h | ||
| mbed_rtos_rtx.c | ||
| mbed_rtos_storage.h | ||
| mbed_rtx_conf.h | ||
| mbed_rtx_handlers.c | ||
| mbed_rtx_idle.cpp | ||