Releases: stm32-rs/stm32g4xx-hal
Releases · stm32-rs/stm32g4xx-hal
0.0.2
What's Changed
- Use fugit by @usbalbin in #68
- Opamp pga-mode by @usbalbin in #75
- OPAMP - Avoid overwriting rcc config of other modules by @usbalbin in #79
- IWDT - Independent watchdog timer by @usbalbin in #82
- Fix use of depreciated
get_cycle_count
function by @liamkinne in #85 - Fix time types in independent_watchdog by @no111u3 in #87
- Fix warnings, remove wrong files from repo by @no111u3 in #88
- Fix defmt examples by @usbalbin in #73
- Update blinky_delay, README and crate version by @no111u3 in #89
New Contributors
- @usbalbin made their first contribution in #68
- @liamkinne made their first contribution in #85
- @no111u3 made their first contribution in #87
Full Changelog: 0.0.1...0.0.2
First release 🎉
What's Changed
- fix pll configuration by @konradb3 in #4
- Fixed delay to use AHB clock / 8 instead of CORE clk by @Geens in #6
- Add CI config and fix formatting and cleanup chip features by @pawelchcki in #7
- Use Delay implementation from cortex-m crate. by @pawelchcki in #8
- Opamp by @Geens in #9
- [2] Sysconfig by @luctius in #13
- [1] Added basic Bitbanging support by @luctius in #12
- [3] GPIO +EXTI overhaul by @luctius in #14
- [4] example/button by @luctius in #15
- [5] Example/logging by @luctius in #16
- [6] Signature by @luctius in #17
- [7] ADC by @luctius in #18
- [8] DMA by @luctius in #19
- Upstream/fixes/clippy suggestions by @luctius in #20
- alternate in const generics by @luctius in #21
- Features/simplify adc claim by @luctius in #22
- Features/timers by @luctius in #23
- Fix logging in the examples by @mgottschlag in #25
- Support for USART/UART/LPUART by @mgottschlag in #24
- Support for I2C by @mgottschlag in #26
- lib: fix file mode (unset x bit) by @rmsc in #27
- Draft: Initial FDCAN support by @luctius in #30
- Draft: Add support for SPI. by @mgottschlag in #28
- Added an spi example to test pull request #28 by @NandoBongers in #36
- Added the alternate push pull function by @NandoBongers in #35
- Fix #34 by @luctius in #40
- Update to stm32g4 v0.14.0 by @timblakely in #38
- Support for PWM by @mgottschlag in #29
- I2C example - BME680 sensor by @NandoBongers in #41
- PWM example by @NandoBongers in #43
- fdcan: switched interrupt line enable bits according to reference by @luctius in #44
- Fixes/fdcan by @luctius in #45
- Bump defmt to 0.3.0 by @luctius in #46
- SPI example - sd card by @NandoBongers in #42
- Added the pwm configuration for TIM20 by @NandoBongers in #51
- Added Flash Driver for the STM32G4xx by @luctius in #47
- ADC claim optional reset by @NandoBongers in #52
- Update PLL configuration by @kevswims in #49
- Setup defmt and probe run by @kevswims in #58
- Added the pwm configuration for TIM20 for the stm32g473 + cargo fmt by @NandoBongers in #57
- Update stm32g4 PAC to 0.15.1 by @kevswims in #60
- Bugfix/apb1 apb2 by @kevswims in #59
- Transition to the fdcan-rs crate by @luctius in #39
- FDCAN1's message ram base address was wrong. by @luctius in #63
New Contributors
- @konradb3 made their first contribution in #4
- @Geens made their first contribution in #6
- @pawelchcki made their first contribution in #7
- @luctius made their first contribution in #13
- @mgottschlag made their first contribution in #25
- @rmsc made their first contribution in #27
- @NandoBongers made their first contribution in #36
- @timblakely made their first contribution in #38
- @kevswims made their first contribution in #49
Full Changelog: https://github.com/stm32-rs/stm32g4xx-hal/commits/0.0.1