STM32F1 HAL Fixes (#10999)
- Enable / disable interrupts with `__iSeiRetVal` / `__iCliRetVal` - Add STM32F1 to Travis CI tests
This commit is contained in:
committed by
Scott Lahteine
parent
43bdd0bfe4
commit
2ddba201c0
10
.travis.yml
10
.travis.yml
@@ -472,3 +472,13 @@ script:
|
||||
- update_defaults
|
||||
- opt_enable VIKI2 SDSUPPORT
|
||||
- build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
|
||||
|
||||
#############################
|
||||
# STM32F1 default config test
|
||||
#############################
|
||||
|
||||
- export TEST_PLATFORM="-e STM32F1"
|
||||
- restore_configs
|
||||
- opt_set MOTHERBOARD BOARD_STM32F1R
|
||||
- update_defaults
|
||||
- build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
|
||||
|
||||
Reference in New Issue
Block a user