mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
622355b5c3
SPI flash operation modes - Dual Output (dout), Dual I/O (dio), Quad Output (qout), Quad I/O (qio) and Octal (opi) were not being properly selected. This commit fixes this behavior and the device is now able to boot and initialize the proper SPI flash mode. Signed-off-by: Tiago Medicci Serrano <tiago.medicci@espressif.com>