We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16751ac commit fd74791Copy full SHA for fd74791
mbed_app.json5
@@ -51,7 +51,16 @@
51
// "mcuboot.read-granularity": 1,
52
// "qspif.QSPI_MIN_PROG_SIZE": 1
53
// },
54
-
+ "DISCO_F746NG": {
55
+ "target.restrict_size": "0x18000",
56
+ "mcuboot.primary-slot-address": "0x8018000",
57
+ "mcuboot.slot-size": "0xA8000",
58
+ "mcuboot.scratch-address": "0x80C0000",
59
+ "mcuboot.scratch-size": "0x40000",
60
+ "mcuboot.max-img-sectors": "0x180",
61
+ "mcuboot.read-granularity": 1,
62
+ "qspif.QSPI_MIN_PROG_SIZE": 1
63
+ },
64
"K64F": {
65
// Configure bootloader to live in the first sector of flash
66
"target.memory_bank_config": {
0 commit comments