1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #12330 from aabadie/pr/boards/cleanup_makefile_features

boards: don't export CPU/CPU_MODEL for stm32f723i-disco and p-l496g-cell02
This commit is contained in:
Alexandre Abadie 2019-09-29 16:40:20 +02:00 committed by GitHub
commit 93dff4cd74
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,6 +1,6 @@
# the cpu to build for
export CPU = stm32l4
export CPU_MODEL = stm32l496ag
CPU = stm32l4
CPU_MODEL = stm32l496ag
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_i2c

View File

@ -1,6 +1,6 @@
# define the cpu used by the stm32f723e-disco board
export CPU = stm32f7
export CPU_MODEL = stm32f723ie
CPU = stm32f7
CPU_MODEL = stm32f723ie
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_i2c