diff --git a/pkg/stm32cmsis/Makefile.dep b/pkg/stm32cmsis/Makefile.dep deleted file mode 100644 index 53d906a1cc..0000000000 --- a/pkg/stm32cmsis/Makefile.dep +++ /dev/null @@ -1,2 +0,0 @@ -# This package is only compatible with stm32 cpus -FEATURES_REQUIRED += cpu_stm32 diff --git a/pkg/stm32cmsis/Makefile.include b/pkg/stm32cmsis/Makefile.include deleted file mode 100644 index 6be6182bcf..0000000000 --- a/pkg/stm32cmsis/Makefile.include +++ /dev/null @@ -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) diff --git a/pkg/stm32cmsis/doc.txt b/pkg/stm32cmsis/doc.txt deleted file mode 100644 index dd502ad17e..0000000000 --- a/pkg/stm32cmsis/doc.txt +++ /dev/null @@ -1,5 +0,0 @@ -/** - * @defgroup pkg_stm32cmsis STM32 cmsis device - * @ingroup pkg - * @brief Provides STM32 CMSIS device headers from GitHub - */