Skip to content

Commit 06ff4cf

Browse files
authored
Merge pull request #12960 from jeromecoutant/PR_REMOVE_TARGETS
STM32 code cleaning for MBED-OS6
2 parents e371db4 + 71e82ec commit 06ff4cf

File tree

185 files changed

+72
-74920
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+72
-74920
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ matrix:
249249
rm -r rtos/source/TARGET_CORTEX drivers/source/usb features/cellular features/netsocket features/nanostack \
250250
features/lwipstack features/frameworks/greentea-client \
251251
features/frameworks/utest features/frameworks/unity components BUILD
252-
- python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0
252+
- python tools/make.py -t GCC_ARM -m NUCLEO_F412ZG --source=. --build=BUILD/NUCLEO_F412ZG/GCC_ARM -j0
253253
# Run local equeue tests
254254
- make -C ${EVENTS}/source test
255255
# Run profiling tests

components/BLE/COMPONENT_BlueNRG_MS/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ otherwise you will get a conflict: the LED on STM32 Nucleo boards is connected t
8787
Referring to the current list of tested platforms (see [X-NUCLEO-IDB05A1](https://developer.mbed.org/components/X-NUCLEO-IDB05A1-Bluetooth-Low-Energy/) page),
8888
the patch is required for
8989
- [ST-Nucleo-F103RB](https://developer.mbed.org/platforms/ST-Nucleo-F103RB/)
90-
- [ST-Nucleo-F302R8](https://developer.mbed.org/platforms/ST-Nucleo-F302R8/)
9190
- [ST-Nucleo-F411RE](https://developer.mbed.org/platforms/ST-Nucleo-F411RE/)
9291
- [ST-Nucleo-F446RE](https://developer.mbed.org/platforms/ST-Nucleo-F446RE/)
9392
- [FRDM-K64F](https://developer.mbed.org/platforms/FRDM-K64F/)

components/storage/blockdevice/COMPONENT_SD/mbed_lib.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
"NUCLEO_F091RC": {
3333
"TEST_BUFFER": 4096
3434
},
35-
"NUCLEO_F410RB": {
36-
"TEST_BUFFER": 4096
37-
},
3835
"KL22F": {
3936
"SPI_MOSI": "PTD6",
4037
"SPI_MISO": "PTD7",

platform/mbed_lib.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,6 @@
220220
"crash-capture-enabled": true,
221221
"fatal-error-auto-reboot-enabled": true
222222
},
223-
"DISCO_F407VG": {
224-
"crash-capture-enabled": true,
225-
"fatal-error-auto-reboot-enabled": true
226-
},
227223
"DISCO_F413ZH": {
228224
"crash-capture-enabled": true,
229225
"fatal-error-auto-reboot-enabled": true

targets/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/PeripheralNames.h

Lines changed: 0 additions & 78 deletions
This file was deleted.

targets/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/PeripheralPins.c

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)