Nuclei embedded Software Development Kit, Release 0.2.9
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