Apollo3 WIP

This commit is contained in:
Thomas Göttgens
2023-07-31 22:30:53 +02:00
parent b467ee09b8
commit b8965d27bb
26 changed files with 1728 additions and 27 deletions

View File

@@ -20,6 +20,13 @@
using namespace LittleFS_Namespace;
#endif
#if defined(ARCH_APOLLO3)
#include "platform/apollo3/InternalFileSystem.h" // Apollo3
#define FSCom InternalFS
#define FSBegin() FSCom.begin()
using namespace LittleFS_Namespace;
#endif
#if defined(ARCH_RP2040)
// RP2040
#include "LittleFS.h"