v0.5.0
What's Changed
- digital unwrap by @burrbull in #96
- split Timer on 2 stage by @burrbull in #95
- as_slice instead of as_ref by @burrbull in #97
- RCC Bus by @burrbull in #98
- Remove OutputPin impl for Alternate mode pins by @TheZoq2 in #103
- Improve time keeping with Timer and RTC by @thalesfragoso in #94
- Rewrite SWJ config when modifying MAPR (fixes #105) by @TheZoq2 in #106
- bump as_slice by @burrbull in #107
- Re-add core::fmt::Write for serial Tx by @ijager in #111
- error on any invalid target combination by @hazelutf8 in #117
- README explain cargo run permission for gdb #113 by @hazelutf8 in #116
- Implement more general GPIO pins by @TheZoq2 in #115
- Add unidirectional SPI DMA by @TheZoq2 in #104
- Changed timer stop_in_debug to modify dbg.cr instead of overwriting it by @cs2dsb in #130
- replace Void with Infallible + small fixes by @burrbull in #100
- bump stm32-rs deps (v 0.9) by @burrbull in #134
- Add USB driver by @Disasm in #135
- Generate USB docs on docs.rs by @Disasm in #136
- Set i2c frequency using Hertz by @TheZoq2 in #128
- adc-dma timer by @burrbull in #99
- Add rudimentary docs for the usb module by @TheZoq2 in #137
- Added all timers for all variants as described by CubeMX by @cs2dsb in #133
- Removed crate level allow(unused_unsafe) in favour of attributes on the specific instances by @cs2dsb in #140
- Unbump as_slice by @TheZoq2 in #142
- Pwm remap: another try by @burrbull in #147
- alternative implementation for SPI pins by @burrbull in #145
- Documentation updates and cleanup by @TheZoq2 in #148
- Fixed Serial Remapping by @IGBC in #149
New Contributors
- @ijager made their first contribution in #111
- @hazelutf8 made their first contribution in #117
- @cs2dsb made their first contribution in #130
- @IGBC made their first contribution in #149
Full Changelog: v0.4.0...v0.5.0