Skip to content

Commit 6df0896

Browse files
authored
Merge pull request #35 from kurtjd/release-v0.2.1
Prepare release v0.2.1
2 parents 3cb1ff7 + dbe7773 commit 6df0896

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

embassy-neorv32/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

embassy-neorv32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embassy-neorv32"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
description = "Embassy Hardware Abstraction Layer (HAL) for the open-source NEORV32 RISC-V microcontroller"
66
authors = ["Kurtis Dinelle <kurtis.dinelle@gmail.com>"]

embassy-neorv32/examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "embassy-neorv32-examples"
5-
version = "0.2.0"
5+
version = "0.2.1"
66
edition = "2024"
77

88
[profile.release]

0 commit comments

Comments
 (0)