STM32F1 HAL Fixes (#10999)

- Enable / disable interrupts with `__iSeiRetVal` / `__iCliRetVal`
- Add STM32F1 to Travis CI tests
This commit is contained in:
Alexey Shvetsov
2018-06-12 04:00:56 +03:00
committed by Scott Lahteine
parent 43bdd0bfe4
commit 2ddba201c0
2 changed files with 16 additions and 6 deletions

View File

@@ -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}