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.
11 lines
198 B
Makefile
11 lines
198 B
Makefile
PKG_NAME=nmsis_sdk
|
|
PKG_URL=https://github.com/Nuclei-Software/NMSIS.git
|
|
# v1.1.0
|
|
PKG_VERSION=c213b493a423750f139e8a3e1400b36a2ceaf914
|
|
PKG_LICENSE=Apache-2.0
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
@
|