Skip to content

Commit

Permalink
testing/esp: disable nvs encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
erhankur committed Nov 18, 2024
1 parent 498a191 commit 03aeab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions testing/esp/test_apps/gen_ut_app/configs/default_encrypted
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT=y
CONFIG_SECURE_BOOT_ALLOW_JTAG=y
CONFIG_SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC=y
CONFIG_PARTITION_TABLE_OFFSET=0x10000
CONFIG_NVS_ENCRYPTION=n
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT=y
CONFIG_SECURE_BOOT_ALLOW_JTAG=y
CONFIG_SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC=y
CONFIG_PARTITION_TABLE_OFFSET=0x10000
CONFIG_NVS_ENCRYPTION=n

0 comments on commit 03aeab9

Please sign in to comment.