Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 1.28 KB

Changelog

[Unreleased]

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)