Commit Graph

6 Commits

Author SHA1 Message Date
Paul van Tilburg 8b7d68e41c
Remove the deny(warnings) attributes
It was suggested on the Rust Embedded channel to not set this in
released code.  The warnings are currently because of the embedded-hal
crate deprecating digital::v1, but stm32f4xx-hal still using it.
2019-06-29 12:08:16 +02:00
Paul van Tilburg 8e31b2c27d
Do not use panic_semihosting during tests 2019-04-06 13:01:20 +02:00
Paul van Tilburg a49a04e06f Add basic examples 2019-03-17 13:38:36 +01:00
Paul van Tilburg 66aff9a87d The rtfm example becomes the new main binary 2019-03-05 15:06:10 +01:00
Paul van Tilburg 3e5088edfa Rework the rftm example to do the same as main 2019-03-05 15:05:15 +01:00
Paul van Tilburg ff21e58323 Initial import into Git 2019-03-05 15:04:26 +01:00