TeXitoi / rusty-clock

An alarm clock with environment stats in pure bare metal embedded rust
MIT License
338 stars 27 forks source link

README.md #11

Closed perlindgren closed 5 years ago

perlindgren commented 5 years ago

Hi

Nice work with the rusty-clock!

Is there a reason the README.md reads:

Compiling and flashing

For compiling and flashing, please refer to the blue pill quickstart. Note that a nightly toolchain is required.

It should compile under stable (if the application itself does not use some nightly feature).

Best regards Per

TeXitoi commented 5 years ago

Thanks, forgot to update this.

TeXitoi commented 5 years ago

It compiles on stable since #5 is closed, a week ago.