pkg/stm32cmsis: remove package
This commit is contained in:
parent
ec2e1a15f9
commit
eef7f76b87
@ -1,2 +0,0 @@
|
||||
# This package is only compatible with stm32 cpus
|
||||
FEATURES_REQUIRED += cpu_stm32
|
||||
@ -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)
|
||||
@ -1,5 +0,0 @@
|
||||
/**
|
||||
* @defgroup pkg_stm32cmsis STM32 cmsis device
|
||||
* @ingroup pkg
|
||||
* @brief Provides STM32 CMSIS device headers from GitHub
|
||||
*/
|
||||
Loading…
x
Reference in New Issue
Block a user