0.3.6
版本发布时间: 2022-02-28 14:14:08
Nuclei-Software/nuclei-sdk最新发布版本:0.6.0(2024-07-01 10:42:53)
This is release version 0.3.6
of Nuclei SDK.
-
Application
- update coremark benchmark options for n900/nx900, which can provide better score number
- benchmark value will be print in float even printf with float is not supported in c library
- baremetal applications will exit with an return value in main
-
NMSIS
- add
__CCM_PRESENT
macro in NMSIS-Core, if CCM hardware unit is present in your CPU,__CCM_PRESENT
macro need to be set to 1 in<Device>.h
- Fixed mtvec related api comment in
core_feature_eclic.h
- Add safely write mtime/mtimecmp register for 32bit risc-v processor
- rearrage #include header files for all NMSIS Core header files
- removed some not good #pragma gcc diagnostic lines in
nmsis_gcc.h
- add
-
Build
- Add experimental
run_xlspike
andrun_qemu
make target support -
SIMU=xlspike
orSIMU=qemu
passed in make will auto exit xlspike/qemu if main function returned
- Add experimental
-
SoC
- Add xlspike/qemu auto-exit support for gd32vf103 and demosoc, required next version after Nuclei QEMU 2022.01
For detailed changes, please check commit histories since 0.3.5 release.