v0.14.0
What's Changed
- I2s rework by @YruamaLairba in #490
- From trait for Pin, PartiallyErasedPin, and ErasedPin structs by @romancardenas in #507
- Upgrade synopsys-usb-otg to 0.3.0 by @dgoodlad in #508
- Update to embedded-hal 1.0.0-alpha.8 by @quentinmit in #510
- pac 0.15.1 by @burrbull in #481
- clippy fixes by @burrbull in #512
- SysMonoTimerExt by @burrbull in #497
- Addressing issue #501 with start_pwm by @TorstenStrunk in #513
- Serial Tx, Rx containing pins by @burrbull in #514
- Deref for UTx, URx by @burrbull in #515
- Apply #[inline] attribute to bitbanding functions. by @therealprof in #517
- update deps by @burrbull in #519
- fix PwmHz::get_period by @burrbull in #518
- const BIDI: bool by @burrbull in #521
- Spi u16 frame by @burrbull in #524
- Cloned usb example and added irq usage by @Slamy in #525
- Revised ADC temperature sensor pins by @lborg019 in #529
- Improve docs for Delay by @dbrgn in #531
- Bump synopsys-usb-otg to 0.3.1 by @dgoodlad in #535
- Timer pins by @burrbull in #536
- Non-Blocking I2C based on DMA by @SpeedCrash100 in #534
- Add missing generic param by @imihajlow in #540
- fix removed Tx::Write by @burrbull in #541
- Transactional I2C by @SpeedCrash100 in #542
- Touchscreen driver by @Srg213 in #527
- Rtic examples by @alexxy in #551
- Restructure examples by @alexxy in #552
- Add rtic-usb-cdc-echo example by @no111u3 in #553
- Fix build for rtic-usb-cdc-echo example by @no111u3 in #554
- Reset timer CNT register when PWM period is changed by @scd31 in #555
- offer
clear_idle_interrupt
fromserial::Rx
in DMATransfer
by @rursprung in #556 - Fixed typo in DMA2/ADCx traits by @DavidTheFighter in #557
- update ci, clippy & release 0.14 by @burrbull in #559
New Contributors
- @romancardenas made their first contribution in #507
- @quentinmit made their first contribution in #510
- @TorstenStrunk made their first contribution in #513
- @Slamy made their first contribution in #525
- @lborg019 made their first contribution in #529
- @dbrgn made their first contribution in #531
- @SpeedCrash100 made their first contribution in #534
- @imihajlow made their first contribution in #540
- @Srg213 made their first contribution in #527
- @alexxy made their first contribution in #551
- @scd31 made their first contribution in #555
- @rursprung made their first contribution in #556
- @DavidTheFighter made their first contribution in #557
Full Changelog: v0.13.2...v0.14.0