Discussion:
[nuttx] [PATCH] stm32f429i-disco: Separate SPI4 from MTD init [1 Attachment]
Michael Jung mijung@gmx.net [nuttx]
2018-02-05 05:54:14 UTC
Permalink
Hello,

I was trying to attach a non-MTD peripheral to an STM32F429I Discovery
Board's SPI4 port and was hitting compilation problems, since CONFIG_MTD
and thus 'struct mtd_geometry_s' was not defined. This patch separates
SPI4 initialization logic from MTD initialization logic.

Thanks!
Michael
spudarnia@yahoo.com [nuttx]
2018-02-05 12:36:04 UTC
Permalink
Committed.. Thanks!

Loading...