stm32-rs / stm32l0xx-hal

A hardware abstraction layer (HAL) for the STM32L0 series microcontrollers written in Rust
BSD Zero Clause License
96 stars 60 forks source link

Travis: Test all io-* features in build matrix #94

Closed dbrgn closed 4 years ago

dbrgn commented 4 years ago

This should prevent #92 from happening again, by including all four io-* features in CI.

If all works well, some tests in this PR should fail.

If that is confirmed, merging #93 and #95 and rebasing should make the tests pass.

dbrgn commented 4 years ago

Rebased, this should™ pass now :slightly_smiling_face:

arkorobotics commented 4 years ago

Thanks!