japaric / stm32f103xx-hal

HAL for the STM32F103xx family of microcontrollers
Apache License 2.0
115 stars 40 forks source link

Update to latest versions of dependencies #81

Closed TheZoq2 closed 6 years ago

TheZoq2 commented 6 years ago

This updates the crate to work with stm32f103xx 0.10.0, cortex-m = "0.5.0" and embedded-hal = "0.2.0"

Same as #80 but from the correct branch that doesn't contain #53 :)

japaric commented 6 years ago

Thanks for the PR, @TheZoq2.

Unfortunately this PR can't be merged until CI passes and that's going to require updating all the examples (to use no_main + entry) and likely updating some dependencies to use embedded-hal 0.2.x.

You can run the test suite locally using the command: TRAVIS_BRANCH=staging TARGET=thumbv7m-none-eabi sh ci/script.sh.

bors try

bors[bot] commented 6 years ago

try

Build failed