Nuclei embedded Software Development Kit, Release 0.3.8 #44
fanghuaqi
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is release version
0.3.8
of Nuclei SDK.Application
smphello
application to test baremetal smp support, this will do demostrationto boot default 2 core and each hart print hello world.
NMSIS
Build
SYSCLK
andCLKSRC
make variable for gd32vf103 SoC to set system clock in hz and clock source, such asSYSCLK=72000000 CLKSRC=hxtal
EXCLUDE_SRCS
make variable in MakefileC_SRCS/ASM_SRCS/CXX_SRCS
now support wildcard patternUSB_DRV_SUPPORT
in gd32vf103 is removed, newUSB_DRIVER
is introduced,USB_DRIVER=device/host/both
to choose device,host or both driver code.
SMP
,HEAPSZ
andSTACKSZ
make variable are introduced to control stack/heapsize and smp cpu count used in SDK
SoC
HEAPSZ
andSTACKSZ
HEAPSZ
,STACKSZ
andSMP
SMP=2
to build for 2 smp cpu.Tools
nsdk_report.py
such asNUCLEI_SDK_ROOT
,OPENOCD_CFG
andLINKER_SCRIPT
.SMP
variableOS
For detailed changes, please check commit histories since 0.3.7 release.
This discussion was created from the release Nuclei embedded Software Development Kit, Release 0.3.8.
Beta Was this translation helpful? Give feedback.
All reactions