mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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:
|
||
|
@
|