Skip to content

Nuclei embedded Software Development Kit, Release 0.3.0

Compare
Choose a tag to compare
@fanghuaqi fanghuaqi released this 18 Dec 02:45
· 1681 commits to master since this release

This is official version 0.3.0 of Nuclei SDK.

  • SoC

    • Add more newlib stub functions for all SoC support packages
    • Dump extra csr mdcause in default exception handler for hbird
    • Add Sipeed Longan Nano as new supported board
    • Add gd32vf103c_longan_nano board support, contributed by tuupola and RomanBuchert
  • Documentation

    • Add demo_nice application documentation
    • Add msh application documentation
    • Update get started guide
    • Add gd32vf103c_longan_nano board documentation
    • Update board documentation structure levels
  • Application

    • Cleanup unused comments in dhrystone
    • Add new demo_nice application to show Nuclei NICE feature
    • Add new msh application to show RT-Thread MSH shell compoment usage
  • NMSIS

    • Fix typo in CLICINFO_Type._reserved0 bits
    • Fix __STRBT, __STRHT, __STRT and __USAT macros
  • OS

    • Add msh compoment source code into RT-Thread RTOS source code
    • Add rt_hw_console_getchar implementation
  • Build

    • Add setup.ps1 for setting up environment in windows powershell