forked from arduino/ArduinoCore-mbed
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
flash_write_read.ino is not compiling.
QSPIFBlockDevice.h: No such file or directory
If I change the include to the full path
#include "x:\arduino-1.8.19\portable\packages\Seeeduino\hardware\nrf52\2.6.1\cores\arduino\mbed\storage\blockdevice\COMPONENT_QSPIF\include\QSPIF\QSPIFBlockDevice.h"
a lot of errors are shown, e.g.
x:\arduino-1.8.19\portable\packages\Seeeduino\hardware\nrf52\2.6.1\cores\arduino\mbed\storage\blockdevice\COMPONENT_QSPIF\include\QSPIF\QSPIFBlockDevice.h:266:5: error: 'qspi_status_t' does not name a type; did you mean 'spi_inst_t'?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done