]> granicus.if.org Git - esp-idf/commit
example: Add SPIFFS image generation from build system example
authorRenz Christian Bagaporo <renz@espressif.com>
Thu, 31 Jan 2019 11:54:45 +0000 (19:54 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Wed, 27 Mar 2019 01:09:47 +0000 (09:09 +0800)
commit09d73831806c18557a0927a7298f89b8acd3fe84
tree225f0c767c06b78efba72b4eb4cc207c6b2d12fd
parent4d9c3a262de8c57f87039139e7ca4ce3ce2a3baf
example: Add SPIFFS image generation from build system example
examples/build_system/spiffsgen/CMakeLists.txt [new file with mode: 0644]
examples/build_system/spiffsgen/Makefile [new file with mode: 0644]
examples/build_system/spiffsgen/README.md [new file with mode: 0644]
examples/build_system/spiffsgen/example_test.py [new file with mode: 0644]
examples/build_system/spiffsgen/main/CMakeLists.txt [new file with mode: 0644]
examples/build_system/spiffsgen/main/component.mk [new file with mode: 0644]
examples/build_system/spiffsgen/main/spiffsgen_example_main.c [new file with mode: 0644]
examples/build_system/spiffsgen/partitions_example.csv [new file with mode: 0644]
examples/build_system/spiffsgen/sdkconfig.defaults [new file with mode: 0644]
examples/build_system/spiffsgen/spiffs_image/hello.txt [new file with mode: 0644]
examples/build_system/spiffsgen/spiffs_image/sub/alice.txt [new file with mode: 0644]