cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4xx standard peripheral drivers add defines

tm3341
Associate II
Posted on June 02, 2015 at 08:42

Hello,

this is targeted for STM32F4xx developers for standard peripheral drivers.

You did a great job when you add defines for new libs only included in F446 by using

/* For example: STM32F4xx QSPI: */

/* stm32f4xx_qspi.c */

&sharpif defined(STM32F446xx)

/* Function implementation here */

&sharpendif

to only compile functions if there is processor.

Can you do that also for FSMC and FMC drivers in next release? Now, I always have to do it manually when new drivers are out.

#drivers #standard-peripheral
0 REPLIES 0