f84394e550
1. Clean up the example code 2. Add demonstration of partition read/write operations 3. Add example test
4 lines
245 B
Text
4 lines
245 B
Text
# This example uses an extra partition to demonstrate encrypted/non-encrypted reads/writes.
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
|