Releases: stm32-rs/stm32f1xx-hal
Releases · stm32-rs/stm32f1xx-hal
v0.4.0
What's Changed
- Add public functions to toggle PWREN bits by @skammer in #64
- RFC: docs and examples for custom selection of PWM channels by @geomatsi in #60
- Add more configuration options to UART by @TheZoq2 in #63
- aliases for serial tx/rx by @burrbull in #59
- adc: add support for channels 16 and 17 in ADC1 by @geomatsi in #67
- Implement serial::{Tx,Rx}::{listen,unlisten}. by @jmgao in #72
- Adds DMA support for ADC1 by @thalesfragoso in #73
- Update the cargo version in the README.md by @TeXitoi in #78
- Handle debugger pins by @TeXitoi in #79
- pwm: fix examples for custom Pins trait by @geomatsi in #74
- Fixes hclk miscalculation by @thalesfragoso in #85
- bump stm32f1 by @burrbull in #88
- gpio consts by @burrbull in #91
- device features by @burrbull in #90
- digital v2 by @burrbull in #93
- Add support for reading and writing to the Backup Data Register (#83). by @mjepronk in #86
New Contributors
- @jmgao made their first contribution in #72
- @TeXitoi made their first contribution in #78
- @mjepronk made their first contribution in #86
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Enable PWM for stm32f100 by @geomatsi in #45
- feat: fmt::Write for serial Tx by @fmckeogh in #49
- RFC: add gpio pins for LQFP-100 package by @geomatsi in #48
- Add feature to support stm32f101 chip by @geomatsi in #50
- RFC: add support for ADC by @geomatsi in #51
- Add pwm usage instructions by @TheZoq2 in #46
- Fix a typo by @skammer in #53
- Adds some simple methods to Timer. by @thalesfragoso in #52
- Add IWDG Watchdog implementation by @astro in #54
- Restore Dma by @burrbull in #55
- Fix gpio configuration for pwm input by @gbip in #56
- Added device-selected meta feature flag by @therealprof in #57
- Add changelog entry for pwm input gpio fix by @gbip in #58
New Contributors
Full Changelog: v0.2.1...v0.3.0