Functions | |
void | NutMain (void *arg) __attribute__((noreturn)) |
Main application routine. | |
int | NutLoadConfig (void) |
Load Nut/OS configuration from the EEPROM. | |
int | NutSaveConfig (void) |
Save Nut/OS configuration in the EEPROM. | |
int | main (void) |
Boot loader entry. |
|
Boot loader entry. This boot loader is very special. It is completely self contained, which means that it runs without any library. This entry point must be linked first and will be located at byte address 0x1F000 in the program flash ROM.
|
|
Load Nut/OS configuration from the EEPROM. This routine is automatically called during system initialization.
|
|
Main application routine. Nut/OS automatically calls this entry after initialization. |
|
Save Nut/OS configuration in the EEPROM.
|