- 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.
- 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
- Added SuperLoop Cadence
- STM32 Clock Tree works
- STM32 RNG
Adding two new containers.
GoogleTest and Catch2 can be used to write Unit Tests.
Contains some changes for RelWithDebInfo
All of the previous git history happened up until here.