Skip to content

Commit e029207

Browse files
authored
Merge pull request #10 from arduino/exp_features
Enable scratch encryption and increase swap RAM buffer
2 parents d3fa706 + 29c9682 commit e029207

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mbed_app.json

+3-1
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)