Commit Graph

4 Commits

Author SHA1 Message Date
daishengdong
06cae326a2 add API (tos_task_create_dyn & tos_task_walkthru & tos_task_curr_task_get)
tos_task_create_dyn: create task with dynamic allocated task handler and stack
tos_task_walkthru: API to walk through the statistic list of all the existing task
tos_task_curr_task_get: get current running task handler
2019-10-23 21:22:13 +08:00
supowang
2ef46f91fa rename TOS_CFG_MMHEAP_DEFAULT_POOL_EN
TOS_CFG_MMHEAP_DEFAULT_POOL_EN: enable the default pool of the heap(if user not set this, a default of 1u is set). if you wanna disable the default pool, you should call tos_mmheap_pool_add to add your own pool of the heap before tos_mmheap_alloc is called.
2019-10-15 14:26:08 +08:00
supowang
9a2b4f31dc Repair partial scrambling for stm32f401 2019-10-12 17:11:51 +08:00
squallbest
b4c4b81f9f NUCLEO_STM32F401RE
Signed-off-by: squallbest <squall@live0415.com>
2019-10-12 14:58:40 +08:00