|
SRTOS
|
System configuration functions for SRTOS. More...
#include "config.h"Go to the source code of this file.
Functions | |
| void | configureAll () |
| This function will be called in the main() function of the user's code before the scheulder is started. It will call every configuration function defined in config.c. | |
System configuration functions for SRTOS.
Provides hardware and peripheral initialization functions called before the scheduler starts. Users may extend this file to include custom configuration code that can be called from configureAll().
Definition in file config.c.
| void configureAll | ( | ) |
This function will be called in the main() function of the user's code before the scheulder is started. It will call every configuration function defined in config.c.
Definition at line 111 of file config.c.