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

fix broken link for metro_m0 examples #2

Merged
merged 1 commit into from
Aug 22, 2018

Conversation

bfritz
Copy link
Contributor

@bfritz bfritz commented Jul 14, 2018

Clean up minor typo to fix broken link.

bfritz added a commit to bfritz/atsamd21-rs that referenced this pull request Jul 14, 2018
Build is broken with latest nightly due to [panic_fmt removal]:

    ~/.cargo/registry/src/github.com-1ecc6299db9ec823/panic-abort-0.1.1/src/lib.rs:25:1
       |
    25 | #[lang = "panic_fmt"]
       | ^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt`

Upgrading to newer panic-abort bumps into proc-macro2 issues
described in rtic-rs/rtic-syntax#7 .

Stumbled onto this when investigating a [build failure] for atsamd-rs#2.

[panic_fmt removal]: https://users.rust-lang.org/t/psa-breaking-change-panic-fmt-language-item-removed-in-favor-of-panic-implementation/17875
[build failure]: https://travis-ci.org/wez/atsamd21-rs/builds/403798265#L570
@wez wez merged commit c067568 into atsamd-rs:master Aug 22, 2018
@wez
Copy link
Member

wez commented Aug 22, 2018

Thanks!

wez pushed a commit that referenced this pull request Aug 23, 2018
Build is broken with latest nightly due to [panic_fmt removal]:

    ~/.cargo/registry/src/github.com-1ecc6299db9ec823/panic-abort-0.1.1/src/lib.rs:25:1
       |
    25 | #[lang = "panic_fmt"]
       | ^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt`

Upgrading to newer panic-abort bumps into proc-macro2 issues
described in rtic-rs/rtic-syntax#7 .

Stumbled onto this when investigating a [build failure] for #2.

[panic_fmt removal]: https://users.rust-lang.org/t/psa-breaking-change-panic-fmt-language-item-removed-in-favor-of-panic-implementation/17875
[build failure]: https://travis-ci.org/wez/atsamd21-rs/builds/403798265#L570
jacobrosenthal pushed a commit to jacobrosenthal/atsamd that referenced this pull request Nov 21, 2020
* Restored TimerParams

* Switched thumbv6 to embedded_time

* Switched TimerParams to use embedded-time types
glaeqen referenced this pull request in glaeqen/atsamd May 25, 2021
glaeqen referenced this pull request in glaeqen/atsamd May 26, 2021
kaizensparc pushed a commit to kaizensparc/atsamd that referenced this pull request Dec 24, 2021
kaizensparc pushed a commit to kaizensparc/atsamd that referenced this pull request Dec 24, 2021
Build is broken with latest nightly due to [panic_fmt removal]:

    ~/.cargo/registry/src/github.com-1ecc6299db9ec823/panic-abort-0.1.1/src/lib.rs:25:1
       |
    25 | #[lang = "panic_fmt"]
       | ^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt`

Upgrading to newer panic-abort bumps into proc-macro2 issues
described in rtic-rs/rtic-syntax#7 .

Stumbled onto this when investigating a [build failure] for atsamd-rs#2.

[panic_fmt removal]: https://users.rust-lang.org/t/psa-breaking-change-panic-fmt-language-item-removed-in-favor-of-panic-implementation/17875
[build failure]: https://travis-ci.org/wez/atsamd21-rs/builds/403798265#L570
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