Files
TencentOS-tiny/board/Sipeed_LonganNano
daishengdong c411ed1eec add a set of dyn(create / destroy) interface
1. tos_ring_q_create_dyn
2. tos_chr_fifo_create_dyn
3. tos_msg_q_create_dyn
4. tos_mail_q_create_dyn
5. tos_bin_heap_create_dyn
6. tos_prio_q_create_dyn
7. tos_prio_msg_q_create_dyn
8. tos_prio_mail_q_create_dyn
2019-10-29 16:57:43 +08:00
..
2019-10-19 00:48:15 +08:00
2019-10-14 00:05:08 +08:00

#使用openocd调试

需要编译特定的openocd

git clone https://github.com/riscv-mcu/riscv-openocd.git

如果用的是Sipeed USB-JTAG/TTL RISC-V Debugger需要在编译的时候enable ftdi

./configure --enable-cmsis-dap --enable-ftdi