Skip to content

Commit dd46dfc

Browse files
committed
STM32F4 code cleaning
1 parent f864179 commit dd46dfc

File tree

30 files changed

+4
-4426
lines changed

30 files changed

+4
-4426
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/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_STM32F4/TARGET_STM32F401xC/TARGET_DISCO_F401VC/PeripheralNames.h

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

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F401xC/TARGET_DISCO_F401VC/PeripheralPins.c

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

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F401xC/TARGET_DISCO_F401VC/PinNames.h

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

0 commit comments

Comments
 (0)