mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7c6a0de23b
The GD32V MCU is a Nuclei-based RISC-V MCU. The NMSIS SDK provides some basic functions for the access to control and status registers of such MCUs.
4 lines
85 B
Makefile
4 lines
85 B
Makefile
PSEUDOMODULES += nmsis_sdk
|
|
|
|
INCLUDES += -I$(PKGDIRBASE)/nmsis_sdk/NMSIS/Core/Include
|