Skip to content

Commit 640da33

Browse files
authored
Merge pull request #13229 from jeromecoutant/PR_TARGET2
STM32 custom target: create MCU_STM32xx for each family
2 parents ab5af1e + 686d4c7 commit 640da33

File tree

2 files changed

+577
-1304
lines changed

2 files changed

+577
-1304
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 NUCLEO_F412ZG --source=. --build=BUILD/NUCLEO_F412ZG/GCC_ARM -j0
252+
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
253253
# Run local equeue tests
254254
- make -C ${EVENTS}/source test
255255
# Run profiling tests

0 commit comments

Comments
 (0)