From 4e3070f362184512b69bef9f34900620743ba04a Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Mon, 4 Nov 2024 14:50:54 -0800 Subject: [PATCH] wip: Release rp235x-hal v0.3.0 Apply some review suggestions, still need to add #PR and @user. --- rp235x-hal-examples/Cargo.toml | 2 +- rp235x-hal/CHANGELOG.md | 1 - rp235x-hal/README.md | 4 ---- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/rp235x-hal-examples/Cargo.toml b/rp235x-hal-examples/Cargo.toml index cb13a278b..6db73467f 100644 --- a/rp235x-hal-examples/Cargo.toml +++ b/rp235x-hal-examples/Cargo.toml @@ -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" diff --git a/rp235x-hal/CHANGELOG.md b/rp235x-hal/CHANGELOG.md index 77ce267d2..c633d5380 100644 --- a/rp235x-hal/CHANGELOG.md +++ b/rp235x-hal/CHANGELOG.md @@ -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 diff --git a/rp235x-hal/README.md b/rp235x-hal/README.md index 3f32d431d..9bc8d1651 100644 --- a/rp235x-hal/README.md +++ b/rp235x-hal/README.md @@ -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: