pkg/stm32cmsis: remove package

This commit is contained in:
Alexandre Abadie 2020-07-24 15:18:49 +02:00
parent ec2e1a15f9
commit eef7f76b87
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
3 changed files with 0 additions and 17 deletions

View File

@ -1,2 +0,0 @@
# This package is only compatible with stm32 cpus
FEATURES_REQUIRED += cpu_stm32

View File

@ -1,10 +0,0 @@
# This package is only used to fetch headers. No module is built.
PSEUDOMODULES += stm32cmsis
# Add this define to skip the inclusion of the system_stm32xxxx.h header files
# which are only used for STM32 system includes and not of interest for RIOT.
CFLAGS += -D__SYSTEM_STM32$(call uppercase,$(CPU_FAM))XX_H
STM32CMSIS_INCLUDE_DIR = $(RIOTBASE)/cpu/stm32/include/vendor/cmsis/$(CPU_FAM)/Include
INCLUDES += -I$(STM32CMSIS_INCLUDE_DIR)

View File

@ -1,5 +0,0 @@
/**
* @defgroup pkg_stm32cmsis STM32 cmsis device
* @ingroup pkg
* @brief Provides STM32 CMSIS device headers from GitHub
*/