]> granicus.if.org Git - esp-idf/commit
examples: Add partition API examples
authorRenz Bagaporo <renz@espressif.com>
Wed, 3 Oct 2018 10:09:59 +0000 (18:09 +0800)
committerRenz Bagaporo <renz@espressif.com>
Fri, 26 Oct 2018 07:46:53 +0000 (15:46 +0800)
commit9459526e50338542d06c1a109e5432bd4d2c045a
treee7f194129fc212e043b32ddb99c5c2d4a049b366
parent822de0d038fd273a731ce9ce76addadfc16c1761
examples: Add partition API examples
24 files changed:
examples/storage/partition_api/partition_find/CMakeLists.txt [new file with mode: 0644]
examples/storage/partition_api/partition_find/Makefile [new file with mode: 0644]
examples/storage/partition_api/partition_find/README.md [new file with mode: 0644]
examples/storage/partition_api/partition_find/main/CMakeLists.txt [new file with mode: 0644]
examples/storage/partition_api/partition_find/main/component.mk [new file with mode: 0644]
examples/storage/partition_api/partition_find/main/main.c [new file with mode: 0644]
examples/storage/partition_api/partition_find/partitions_example.csv [new file with mode: 0644]
examples/storage/partition_api/partition_find/sdkconfig.defaults [new file with mode: 0644]
examples/storage/partition_api/partition_mmap/CMakeLists.txt [new file with mode: 0644]
examples/storage/partition_api/partition_mmap/Makefile [new file with mode: 0644]
examples/storage/partition_api/partition_mmap/README.md [new file with mode: 0644]
examples/storage/partition_api/partition_mmap/main/CMakeLists.txt [new file with mode: 0644]
examples/storage/partition_api/partition_mmap/main/component.mk [new file with mode: 0644]
examples/storage/partition_api/partition_mmap/main/main.c [new file with mode: 0644]
examples/storage/partition_api/partition_mmap/partitions_example.csv [new file with mode: 0644]
examples/storage/partition_api/partition_mmap/sdkconfig.defaults [new file with mode: 0644]
examples/storage/partition_api/partition_ops/CMakeLists.txt [new file with mode: 0644]
examples/storage/partition_api/partition_ops/Makefile [new file with mode: 0644]
examples/storage/partition_api/partition_ops/README.md [new file with mode: 0644]
examples/storage/partition_api/partition_ops/main/CMakeLists.txt [new file with mode: 0644]
examples/storage/partition_api/partition_ops/main/component.mk [new file with mode: 0644]
examples/storage/partition_api/partition_ops/main/main.c [new file with mode: 0644]
examples/storage/partition_api/partition_ops/partitions_example.csv [new file with mode: 0644]
examples/storage/partition_api/partition_ops/sdkconfig.defaults [new file with mode: 0644]