Skip to content

Nuclei Microcontroller Software Interface Standard V1.0.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@fanghuaqi fanghuaqi released this 14 Mar 03:57
· 471 commits to master since this release

Main changes in release V1.0.0-beta1.

  • NMSIS-Core

    • Fix SysTick_Reload implementation
    • Update ECLIC_Register_IRQ implementation to allow handler == NULL
    • Fix MTH offset from 0x8 to 0xB, this will affect function of ECLIC_GetMth and ECLIC_SetMth
    • Fix wrong macro check in cache function
    • Add missing SOC_INT_MAX enum definition in Device template
    • In System_<Device>.c, ECLIC NLBits set to __ECLIC_INTCTLBITS,
      which means all the bits are for level, no bits for priority