Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

winksaville
Copy link
Contributor

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.

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.
@winksaville
Copy link
Contributor Author

@9names, @thejpster is there an automated way to generate the commit subject, PR number and user name?

@9names
Copy link
Member

9names commented Nov 5, 2024

Not that I'm aware of.
I've always written out the change myself, since not everyone clearly specifies the change in the PR name, and if they do they do not do so consistently.
And sometimes you want to write more about a change than most folks do in PR names or commit messages

@thejpster
Copy link
Member

GitHub can make these kinds of change logs. Someone could make a draft release and then copy the contents.

@9names
Copy link
Member

9names commented Nov 5, 2024

Interesting.
Well, considering that winksaville can't create a release here, I went and did it. Here's what it spat out

## What's Changed
* Run picotool step in github action by @jannic in https://github.com/rp-rs/rp-hal/pull/857
* spi: remove undesired parameter to `set_format` by @jannic in https://github.com/rp-rs/rp-hal/pull/860
* Fix warning with rust 1.82.0 by @jannic in https://github.com/rp-rs/rp-hal/pull/863
* Update critical-section dependency to version 1.2.0 by @jannic in https://github.com/rp-rs/rp-hal/pull/862
* Fix or surpress several warnings on rust beta by @jannic in https://github.com/rp-rs/rp-hal/pull/865
* Add debug derive for the GPIO structures by @robamu in https://github.com/rp-rs/rp-hal/pull/861
* implement Debug support for the GPIO structures (RP235x) by @jannic in https://github.com/rp-rs/rp-hal/pull/866
* feat: add support for PIO `in_count` by @allexoll in https://github.com/rp-rs/rp-hal/pull/868
* feat: Make it easier to specify target architecture by @winksaville in https://github.com/rp-rs/rp-hal/pull/869

## New Contributors
* @robamu made their first contribution in https://github.com/rp-rs/rp-hal/pull/861
* @allexoll made their first contribution in https://github.com/rp-rs/rp-hal/pull/868
* @winksaville made their first contribution in https://github.com/rp-rs/rp-hal/pull/869

**Full Changelog**: https://github.com/rp-rs/rp-hal/compare/rp235x-hal-0.2.0...rp235x-hal-0.3.0

Comment on lines +25 to +39
- 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.
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants