spiffs3m.hw 544 B

123456789101112131415161718192021222324
  1. {
  2. "name": "spiffs3m",
  3. "base_config": "standard-4m",
  4. "options": [
  5. "alternate",
  6. "vdd",
  7. "spiffs"
  8. ],
  9. "partitions": {
  10. "spiffs0": {
  11. "address": "0x00100000",
  12. "size": "3M",
  13. "type": "data",
  14. "subtype": "spiffs",
  15. "readonly": false,
  16. "encrypted": false,
  17. "filename": "$(SPIFF_BIN_OUT)",
  18. "build": {
  19. "target": "spiffsgen",
  20. "files": "$(SPIFF_FILES)"
  21. }
  22. }
  23. }
  24. }