RusPiRo / ruspiro-tutorials

RusPiRo Tutorial Corner - Doing Raspberry Pi bare metal development the 'Rust way'...
13 stars 2 forks source link

Update Dependencies #10

Closed 2ndTaleStudio closed 4 years ago

2ndTaleStudio commented 4 years ago

After fixing the build issues in the dependent RusPiRo crates to successfully compile with the current nightly Rust compiler version the tutorials needed to reflect this.

The depentent crates were mainly updated to use the llvm_asm! macro for inline assembly instead of asm!.

bitkis commented 4 years ago

better log message?

2ndTaleStudio commented 4 years ago

better log message?

Yeah, you are right - with the first commit to a new branch I'm often lazy ;) - But with at least one spectator now 😄 I should be more encouraged to increase quality there 😉