v0.6.0
What's Changed
- Fix typos by @eupn in #174
- Fix more typos by @eupn in #175
- Update RTFM-based examples by @eupn in #173
- Add configuration options to QEI interface by @jamwaffles in #178
- Add QEI changelog entry by @jamwaffles in #179
- Spi Deref by @burrbull in #182
- Replace default blocking spi Write implementation with an optimized one by @timbod7 in #181
- examples/blinky_timer_irq.rs: added an '#[interrupt]' blinky demo by @spicyjack in #188
- Fixes PWM on TIM1 by @thalesfragoso in #187
- spi-dma example: swap buffer and SPI device in return value of a transfer's wait by @trnila in #190
- Add docs for Hertz structs by @jamwaffles in #186
- Hertz: Replace Into impls with From impls by @dbrgn in #194
- Some docstrings for I2C module and non-pub for some apparently internal functions by @jounathaen in #192
- Implement full embedded_hal::Pwm by @justacec in #176
- bump stm32f1 0.10.0 by @burrbull in #185
- Consistently use PAC as
pac
by @therealprof in #196 - Impl multiplication and division for frequency wrappers by @dbrgn in #193
- Fix race condition causing ADCs to read stale values by @TheZoq2 in #203
- stm32f1 v0.11 by @burrbull in #206
- rustfmt by @torkeldanielsson in #204
- Attempt to use GH actions for rustfmt check by @therealprof in #207
- Add GH action for clippy checks by @therealprof in #208
- Fix clippy lints by @therealprof in #209
- CI via GitHub actions by @therealprof in #210
- Support for connectivity line devices (stm32f105 and stm32f107) by @timokroeger in #205
- Rework examples to apply to more targets and test in CI by @therealprof in #213
- initial CRC support by @yjh0502 in #202
- Add missing watchdog prescalers. by @khrs in #218
- Cleanup blinky_timer_irq example. by @khrs in #221
New Contributors
- @eupn made their first contribution in #174
- @jamwaffles made their first contribution in #178
- @timbod7 made their first contribution in #181
- @spicyjack made their first contribution in #188
- @trnila made their first contribution in #190
- @justacec made their first contribution in #176
- @torkeldanielsson made their first contribution in #204
- @yjh0502 made their first contribution in #202
Full Changelog: v0.5.3...v0.6.0