New: freertosAll contenthive-129948hive-196917krhive-150122hive-180932zzanhive-185836steemhive-183959hive-144064hive-183397hive-188619hive-166405photographyuncommonlabhive-101145hive-109690hive-103599hive-145157photohive-139150hive-180301hive-170554hive-150943hive-184714TrendingNewHotLikerscnxsoft (45)in embedded • 6 years agoSiFive Learn Inventor is a Wireless RISC-V Development Kit Inspired by BBC Micro:bitSiFive Learn Inventor is a RISC-V educational board partially inspired by BBC Micro:bit board with the same crocodile clip-friendly edge connector, and an LED matrix. The board is also fully…cifer (60)in cn-programming • 8 years agoFreeRTOS 的链表 vListInsertEnd() 方法笔记在研究 FreeRTOS 内核时, 发现自已一直理解错了 vListInsertEnd() 的意思, 特此记录下. vListInsertEnd() 这个方法比较迷惑人, 这个方法真正的意思是尾插, 而不是插到链表的尾部. 这两者的意思是不一样的. 那究竟什么是尾插呢? 我们应该知道头插, 给定一个链表节点 A, 头插就是说新的节点要插在 A 的后面, 而尾插则是说新的节点要插在 A…