0.2.9
版本发布时间: 2020-10-20 10:26:35
Nuclei-Software/nuclei-sdk最新发布版本:0.6.0(2024-07-01 10:42:53)
This is official version 0.2.9
of Nuclei SDK.
-
SoC
- Remove
ftdi_device_desc "Dual RS232-HS"
line in openocd configuration. Newer version of RVSTAR and Hummingbird Debugger have changed the FTDI description from "Dual RS232-HS" to "USB <-> JTAG-DEBUGGER", to be back-compatiable with older version, we just removed thisftdi_device_desc "Dual RS232-HS"
line. If you want to select specified JTAG, you can add thisftdi_device_desc
according to your description. - Fix typos in system_<Device>.c
- Fix gpio driver implementation bugs of hbird
- Enable more CSR(micfg_info, mdcfg_info, mcfg_info) show in gdb debug
- Remove
-
Documentation
- Add more faqs
-
Build System
- Remove unnecessary upload gdb command
- Remove upload successfully message for
make upload