Skip to content

Commit

Permalink
wip: Release rp235x-hal v0.3.0
Browse files Browse the repository at this point in the history
Apply some review suggestions, still need to add #PR and @user.
  • Loading branch information
winksaville committed Nov 4, 2024
1 parent 3404ead commit 4e3070f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion rp235x-hal-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ nb = "1.0"
panic-halt = "0.2.0"
pio = "0.2.0"
pio-proc = "0.2.0"
rp235x-hal = {path = "../rp235x-hal", version = "0.2.0", features = ["binary-info", "critical-section-impl", "rt", "defmt"]}
rp235x-hal = {path = "../rp235x-hal", version = "0.3.0", features = ["binary-info", "critical-section-impl", "rt", "defmt"]}
usb-device = "0.3.2"
usbd-serial = "0.2.2"
static_cell = "2.1.0"
Expand Down
1 change: 0 additions & 1 deletion rp235x-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Release rp235x-hal v0.3.0
- feat: add support for PIO `in_count`
- implement Debug support for the GPIO structures (RP235x)
- Fix clippy warnings reported by rust beta
Expand Down
4 changes: 0 additions & 4 deletions rp235x-hal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ Or to include this version specifically:
rp235x-hal = "0.3.0"
```

Then, in your Rust code, include the crate like so:

```rust

To obtain a copy of the source code (e.g. if you want to propose a bug-fix or
new feature, or simply to study the code), run:

Expand Down

0 comments on commit 4e3070f

Please sign in to comment.