ah- / anne-key

Firmware for Anne Pro Keyboard written in Rust
Apache License 2.0
567 stars 32 forks source link

upgrade to a recent nightly #72

Closed hdhoang closed 6 years ago

hdhoang commented 6 years ago

I hope this will produce a usable DFU for discord users. Next up we should try the recently merged default linker rust-lld, heading towards stable rust.

hdhoang commented 6 years ago

oh no, I broke the build with the panic-semihosting bump, so there's no new dfu. please edit out that commit, I don't have git atm.

ah- commented 6 years ago

Hmm, let's see if the compiler hint is right.

ah- commented 6 years ago

Oh, reading through https://github.com/rust-embedded/panic-semihosting/pull/7 it seems like the panic-semihosting bump would also require a rust-nightly bump. Do you think that's worth trying?

hdhoang commented 6 years ago

sure, let's go to 2018-09-03. panic-abort also has an equivalent release that you'll need to upgrade to

ah- commented 6 years ago

Working nicely after removing the last commit, so let's go with that first. Will look into new panic-abort next.