18.2.10 Call the _on_bootstrap()
Function
The _on_bootstrap()
should be defined in an application
if special initialization steps are required after memory, CPU and library initialization
is done but before main()
is called. Unlike _on_reset()
,
this function may be implemented in C with no caveats.