Skip to content

Nuclei embedded Software Development Kit, Release 0.2.9

Compare
Choose a tag to compare
@fanghuaqi fanghuaqi released this 20 Oct 02:26
· 1606 commits to master since this release

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 this ftdi_device_desc "Dual RS232-HS" line.
      If you want to select specified JTAG, you can add this ftdi_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
  • Documentation

    • Add more faqs
  • Build System

    • Remove unnecessary upload gdb command
    • Remove upload successfully message for make upload