|
1 | 1 | {
|
2 |
| - "requires": ["bare-metal", "mbedtls", "mcuboot", "flashiap-block-device", "mbed-trace", "qspif"], |
| 2 | + "requires": ["bare-metal", "mbedtls", "mcuboot", "flashiap-block-device", "spif-driver", "qspif", "mbed-trace", "sd"], |
3 | 3 | "config": {
|
4 | 4 | "serial-bootloader-enable": {
|
5 | 5 | "help": "Build bootloader with serial update support",
|
|
8 | 8 | },
|
9 | 9 | "target_overrides": {
|
10 | 10 | "*": {
|
| 11 | + "platform.stdio-baud-rate": 115200, |
11 | 12 | "target.restrict_size": "0x20000",
|
12 | 13 | "target.c_lib": "small",
|
13 | 14 | "mcuboot.log-level": "MCUBOOT_LOG_LEVEL_DEBUG",
|
14 |
| - "mbed-trace.enable": false, |
| 15 | + "mbed-trace.enable": true, |
| 16 | + "mbed-trace.max-level": "TRACE_LEVEL_DEBUG", |
15 | 17 | "mbed-trace.fea-ipv6": false,
|
16 | 18 | "platform.crash-capture-enabled": false,
|
17 |
| - "platform.minimal-printf-enable-64-bit": false, |
18 | 19 | "platform.callback-comparable": false
|
19 | 20 | },
|
20 | 21 | "NRF52840_DK": {
|
|
64 | 65 | "mcuboot.read-granularity": 4,
|
65 | 66 | "target.device_has_remove": ["STDIO_MESSAGES"],
|
66 | 67 | "target.macros_add": ["MBED_FAULT_HANDLER_DISABLED"]
|
| 68 | + }, |
| 69 | + "K64F": { |
| 70 | + "mcuboot.primary-slot-address": "0x20000", |
| 71 | + "mcuboot.slot-size": "0xC0000", |
| 72 | + "mcuboot.scratch-address": "0xE0000", |
| 73 | + "mcuboot.scratch-size": "0x20000", |
| 74 | + "mcuboot.max-img-sectors": "0x180", |
| 75 | + "mcuboot.read-granularity": 512, |
| 76 | + "mcuboot.share-data": true, |
| 77 | + "mcuboot.share-data-base-address": "0x20000000", |
| 78 | + "mcuboot.share-data-size": "0x80" |
67 | 79 | }
|
68 | 80 | }
|
69 | 81 | }
|
0 commit comments