Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

30 lines (25 loc) · 1.4 KB

Changelog

🍌 v0.5.2

  • 🔧 Maintenance

    Update the tutorials to use the latest versions of the dependent RusPiRo crates to run with the current version of the Rust nightly compiler.

🍌 v0.5.1

  • 🔧 Maintenance

    Use cargo-make cargo plugin to conviniently build the tutorials cross system. This reduces the maintenance efforts of the existing build scripts / makefiles.

🍌 v0.5.0

  • 🔧 Maintenance

    It has been seen that the current Rust versions don't like crate names to start with numbers. So the tutorial cratenames where updated. In dditon - where applicable - the versions to the dependend ruspiro crates where updated and necessary code adopted to those versions inside the tutorials.
  • 📖 Dokumentation

    Minor updates on the main README.md to reflect a better suited toolchain to be use. The aarch64-none-elf and arm-none-eabi with their corresponding Rust targets aarch64-unknown-none and armv7-none-eabi

🍕 v0.4.0

  • 💡 Features

    Added the following tutorials:
    03_INTERRUPT
    04_I2C

🥕 v0.3.0

  • 💡 Features

    Provide initial tutorials, able to be build in aarch32 and aarch64:
    01_BLINKLED
    02_CONSOLE

  • 📖 Documentation

    Provide actual documentation on Tutorial main level as well as specific to each tutorial