1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #12284 from aabadie/pr/boards/fix_p-l496zg_features

boards/p-l496zg-cell02: move cpu define to Makefile.features
This commit is contained in:
Francisco 2019-09-20 14:57:56 +02:00 committed by GitHub
commit d2eeb2ba05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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