摘要: 变量命名: Variables are prefixed with their type: ‘c’ for char, ‘s’ for int16_t (short), ‘l’ int32_t (long), and ‘x’ for BaseType_t and any other non-stan 阅读全文
posted @ 2017-04-17 15:47 流水灯 阅读(17) 评论(0) 推荐(0) 编辑
摘要: Co-routines使用在对RAM资源少的场合 Task Summary Simple. No restrictions on use. Supports full preemption. Fully prioritised. Each task maintains its own stack r 阅读全文
posted @ 2017-04-17 14:10 流水灯 阅读(13) 评论(0) 推荐(0) 编辑
摘要: #define configKERNEL_INTERRUPT_PRIORITY 255 //PendSV和SysTick优先级受这个值控制 /* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!See htt 阅读全文
posted @ 2017-04-17 10:55 流水灯 阅读(31) 评论(0) 推荐(0) 编辑