一、单链表的实现 无头单向非循环链表
定义异常用于判断所给位置是否合法
public class IndexNotLegal extends RuntimeException{public IndexNotLegal(){}public IndexNotLegal(String smg){super(smg);}
}
class ListNode中包含当前节点的值和下一个节点指向
实现链表的…
文章目录 参考日志编译框架目标fip 启动流程fip文件组成BL2程序 总结思考备注 参考
参考1. How does FSBL load the FreeRTOS on the small core and execute it?参考2. Duo now supports big and little cores?Come and play!Milk-V Duo, start!参考3. 使用uboo…