mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
boards/p-l496zg-cell02: move cpu define to Makefile.features
This commit is contained in:
parent
bd5ceb58e7
commit
b77dd00142
@ -1,3 +1,7 @@
|
||||
# the cpu to build for
|
||||
export CPU = stm32l4
|
||||
export CPU_MODEL = stm32l496ag
|
||||
|
||||
# Put defined MCU peripherals here (in alphabetical order)
|
||||
FEATURES_PROVIDED += periph_i2c
|
||||
FEATURES_PROVIDED += periph_lpuart
|
||||
|
@ -1,7 +1,3 @@
|
||||
# the cpu to build for
|
||||
export CPU = stm32l4
|
||||
export CPU_MODEL = stm32l496ag
|
||||
|
||||
# we use shared STM32 configuration snippets
|
||||
INCLUDES += -I$(RIOTBOARD)/common/stm32/include
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user