nuttx/boards/arm/stm32l4
Jiuzhu Dong de1c184e6c boards/sim: support rc.sysinit
Follow: http://glennastory.net/boot/sysinit.html

This is first script that init runs is rc.sysinit. This
script does serval initialization tasks about basic service.

The boot sequence currently provided to the board level is:
board_earlyinitialize->
    board_lateinitialize(Peripherals driver, core driver, ...)->
	run rcS script(mount fs, run service) ->
	    board_appinitialize->

After this patch:
The boot sequence currently provided to the board level is:
board_earlyinitialize->
    board_lateinitialize(core driver,...)->
	run rc.sysinit script(mount fs, run core service) ->
	    board_appinitialize(Peripherals driver)->
		run rcS script(run other service)->

So, Peripheral drivers can do more with the file system and
core services.

Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
2022-04-21 12:54:53 +03:00
..
b-l475e-iot01a arch/armv7-m: Unify the toolchain definition of eabi/clang/iar for linux and windows 2022-04-19 23:17:27 +08:00
nucleo-l432kc arch/arm/armv6-m: Unify the toolchain definition of eabi for linux and windows 2022-04-19 23:17:27 +08:00
nucleo-l452re arch/armv7-m: Unify the toolchain definition of eabi/clang/iar for linux and windows 2022-04-19 23:17:27 +08:00
nucleo-l476rg arch/arm/armv6-m: Unify the toolchain definition of eabi for linux and windows 2022-04-19 23:17:27 +08:00
nucleo-l496zg arch/armv7-m: Unify the toolchain definition of eabi/clang/iar for linux and windows 2022-04-19 23:17:27 +08:00
stm32l4r9ai-disco boards/sim: support rc.sysinit 2022-04-21 12:54:53 +03:00
stm32l476-mdk arch/arm: Make CXX exception and RTTI depend on Kconfig options 2022-03-30 11:19:29 +08:00
stm32l476vg-disco boards/sim: support rc.sysinit 2022-04-21 12:54:53 +03:00