Doumentation/NuttxPortingGuide.html: Add description of board_early_initialize() and board_late_initialize().

This commit is contained in:
Gregory Nutt
2019-02-18 17:36:11 -06:00
parent 32a300806e
commit 2fbec4cdf6
4 changed files with 288 additions and 239 deletions
+5
View File
@@ -573,6 +573,7 @@ void nx_start(void)
g_nx_initstate = OSINIT_TASKLISTS;
/* Initialize RTOS facilities *********************************************/
/* Initialize the semaphore facility. This has to be done very early
* because many subsystems depend upon fully functional semaphores.
*/
@@ -711,6 +712,8 @@ void nx_start(void)
net_initialize();
#endif
/* Initialize Hardware Facilities *****************************************/
/* The processor specific details of running the operating system
* will be handled here. Such things as setting up interrupt
* service routines and starting the clock are some of the things
@@ -732,6 +735,8 @@ void nx_start(void)
g_nx_initstate = OSINIT_HARDWARE;
/* Setup for Multi-Tasking ************************************************/
#ifdef CONFIG_MM_SHM
/* Initialize shared memory support */