mqtt/ssl_ds: Add documentation on how to use esp-secure-cert-tool with

the example
This commit is contained in:
Aditya Patwardhan
2022-08-25 09:11:30 +05:30
committed by Rocha Euripedes
parent b0d5b719b6
commit f4f32e7b51
4 changed files with 17 additions and 3 deletions

View File

@@ -1 +1,7 @@
CONFIG_PARTITION_TABLE_CUSTOM=y
# Setting partition table offset to 0xC000 would make the address of
# `esp_secure_cert` partition as 0xD000 (comes next in the sequence).
# Modules that are programmed with Espressif Secure Pre Provisioining service
# uses this offset for `esp_secure_cert` and hence this change aligns this example
# to work on those modules.
CONFIG_PARTITION_TABLE_OFFSET=0xC000