-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wip: Release rp235x-hal v0.3.0 #871
base: main
Are you sure you want to change the base?
Conversation
Still need to add #PR and @user-name to CHANGELOG.md I've verified that `cargo run-arm --release --bin blinky` and `cargo run-riscv --release --bin blinky` work.
@9names, @thejpster is there an automated way to generate the commit subject, PR number and user name? |
Not that I'm aware of. |
GitHub can make these kinds of change logs. Someone could make a draft release and then copy the contents. |
Interesting.
|
- Don't allow unreachable_patterns | ||
- Disable several warnings that show up with rust 1.82.0(beta) | ||
- Merge pull request #841 from jannic/update-rp2350-uart | ||
- Add uart_loopback example. | ||
- Port SPI changes from rp2040-hal to rp235x-hal | ||
- Port UART updates to rp235x-hal | ||
- Update rp235x-hal/src/timer.rs | ||
- Update rp235x-hal/src/lposc.rs | ||
- RP235x: Formatting | ||
- RP235x: More datasheet fixes. | ||
- RP235x: datasheet link clean-ups | ||
- Use published 2350 PAC. | ||
- Format rp235x-hal/Cargo.toml | ||
- Moved some UART stuff into rp-hal-common. | ||
- Add an RP2350 HAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if the changes before 0.2.0 need to be listed individually. Version 0.2.0 was the first published one.
Still need to add #PR and @user-name to CHANGELOG.md
I've verified that
cargo run-arm --release --bin blinky
andcargo run-riscv --release --bin blinky
work.