mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
switch to using QSPI bus for external flash
This commit is contained in:
parent
c5180d4588
commit
bdfe9ad27b
8 changed files with 27 additions and 15 deletions
|
|
@ -4,9 +4,9 @@
|
|||
#include <FS.h>
|
||||
#define FILESYSTEM fs::FS
|
||||
#elif defined(NRF52_PLATFORM) || defined(STM32_PLATFORM)
|
||||
#if defined(SPIFLASH)
|
||||
#include <CustomLFS_SPIFlash.h>
|
||||
#define FILESYSTEM CustomLFS_SPIFlash
|
||||
#if defined(QSPIFLASH)
|
||||
#include <CustomLFS_QSPIFlash.h>
|
||||
#define FILESYSTEM CustomLFS_QSPIFlash
|
||||
#elif defined(EXTRAFS)
|
||||
#include <CustomLFS.h>
|
||||
#define FILESYSTEM CustomLFS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue