Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 857 Bytes

File metadata and controls

39 lines (25 loc) · 857 Bytes

Versions

v0.3.0 Unit Tests for I2C/SPI

  • Working unit tests for I2C and SPI
  • SPI verified against temp sensor (disable the ISR debug!)
  • Drivers are built per config/board and linked on the board.

v0.2.0 Functional but basic system

  • DMA Manager/Resource & STM32 Driver
  • I2C Driver (IRQ only)
  • USART Driver (IRQ only)
  • SPI Driver (not fully tested)
  • Test apps
  • DriverContext -> BoardContext
  • Many other smaller changes

v0.1.50 Milestone approaching

  • Added SuperLoop Cadence
  • STM32 Clock Tree works
  • STM32 RNG

v0.1.49 Adding Container and Pool

Adding two new containers.

v0.1.48 Adding More Unit Tests

GoogleTest and Catch2 can be used to write Unit Tests.

v0.1.47 First Version Bump

Contains some changes for RelWithDebInfo

v0.1.46 First Tracked Version

All of the previous git history happened up until here.