Skip to content
/ stm32_m Public

STM32F334 custom NuttX board low level drivers

Notifications You must be signed in to change notification settings

MHageH/stm32_m

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.