Refactor boot process
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.
ls
1 parent ec19bf1 commit 325565bf79ec5fe892d53bc330d321002b32a33c
@Russ Butler Russ Butler authored on 13 Aug 2018
Showing 7 changed files
View
rtos/TARGET_CORTEX/TOOLCHAIN_ARM_MICRO/mbed_boot_arm_micro.c 0 → 100644
View
rtos/TARGET_CORTEX/TOOLCHAIN_ARM_STD/mbed_boot_arm_std.c 0 → 100644
View
rtos/TARGET_CORTEX/TOOLCHAIN_GCC_ARM/mbed_boot_gcc_arm.c 0 → 100644
View
rtos/TARGET_CORTEX/TOOLCHAIN_IAR/mbed_boot_iar.c 0 → 100644
View
rtos/TARGET_CORTEX/mbed_boot.c
View
rtos/TARGET_CORTEX/mbed_boot.h 0 → 100644
View
rtos/TARGET_CORTEX/mbed_rtos_rtx.c 0 → 100644