2015-06-01 11:42 PM
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 */&sharpendifto 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