• D
    support dynamic task create in cmsis · e4bbdbf9
    daishengdong 提交于
    1. enable TOS_CFG_TASK_DYNAMIC_CREATE_EN
    2. use osThreadDynamicDef to define a dynamic created cmsis task
    3. use osThreadCreate/osThreadTerminate to create/destroy this cmsis task
    4. see sample hello_world
    e4bbdbf9
hello_world.c 1.3 KB