nuttx/boards/arm/stm32l4/stm32l476vg-disco/include
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
..
board.h boards: stm3214: update licenses to Apache 2021-08-16 07:11:32 -07:00
boardctl.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
nsh_romfsimg.h arch: arm: stm32: Add Apache license to files 2022-04-20 21:05:45 +08:00
rc.sysinit.template boards/sim: support rc.sysinit 2022-04-21 12:54:53 +03:00
rcS.template Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32l476vg-disco-clocking.h boards: stm3214: update licenses to Apache 2021-08-16 07:11:32 -07:00