From 29c968254e8ae751d05622754921f8b68c2295b1 Mon Sep 17 00:00:00 2001 From: pennam Date: Wed, 6 Apr 2022 17:44:38 +0200 Subject: [PATCH] Enable scracth encryption and increade swap RAM buffer --- mbed_app.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mbed_app.json b/mbed_app.json index ab9f5e7..b24a964 100644 --- a/mbed_app.json +++ b/mbed_app.json @@ -45,7 +45,9 @@ "mcuboot.signature-algorithm": "SIGNATURE_TYPE_EC256", "mcuboot.encrypt-ec256": true, "mcuboot.include-keys": null, - "mcuboot.bootloader-build": false + "mcuboot.bootloader-build": false, + "mcuboot.encrypt-scratch": true, + "mcuboot.swap-buf-size": 131072 } } }