File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ v0.2.1] - 2026-02-18
11+
1012### Changed
1113
1214- Fix UART ` write_byte ` so it does a write, not modify of data reg
1315- Check the duty cycle for PWM in embedded-hal implementation
1416- Change DMA transfer size comments from 23 bits to 24 bits
1517- Fix dual-hart CS acquire to return mie, not mstatus
1618- Have TWI driver shift address before ORing R/W bit
19+ - Fix UART TX active
20+ - Fix GPIO ` is_low `
1721
1822## [ v0.2.0] - 2026-02-15
1923
Original file line number Diff line number Diff line change 11[package ]
22name = " embassy-neorv32"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44edition = " 2024"
55description = " Embassy Hardware Abstraction Layer (HAL) for the open-source NEORV32 RISC-V microcontroller"
66authors = [" Kurtis Dinelle <kurtis.dinelle@gmail.com>" ]
Original file line number Diff line number Diff line change 22
33[package ]
44name = " embassy-neorv32-examples"
5- version = " 0.2.0 "
5+ version = " 0.2.1 "
66edition = " 2024"
77
88[profile .release ]
You can’t perform that action at this time.
0 commit comments