Skip to content

Nuclei embedded Software Development Kit, Release 0.2.3

Compare
Choose a tag to compare
@fanghuaqi fanghuaqi released this 14 Apr 06:12
· 1852 commits to master since this release

This is release 0.2.3 of Nuclei SDK.

  • OS

  • Application

    • Add RT-Thread demo application.
    • Don't use the get_cpu_freq function in application code, which currently is only
      for internal usage, and not all SoC implementations are required to provide this function.
    • Use SystemCoreClock to get the CPU frequency instead of using get_cpu_freq() in
      whetstone application.
    • Update UCOSII applications due to UCOSII version upgrade, and application development
      for UCOSII also required little changes, please refer to :ref:design_rtos_ucosii
    • Fix time_in_secs function error in coremark, and cleanup coremark application.
  • Documentation

    • Add documentation about RT-Thread and its application development.
    • Update documentation about UCOSII and its application development.
    • Update coremark application documentation.
  • Build System

    • Add build system support for RT-Thread support.
    • Build system is updated due to UCOSII version upgrade, the OS/UCOSII/cfg folder
      no longer existed, so no need to include it.
  • SoC

    • Update SoC startup and linkscript files to support RT-Thread
  • Misc

    • Add SConscript file in Nuclei SDK root, this file is used by RT-Thread package.