mirror of
https://github.com/pellepl/spiffs.git
synced 2025-08-06 14:50:17 +08: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
|