Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@John15321 John15321 released this 05 Oct 19:43
729c27e

v1.0.0

Added

  • Added support for microSD card through SDIO. The FatFs library is supported (#50)
  • Added basic target platform configuration (ioc files etc.). (none)
  • Added toolchain and the build process using cmake and arm-none-eabi-gcc. (#10)
  • Added a tutorial how to migrate project from Cube IDE to our toolchain. (#52)
  • Added CLion as a supported IDE. (#10)
  • Added Dockerfiles for the projects environment to Docker Hub. (#10)
  • Added a basic CI configuration with self hosted runners for testing. (#10)
  • Added an issue/task template (#44)
  • Added a PR template (#40)

Fixed

  • Added a temporary fix for the flashing failure in the hardware CI job by retrying it once and adding 1 second delay. (#36)