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:
commit
93dff4cd74
@ -1,6 +1,6 @@
|
|||||||
# the cpu to build for
|
# the cpu to build for
|
||||||
export CPU = stm32l4
|
CPU = stm32l4
|
||||||
export CPU_MODEL = stm32l496ag
|
CPU_MODEL = stm32l496ag
|
||||||
|
|
||||||
# Put defined MCU peripherals here (in alphabetical order)
|
# Put defined MCU peripherals here (in alphabetical order)
|
||||||
FEATURES_PROVIDED += periph_i2c
|
FEATURES_PROVIDED += periph_i2c
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# define the cpu used by the stm32f723e-disco board
|
# define the cpu used by the stm32f723e-disco board
|
||||||
export CPU = stm32f7
|
CPU = stm32f7
|
||||||
export CPU_MODEL = stm32f723ie
|
CPU_MODEL = stm32f723ie
|
||||||
|
|
||||||
# Put defined MCU peripherals here (in alphabetical order)
|
# Put defined MCU peripherals here (in alphabetical order)
|
||||||
FEATURES_PROVIDED += periph_i2c
|
FEATURES_PROVIDED += periph_i2c
|
||||||
|
Loading…
Reference in New Issue
Block a user