Skip to content

Nuclei embedded Software Development Kit, Release 0.2.7

Compare
Choose a tag to compare
@fanghuaqi fanghuaqi released this 04 Sep 01:18
· 1631 commits to master since this release

This is the official release version 0.2.7 of Nuclei SDK.

  • OS

    • Important: Fix OS portable code, configKERNEL_INTERRUPT_PRIORITY should
      set to default 0, not 1. 0 is the lowest abs interrupt level.
  • Application

    • Fix configKERNEL_INTERRUPT_PRIORITY in FreeRTOSConfig.h to 0
  • NMSIS

    • Change timer abs irq level setting in function SysTick_Config from 1 to 0