v0.11.0
What's Changed
- rtic 0.6, pac 0.14 by @burrbull in #367
- remove deprecated by @burrbull in #368
- Increase
bxcan
version to 0.6 by @samcrow in #371 - Add missing implementation for
IoPin
by @skreborn in #374 - clean macro by @burrbull in #376
- RTIC Monotonic for TIM2/TIM5 & example by @burrbull in #380
- timer::General trait by @burrbull in #382
- generic Alternate by @burrbull in #383
- can instance by @burrbull in #384
- GetBusFreq -> BusClock, BusTimerClock by @burrbull in #386
- adds dma support for spi by @peauters in #319
- use &Clocks where possible by @burrbull in #387
- IoPin
for
Output> <-> Input> and Input> by @gernoteger in #389 - Change rtic-tick example system clock to fix assert. by @linuxtim in #390
- Fix overflow in example by @david-sawatzke in #392
- Unify alternate pins by @burrbull in #393
- Wait for SDIO transmission to finish before polling card status by @antonok-edm in #395
- fix #362: ADC voltage conversion might be incorrect by @gernoteger in #397
- Fix clippy warnings by @jkristell in #398
- Add internal_pull_down() method by @Windfisch in #399
- use RTIC 1.0, fix warnings by @burrbull in #401
- Added the missing DMA implementations for USART3 (rebased) by @burrbull in #402
- qei cleanups by @burrbull in #403
- Move embedded-hal implementations to subdirs by @burrbull in #404
- Correct default mode for debugger pins by @burrbull in #405
- try to use fugit::Duraction for CountDown::Time by @burrbull in #381
- DynamicPin by @burrbull in #372
- v0.11.0 by @burrbull in #407
New Contributors
- @skreborn made their first contribution in #374
- @gernoteger made their first contribution in #389
- @linuxtim made their first contribution in #390
- @david-sawatzke made their first contribution in #392
Full Changelog: v0.10.0...v0.11.0