mirror of
https://github.com/pellepl/spiffs.git
synced 2026-08-30 22:00:02 +00:00
Metadata is stored in the file index structure and is opaque to SPIFFS. It allows user to associate additional information with a file. Fixes pellepl/spiffs#127
9 lines
159 B
YAML
9 lines
159 B
YAML
language: c
|
|
|
|
compiler:
|
|
- gcc
|
|
|
|
before_script:
|
|
|
|
script: make all && make clean && make test && make build-all && make clean test FLAGS=-DSPIFFS_OBJ_META_LEN=8
|