From facb626b02de43a1b1341698fd7e7eb7533330bd Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sun, 3 May 2020 14:35:32 +0200 Subject: [PATCH] boards/stm32*: adapt for new stm32 cpu organization --- boards/b-l072z-lrwan1/Makefile.features | 2 +- boards/b-l475e-iot01a/Makefile.features | 2 +- boards/common/blxxxpill/Makefile.features | 2 +- boards/common/iotlab/Makefile.features | 2 +- boards/f4vi1/Makefile.features | 2 +- boards/fox/Makefile.features | 2 +- boards/i-nucleo-lrwan1/Makefile.features | 2 +- boards/im880b/Makefile.features | 2 +- boards/limifrog-v1/Makefile.features | 2 +- boards/lobaro-lorabox/Makefile.features | 2 +- boards/lsn50/Makefile.features | 2 +- boards/maple-mini/Makefile.features | 2 +- boards/msbiot/Makefile.features | 2 +- boards/nucleo-f030r8/Makefile.features | 2 +- boards/nucleo-f031k6/Makefile.features | 2 +- boards/nucleo-f042k6/Makefile.features | 2 +- boards/nucleo-f070rb/Makefile.features | 2 +- boards/nucleo-f072rb/Makefile.features | 2 +- boards/nucleo-f091rc/Makefile.features | 2 +- boards/nucleo-f103rb/Makefile.features | 2 +- boards/nucleo-f207zg/Makefile.features | 2 +- boards/nucleo-f302r8/Makefile.features | 2 +- boards/nucleo-f303k8/Makefile.features | 2 +- boards/nucleo-f303re/Makefile.features | 2 +- boards/nucleo-f303ze/Makefile.features | 2 +- boards/nucleo-f334r8/Makefile.features | 2 +- boards/nucleo-f401re/Makefile.features | 2 +- boards/nucleo-f410rb/Makefile.features | 2 +- boards/nucleo-f411re/Makefile.features | 2 +- boards/nucleo-f412zg/Makefile.features | 2 +- boards/nucleo-f413zh/Makefile.features | 2 +- boards/nucleo-f429zi/Makefile.features | 2 +- boards/nucleo-f446re/Makefile.features | 2 +- boards/nucleo-f446ze/Makefile.features | 2 +- boards/nucleo-f722ze/Makefile.features | 2 +- boards/nucleo-f746zg/Makefile.features | 2 +- boards/nucleo-f767zi/Makefile.features | 2 +- boards/nucleo-l031k6/Makefile.features | 2 +- boards/nucleo-l053r8/Makefile.features | 2 +- boards/nucleo-l073rz/Makefile.features | 2 +- boards/nucleo-l152re/Makefile.features | 2 +- boards/nucleo-l412kb/Makefile.features | 2 +- boards/nucleo-l432kc/Makefile.features | 2 +- boards/nucleo-l433rc/Makefile.features | 2 +- boards/nucleo-l452re/Makefile.features | 2 +- boards/nucleo-l476rg/Makefile.features | 2 +- boards/nucleo-l496zg/Makefile.features | 2 +- boards/nucleo-l4r5zi/Makefile.features | 2 +- boards/nz32-sc151/Makefile.features | 2 +- boards/olimexino-stm32/Makefile.features | 2 +- boards/opencm904/Makefile.features | 2 +- boards/p-l496g-cell02/Makefile.features | 2 +- boards/p-nucleo-wb55/Makefile.features | 2 +- boards/pyboard/Makefile.features | 2 +- boards/spark-core/Makefile.features | 2 +- boards/stm32f030f4-demo/Makefile.features | 2 +- boards/stm32f0discovery/Makefile.features | 2 +- boards/stm32f3discovery/Makefile.features | 2 +- boards/stm32f429i-disc1/Makefile.features | 2 +- boards/stm32f4discovery/Makefile.features | 2 +- boards/stm32f723e-disco/Makefile.features | 2 +- boards/stm32f769i-disco/Makefile.features | 2 +- boards/stm32l0538-disco/Makefile.features | 2 +- boards/stm32l476g-disco/Makefile.features | 2 +- boards/ublox-c030-u201/Makefile.features | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/boards/b-l072z-lrwan1/Makefile.features b/boards/b-l072z-lrwan1/Makefile.features index 2a98fd01ad..9873156f7e 100644 --- a/boards/b-l072z-lrwan1/Makefile.features +++ b/boards/b-l072z-lrwan1/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l0 +CPU = stm32 CPU_MODEL = stm32l072cz # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/b-l475e-iot01a/Makefile.features b/boards/b-l475e-iot01a/Makefile.features index 9e3cfd9166..3b6b516245 100644 --- a/boards/b-l475e-iot01a/Makefile.features +++ b/boards/b-l475e-iot01a/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l4 +CPU = stm32 CPU_MODEL = stm32l475vg # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/common/blxxxpill/Makefile.features b/boards/common/blxxxpill/Makefile.features index 808f49fcf8..ac987b1525 100644 --- a/boards/common/blxxxpill/Makefile.features +++ b/boards/common/blxxxpill/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f1 +CPU = stm32 # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_adc diff --git a/boards/common/iotlab/Makefile.features b/boards/common/iotlab/Makefile.features index 314d5acceb..455b73500d 100644 --- a/boards/common/iotlab/Makefile.features +++ b/boards/common/iotlab/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f1 +CPU = stm32 CPU_MODEL = stm32f103re # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/f4vi1/Makefile.features b/boards/f4vi1/Makefile.features index 7f105a73c4..3ba2fc3e8f 100644 --- a/boards/f4vi1/Makefile.features +++ b/boards/f4vi1/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f4 +CPU = stm32 CPU_MODEL = stm32f415rg diff --git a/boards/fox/Makefile.features b/boards/fox/Makefile.features index 4e26e6cf79..8f15e572f3 100644 --- a/boards/fox/Makefile.features +++ b/boards/fox/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f1 +CPU = stm32 CPU_MODEL = stm32f103re # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/i-nucleo-lrwan1/Makefile.features b/boards/i-nucleo-lrwan1/Makefile.features index 126bc7f697..e6fdcd2bd3 100644 --- a/boards/i-nucleo-lrwan1/Makefile.features +++ b/boards/i-nucleo-lrwan1/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l0 +CPU = stm32 CPU_MODEL = stm32l052t8 # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/im880b/Makefile.features b/boards/im880b/Makefile.features index 68d9a831c5..8972bfc064 100644 --- a/boards/im880b/Makefile.features +++ b/boards/im880b/Makefile.features @@ -1,5 +1,5 @@ ## the cpu to build for -CPU = stm32l1 +CPU = stm32 CPU_MODEL = stm32l151cb # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/limifrog-v1/Makefile.features b/boards/limifrog-v1/Makefile.features index dac624a150..1bee8cda24 100644 --- a/boards/limifrog-v1/Makefile.features +++ b/boards/limifrog-v1/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l1 +CPU = stm32 CPU_MODEL = stm32l151rc # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/lobaro-lorabox/Makefile.features b/boards/lobaro-lorabox/Makefile.features index 60dbf65716..f4e71d2cd8 100644 --- a/boards/lobaro-lorabox/Makefile.features +++ b/boards/lobaro-lorabox/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l1 +CPU = stm32 CPU_MODEL = stm32l151cb_a # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/lsn50/Makefile.features b/boards/lsn50/Makefile.features index 2a98fd01ad..9873156f7e 100644 --- a/boards/lsn50/Makefile.features +++ b/boards/lsn50/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l0 +CPU = stm32 CPU_MODEL = stm32l072cz # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/maple-mini/Makefile.features b/boards/maple-mini/Makefile.features index c252a10f2c..8971484b71 100644 --- a/boards/maple-mini/Makefile.features +++ b/boards/maple-mini/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f1 +CPU = stm32 CPU_MODEL = stm32f103cb # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/msbiot/Makefile.features b/boards/msbiot/Makefile.features index cdb7339c34..8f7ef37a3c 100644 --- a/boards/msbiot/Makefile.features +++ b/boards/msbiot/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f4 +CPU = stm32 CPU_MODEL = stm32f415rg # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f030r8/Makefile.features b/boards/nucleo-f030r8/Makefile.features index 25027d986d..f958cc13bb 100644 --- a/boards/nucleo-f030r8/Makefile.features +++ b/boards/nucleo-f030r8/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f0 +CPU = stm32 CPU_MODEL = stm32f030r8 # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f031k6/Makefile.features b/boards/nucleo-f031k6/Makefile.features index fbbab12bb7..7c0d288e1d 100644 --- a/boards/nucleo-f031k6/Makefile.features +++ b/boards/nucleo-f031k6/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f0 +CPU = stm32 CPU_MODEL = stm32f031k6 # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f042k6/Makefile.features b/boards/nucleo-f042k6/Makefile.features index 7fb79cdb62..59259812ce 100644 --- a/boards/nucleo-f042k6/Makefile.features +++ b/boards/nucleo-f042k6/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f0 +CPU = stm32 CPU_MODEL = stm32f042k6 # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f070rb/Makefile.features b/boards/nucleo-f070rb/Makefile.features index 9b8eb2e756..52347c9e8f 100644 --- a/boards/nucleo-f070rb/Makefile.features +++ b/boards/nucleo-f070rb/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f0 +CPU = stm32 CPU_MODEL = stm32f070rb # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f072rb/Makefile.features b/boards/nucleo-f072rb/Makefile.features index 64d24fd28b..e77065ac27 100644 --- a/boards/nucleo-f072rb/Makefile.features +++ b/boards/nucleo-f072rb/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f0 +CPU = stm32 CPU_MODEL = stm32f072rb # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f091rc/Makefile.features b/boards/nucleo-f091rc/Makefile.features index fbb68ef443..6978b2f34e 100644 --- a/boards/nucleo-f091rc/Makefile.features +++ b/boards/nucleo-f091rc/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f0 +CPU = stm32 CPU_MODEL = stm32f091rc # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f103rb/Makefile.features b/boards/nucleo-f103rb/Makefile.features index 19dae3d151..5e156ac17f 100644 --- a/boards/nucleo-f103rb/Makefile.features +++ b/boards/nucleo-f103rb/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f1 +CPU = stm32 CPU_MODEL = stm32f103rb # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f207zg/Makefile.features b/boards/nucleo-f207zg/Makefile.features index 7cb40b2855..1e1f728ace 100644 --- a/boards/nucleo-f207zg/Makefile.features +++ b/boards/nucleo-f207zg/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f2 +CPU = stm32 CPU_MODEL = stm32f207zg # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f302r8/Makefile.features b/boards/nucleo-f302r8/Makefile.features index 0f19af7e75..24c9d4bfc0 100644 --- a/boards/nucleo-f302r8/Makefile.features +++ b/boards/nucleo-f302r8/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f3 +CPU = stm32 CPU_MODEL = stm32f302r8 # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f303k8/Makefile.features b/boards/nucleo-f303k8/Makefile.features index 58c8be5de3..6cdd370e42 100644 --- a/boards/nucleo-f303k8/Makefile.features +++ b/boards/nucleo-f303k8/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f3 +CPU = stm32 CPU_MODEL = stm32f303k8 # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f303re/Makefile.features b/boards/nucleo-f303re/Makefile.features index 879aa39301..9ceb5ad7c9 100644 --- a/boards/nucleo-f303re/Makefile.features +++ b/boards/nucleo-f303re/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f3 +CPU = stm32 CPU_MODEL = stm32f303re # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f303ze/Makefile.features b/boards/nucleo-f303ze/Makefile.features index a9328a3792..698cb6adcd 100644 --- a/boards/nucleo-f303ze/Makefile.features +++ b/boards/nucleo-f303ze/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f3 +CPU = stm32 CPU_MODEL = stm32f303ze # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f334r8/Makefile.features b/boards/nucleo-f334r8/Makefile.features index 41b7497ff0..2ac97786cb 100644 --- a/boards/nucleo-f334r8/Makefile.features +++ b/boards/nucleo-f334r8/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f3 +CPU = stm32 CPU_MODEL = stm32f334r8 # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f401re/Makefile.features b/boards/nucleo-f401re/Makefile.features index d97b3ffc8d..5db5727781 100644 --- a/boards/nucleo-f401re/Makefile.features +++ b/boards/nucleo-f401re/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f4 +CPU = stm32 CPU_MODEL = stm32f401re # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f410rb/Makefile.features b/boards/nucleo-f410rb/Makefile.features index cc91cd2a6f..d702fd3682 100644 --- a/boards/nucleo-f410rb/Makefile.features +++ b/boards/nucleo-f410rb/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f4 +CPU = stm32 CPU_MODEL = stm32f410rb # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f411re/Makefile.features b/boards/nucleo-f411re/Makefile.features index 0858936cca..8c1362f315 100644 --- a/boards/nucleo-f411re/Makefile.features +++ b/boards/nucleo-f411re/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f4 +CPU = stm32 CPU_MODEL = stm32f411re # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f412zg/Makefile.features b/boards/nucleo-f412zg/Makefile.features index 20126aaf30..9ae98bb691 100644 --- a/boards/nucleo-f412zg/Makefile.features +++ b/boards/nucleo-f412zg/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f4 +CPU = stm32 CPU_MODEL = stm32f412zg # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f413zh/Makefile.features b/boards/nucleo-f413zh/Makefile.features index 73b48b6501..8af0aedecb 100644 --- a/boards/nucleo-f413zh/Makefile.features +++ b/boards/nucleo-f413zh/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f4 +CPU = stm32 CPU_MODEL = stm32f413zh # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f429zi/Makefile.features b/boards/nucleo-f429zi/Makefile.features index 536c6eaf8f..c16e020030 100644 --- a/boards/nucleo-f429zi/Makefile.features +++ b/boards/nucleo-f429zi/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f4 +CPU = stm32 CPU_MODEL = stm32f429zi # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f446re/Makefile.features b/boards/nucleo-f446re/Makefile.features index f7ffa52d9d..4f6ee4ce25 100644 --- a/boards/nucleo-f446re/Makefile.features +++ b/boards/nucleo-f446re/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f4 +CPU = stm32 CPU_MODEL = stm32f446re # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f446ze/Makefile.features b/boards/nucleo-f446ze/Makefile.features index d9f6d7e060..63f4bb88d7 100644 --- a/boards/nucleo-f446ze/Makefile.features +++ b/boards/nucleo-f446ze/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f4 +CPU = stm32 CPU_MODEL = stm32f446ze # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f722ze/Makefile.features b/boards/nucleo-f722ze/Makefile.features index 4bf07a0527..346aa6ff29 100644 --- a/boards/nucleo-f722ze/Makefile.features +++ b/boards/nucleo-f722ze/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f7 +CPU = stm32 CPU_MODEL = stm32f722ze # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f746zg/Makefile.features b/boards/nucleo-f746zg/Makefile.features index 8215d8c153..6c8f3ab757 100644 --- a/boards/nucleo-f746zg/Makefile.features +++ b/boards/nucleo-f746zg/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f7 +CPU = stm32 CPU_MODEL = stm32f746zg # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-f767zi/Makefile.features b/boards/nucleo-f767zi/Makefile.features index 75bf9c80c0..672ce44003 100644 --- a/boards/nucleo-f767zi/Makefile.features +++ b/boards/nucleo-f767zi/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f7 +CPU = stm32 CPU_MODEL = stm32f767zi # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-l031k6/Makefile.features b/boards/nucleo-l031k6/Makefile.features index 84444634bc..6e071a49f1 100644 --- a/boards/nucleo-l031k6/Makefile.features +++ b/boards/nucleo-l031k6/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l0 +CPU = stm32 CPU_MODEL = stm32l031k6 # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-l053r8/Makefile.features b/boards/nucleo-l053r8/Makefile.features index 3437f7c82c..d4e4c325b2 100644 --- a/boards/nucleo-l053r8/Makefile.features +++ b/boards/nucleo-l053r8/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l0 +CPU = stm32 CPU_MODEL = stm32l053r8 # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-l073rz/Makefile.features b/boards/nucleo-l073rz/Makefile.features index e75ee2a2db..03683b9718 100644 --- a/boards/nucleo-l073rz/Makefile.features +++ b/boards/nucleo-l073rz/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l0 +CPU = stm32 CPU_MODEL = stm32l073rz # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-l152re/Makefile.features b/boards/nucleo-l152re/Makefile.features index 914de8eb87..1160b22ddc 100644 --- a/boards/nucleo-l152re/Makefile.features +++ b/boards/nucleo-l152re/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l1 +CPU = stm32 CPU_MODEL = stm32l152re # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-l412kb/Makefile.features b/boards/nucleo-l412kb/Makefile.features index 88de67ae54..b335962788 100644 --- a/boards/nucleo-l412kb/Makefile.features +++ b/boards/nucleo-l412kb/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l4 +CPU = stm32 CPU_MODEL = stm32l412kb # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-l432kc/Makefile.features b/boards/nucleo-l432kc/Makefile.features index 070a7f27aa..1bf6b33cbc 100644 --- a/boards/nucleo-l432kc/Makefile.features +++ b/boards/nucleo-l432kc/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l4 +CPU = stm32 CPU_MODEL = stm32l432kc # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-l433rc/Makefile.features b/boards/nucleo-l433rc/Makefile.features index 8ae27f7821..d8e0cba9d2 100644 --- a/boards/nucleo-l433rc/Makefile.features +++ b/boards/nucleo-l433rc/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l4 +CPU = stm32 CPU_MODEL = stm32l433rc # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-l452re/Makefile.features b/boards/nucleo-l452re/Makefile.features index ef2df76c48..ed7d41364a 100644 --- a/boards/nucleo-l452re/Makefile.features +++ b/boards/nucleo-l452re/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l4 +CPU = stm32 CPU_MODEL = stm32l452re # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-l476rg/Makefile.features b/boards/nucleo-l476rg/Makefile.features index eb91dc27bc..73e8d663ec 100644 --- a/boards/nucleo-l476rg/Makefile.features +++ b/boards/nucleo-l476rg/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l4 +CPU = stm32 CPU_MODEL = stm32l476rg # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-l496zg/Makefile.features b/boards/nucleo-l496zg/Makefile.features index f552003568..8a58833386 100644 --- a/boards/nucleo-l496zg/Makefile.features +++ b/boards/nucleo-l496zg/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l4 +CPU = stm32 CPU_MODEL = stm32l496zg # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nucleo-l4r5zi/Makefile.features b/boards/nucleo-l4r5zi/Makefile.features index 1081479275..f1433cf14f 100644 --- a/boards/nucleo-l4r5zi/Makefile.features +++ b/boards/nucleo-l4r5zi/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l4 +CPU = stm32 CPU_MODEL = stm32l4r5zi # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/nz32-sc151/Makefile.features b/boards/nz32-sc151/Makefile.features index 24687d79f4..6fec54cd93 100644 --- a/boards/nz32-sc151/Makefile.features +++ b/boards/nz32-sc151/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l1 +CPU = stm32 CPU_MODEL = stm32l151rc # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/olimexino-stm32/Makefile.features b/boards/olimexino-stm32/Makefile.features index 0cf3828bc6..141f0f4487 100644 --- a/boards/olimexino-stm32/Makefile.features +++ b/boards/olimexino-stm32/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f1 +CPU = stm32 CPU_MODEL = stm32f103rb # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/opencm904/Makefile.features b/boards/opencm904/Makefile.features index dc8c10468c..c613cd1755 100644 --- a/boards/opencm904/Makefile.features +++ b/boards/opencm904/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f1 +CPU = stm32 CPU_MODEL = stm32f103cb # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/p-l496g-cell02/Makefile.features b/boards/p-l496g-cell02/Makefile.features index 585f69f02d..c615fd2f01 100644 --- a/boards/p-l496g-cell02/Makefile.features +++ b/boards/p-l496g-cell02/Makefile.features @@ -1,5 +1,5 @@ # the cpu to build for -CPU = stm32l4 +CPU = stm32 CPU_MODEL = stm32l496ag # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/p-nucleo-wb55/Makefile.features b/boards/p-nucleo-wb55/Makefile.features index dd0e3630cb..b3eddbb70b 100644 --- a/boards/p-nucleo-wb55/Makefile.features +++ b/boards/p-nucleo-wb55/Makefile.features @@ -1,5 +1,5 @@ ## the cpu to build for -CPU = stm32wb +CPU = stm32 CPU_MODEL = stm32wb55rg # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/pyboard/Makefile.features b/boards/pyboard/Makefile.features index 30544feeb6..96d169dec8 100644 --- a/boards/pyboard/Makefile.features +++ b/boards/pyboard/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f4 +CPU = stm32 CPU_MODEL = stm32f405rg # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/spark-core/Makefile.features b/boards/spark-core/Makefile.features index 0f9369ab26..17b018e591 100644 --- a/boards/spark-core/Makefile.features +++ b/boards/spark-core/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f1 +CPU = stm32 CPU_MODEL = stm32f103cb # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/stm32f030f4-demo/Makefile.features b/boards/stm32f030f4-demo/Makefile.features index 06f731e30a..0a6dc71091 100644 --- a/boards/stm32f030f4-demo/Makefile.features +++ b/boards/stm32f030f4-demo/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f0 +CPU = stm32 CPU_MODEL = stm32f030f4 # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/stm32f0discovery/Makefile.features b/boards/stm32f0discovery/Makefile.features index 4cdf696b3b..eb65003e68 100644 --- a/boards/stm32f0discovery/Makefile.features +++ b/boards/stm32f0discovery/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f0 +CPU = stm32 CPU_MODEL = stm32f051r8 # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/stm32f3discovery/Makefile.features b/boards/stm32f3discovery/Makefile.features index 0c4c0ff4ea..53021c53a0 100644 --- a/boards/stm32f3discovery/Makefile.features +++ b/boards/stm32f3discovery/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f3 +CPU = stm32 CPU_MODEL = stm32f303vc # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/stm32f429i-disc1/Makefile.features b/boards/stm32f429i-disc1/Makefile.features index a7d89bbd78..9b9b746b6f 100644 --- a/boards/stm32f429i-disc1/Makefile.features +++ b/boards/stm32f429i-disc1/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f4 +CPU = stm32 CPU_MODEL = stm32f429zi # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/stm32f4discovery/Makefile.features b/boards/stm32f4discovery/Makefile.features index 568c013ad4..2834dbd581 100644 --- a/boards/stm32f4discovery/Makefile.features +++ b/boards/stm32f4discovery/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f4 +CPU = stm32 CPU_MODEL = stm32f407vg # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/stm32f723e-disco/Makefile.features b/boards/stm32f723e-disco/Makefile.features index f40649a235..e4712ed3b7 100644 --- a/boards/stm32f723e-disco/Makefile.features +++ b/boards/stm32f723e-disco/Makefile.features @@ -1,5 +1,5 @@ # define the cpu used by the stm32f723e-disco board -CPU = stm32f7 +CPU = stm32 CPU_MODEL = stm32f723ie # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/stm32f769i-disco/Makefile.features b/boards/stm32f769i-disco/Makefile.features index 28cba0d161..b51bf4ed9f 100644 --- a/boards/stm32f769i-disco/Makefile.features +++ b/boards/stm32f769i-disco/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f7 +CPU = stm32 CPU_MODEL = stm32f769ni # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/stm32l0538-disco/Makefile.features b/boards/stm32l0538-disco/Makefile.features index e44a4a7322..9829ae89cd 100644 --- a/boards/stm32l0538-disco/Makefile.features +++ b/boards/stm32l0538-disco/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l0 +CPU = stm32 CPU_MODEL = stm32l053c8 # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/stm32l476g-disco/Makefile.features b/boards/stm32l476g-disco/Makefile.features index 160ee64f7e..fb1d62afbd 100644 --- a/boards/stm32l476g-disco/Makefile.features +++ b/boards/stm32l476g-disco/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32l4 +CPU = stm32 CPU_MODEL = stm32l476vg # Put defined MCU peripherals here (in alphabetical order) diff --git a/boards/ublox-c030-u201/Makefile.features b/boards/ublox-c030-u201/Makefile.features index ef62dcde7b..2e507ee859 100644 --- a/boards/ublox-c030-u201/Makefile.features +++ b/boards/ublox-c030-u201/Makefile.features @@ -1,4 +1,4 @@ -CPU = stm32f4 +CPU = stm32 CPU_MODEL = stm32f437vg # Put defined MCU peripherals here (in alphabetical order)