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

Changes for the next release, detailed list of changes: #32

Merged
merged 21 commits into from
Dec 10, 2018

Conversation

jamesmunns
Copy link
Member

@jamesmunns jamesmunns commented Nov 10, 2018

  • Update for 2018 edition
  • Harmonize versions to 0.6.0-beta.1, matching -pac crates
  • Update dependencies
  • Massage some differences between 832 and 840 to be more consistent
  • Remove Xargo.toml from 840
  • Update my email address

All PRs in this family:

James Munns added 4 commits November 10, 2018 14:11
* Update for 2018 edition
* Harmonize versions to 0.6.0-beta.1, matching -pac crates
* Update dependencies
* Massage some differences between 832 and 840 to be more consistent
* Remove Xargo.toml from 840
* Update my email address
@jamesmunns
Copy link
Member Author

Hey @nrf-rs/nrf52, I believe this is ready to land now. I have already cut a release and published on crates.io as 0.6.0-beta.1. Could you please test with your crates locally, and let me know how it goes?

I'd like to merge this sooner than later, and if we need to iterate on master before we cut the final 0.6.0 release, that works for me.

Please see the related issues linked above for this family of PRs.

@jamesmunns
Copy link
Member Author

Fixing adafruit crate now...

@jamesmunns
Copy link
Member Author

Note: published 0.6.0-beta.2 with @hannobraun's Timer additions, yanked 0.6.0-beta.1 of the HAL crates.

@jamesmunns jamesmunns requested a review from a team November 10, 2018 14:36
Copy link
Contributor

@hannobraun hannobraun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks mostly good to me. Thank you, @jamesmunns!

There are two changes that I'm unsure about. Sorry for not commenting inline. GitHub is giving me a weird error message if I try to.

In your first commit, you replace this:

extern crate nrf52_hal_common;
pub use nrf52_hal_common::*;

With this:

pub use nrf52_hal_common::{self, *};

This happens in nrf52832-hal/src/lib.rs and nrf52840-hal/src/lib.rs.

Why the added re-export of nrf52_hal_common? Seems redundant, since we already re-export all its contents.

@jamesmunns
Copy link
Member Author

Whoops, totally forgot these changes @hannobraun. You're right, that was an oversight. I will fix that shortly.

@jamesmunns
Copy link
Member Author

This is now fixed. Once the -pac crates land (and versions are updated), this should be ready to merge.

.travis.yml Outdated Show resolved Hide resolved
nrf52832-hal/Cargo.toml Outdated Show resolved Hide resolved
nrf52840-hal/Cargo.toml Outdated Show resolved Hide resolved
nrf52840-hal/Cargo.toml Outdated Show resolved Hide resolved
@jamesmunns
Copy link
Member Author

@hannobraun I appreciate the last minute review, feel free to yell stop whenever :)

@jamesmunns
Copy link
Member Author

@hannobraun any last thoughts?

@jamesmunns jamesmunns merged commit 9a1c75c into master Dec 10, 2018
@hannobraun
Copy link
Contributor

@jamesmunns Sorry, I stopped seeing the notifications for some reason, and when I noticed the backlog, you were done and I was ready for bed. I didn't have time for a full review, but I didn't see anything objectionable.

Thank you, and good job!

@Yatekii Yatekii deleted the re-release branch March 22, 2020 13:59
hargoniX pushed a commit to hargoniX/nrf-hal that referenced this pull request Jul 28, 2021
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.

2 participants