Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 441 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 441 Bytes

STM32 M NuttX custom board mod

This repo represents the basic skeleton for a custom board integrated in the NuttX platform.

  • Added a dummy driver as a concept.
  • Added SPI Control driver.
  • Added HRTIM Control Driver.
  • Added ADC initial control driver.
  • Added Memory initial driver.

The nuttx modification directory has the required modifications of the middleware HRTIM Driver for the hardware interrupt fonctionnality to work.