Gregory Nutt 82debdc213 Make task_init() and task_activate() internal OS functions.
-Move task_init() and task_activate() prototypes from include/sched.h to include/nuttx/sched.h.  These are internal OS functions and should not be exposed to the user.
-Remove references to task_init() and task_activate() from the User Manual.
-Rename task_init() to nxtask_init() since since it is an OS internal function
-Rename task_activate() to nxtask_activate since it is an OS internal function
2020-05-25 23:54:45 +01:00
..
2020-04-11 21:19:47 +01:00
2020-02-28 18:18:50 -06:00
2020-04-30 08:46:21 -06:00
2020-04-30 08:46:21 -06:00
2020-03-16 07:54:49 -06:00
2019-06-26 14:37:19 -06:00
2019-08-04 07:18:58 -06:00
2018-08-27 05:57:53 -06:00
2020-04-11 21:19:47 +01:00
2020-04-02 22:08:41 +08:00
2020-04-11 21:19:47 +01:00
2020-01-02 10:54:43 -06:00
2020-05-11 11:32:55 -04:00