We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517332f commit d669aa0Copy full SHA for d669aa0
configs/HELLBENDER_0001/config.h
@@ -56,10 +56,10 @@
56
57
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
58
59
-#define FLASH_CS_PIN PA0
+#define USE_FLASH
60
+//#define FLASH_CS_PIN PA0 // CS1 pin automatically used by the QSPI driver
61
#define USE_FLASH_CHIP
62
#define USE_FLASH_W25Q128FV
-#define USE_FLASHFS
63
64
// Enable QUADSPI on RP2350 (pins are fixed via QMI; platform code handles them)
65
#define USE_QUADSPI
0 commit comments