OVMS3-idf/examples/security/flash_encryption/partitions_example.csv
Ivan Grokhotkov 12c9d9a564 spi_flash: remove duplicate definition of spi_flash_unlock
The other (static) definition is in flash_ops.c, all references are
also in flash_ops.c.
2019-08-23 12:37:55 +08:00

255 B

1# Name, Type, SubType, Offset, Size, Flags
2nvs, data, nvs, 0x9000, 0x6000,
3# Extra partition to demonstrate reading/writing of encrypted flash
4storage, data, 0xff, 0xf000, 0x1000, encrypted
5factory, app, factory, 0x10000, 1M,