Skip to content

Commit ca0ece6

Browse files
committed
Add configuration to enable encrypt scratch
1 parent 83f7aa9 commit ca0ece6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

boot/mbed/mbed_lib.json

+6
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@
220220
"macro_name": "MCUBOOT_SWAP_BUF_SIZE",
221221
"accepted_values": [1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072],
222222
"value": null
223+
},
224+
"encrypt-scratch": {
225+
"help": "Re-encrypt data before writing into scratch flash area",
226+
"macro_name": "MCUBOOT_ENC_SCRATCH",
227+
"accepted_values": [true, null],
228+
"value": null
223229
}
224230
}
225231
}

0 commit comments

Comments
 (0)