Hi, I'm new to NuttX and I'm intrigued by its structure and philosophy. I'm currently testing it on the STM32L4R9AI-DISCO board, where I've been able to get the console and some LEDs working. I'd now like to use the Flash, which is a Macronix MX25LM51245GX connected to the microcontroller via an octo SPI interface. Looking at nuttx I saw that: - octospi is not implemented, only quadspi - this Macronix memory is not implemented in MTD
Is it correct that octospi is not available? Are there any alternatives that I can use? If I would like to create a merge request to implement octospi, what is the correct procedure? For example, would I need to: 1) create a octospi_flash.c under drivers/spi 2) extend the mx25lx.c functions Thank you Luca