1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

flash-size agnostic builds (#6690)

* flash: mapping definition by sketch at runtime depending on flash chip size and user configuration
This commit is contained in:
david gauchard
2022-02-10 18:25:18 +01:00
committed by GitHub
parent 3027acaf11
commit f60defc3d3
22 changed files with 552 additions and 542 deletions

View File

@ -23,7 +23,7 @@
#include <stddef.h>
#include <vector>
#include <FS.h>
#include "flash_hal_mock.h"
#include "flash_hal.h"
#define DEFAULT_LITTLEFS_FILE_NAME "littlefs.bin"