Skip to content

Commit cf353a4

Browse files
committed
Enable scracth encryption and increade swap RAM buffer
1 parent 04acc64 commit cf353a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mbed_app.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
"mcuboot.signature-algorithm": "SIGNATURE_TYPE_EC256",
4646
"mcuboot.encrypt-ec256": true,
4747
"mcuboot.include-keys": null,
48-
"mcuboot.bootloader-build": false
48+
"mcuboot.bootloader-build": false,
49+
"mcuboot.encrypt-scratch": true,
50+
"mcuboot.swap-buf-size": 131072
4951
}
5052
}
5153
}

0 commit comments

Comments
 (0)