Basic runtime support for running pre-main initializers provided by other libraries. More...
Functions | |
void | runtime_init (void) |
Run all the initializations that are usually called by crt0.S before entering main. More... | |
Basic runtime support for running pre-main initializers provided by other libraries.
This library aggregates the following other libraries (if available):
void runtime_init | ( | void | ) |
Run all the initializations that are usually called by crt0.S before entering main.
This method is useful to set up the runtime after performing a watchdog or powman reboot via scratch vector.