|
15 | 15 | "mbed-trace.enable": false,
|
16 | 16 | "mbed-trace.fea-ipv6": false
|
17 | 17 | },
|
18 |
| - "NRF52840_DK": { |
19 |
| - "target.features_remove": ["CRYPTOCELL310"], |
20 |
| - "target.macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"], |
21 |
| - "mcuboot.primary-slot-address": "0x20000", |
22 |
| - "mcuboot.slot-size": "0xC0000", |
23 |
| - "mcuboot.scratch-address": "0xE0000", |
24 |
| - "mcuboot.scratch-size": "0x20000", |
25 |
| - "mcuboot.max-img-sectors": "0x180", |
26 |
| - "mcuboot.read-granularity": 4, |
27 |
| - "qspif.QSPI_MIN_PROG_SIZE": 4 |
28 |
| - }, |
29 |
| - "EP_AGORA": { |
30 |
| - "target.features_remove": ["CRYPTOCELL310"], |
31 |
| - "target.macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"], |
32 |
| - "mcuboot.primary-slot-address": "0x20000", |
33 |
| - "mcuboot.slot-size": "0xC0000", |
34 |
| - "mcuboot.scratch-address": "0xE0000", |
35 |
| - "mcuboot.scratch-size": "0x20000", |
36 |
| - "mcuboot.max-img-sectors": "0x180", |
37 |
| - "mcuboot.read-granularity": 4, |
38 |
| - "qspif.QSPI_MIN_PROG_SIZE": 4 |
39 |
| - }, |
40 |
| - "DISCO_L475VG_IOT01A": { |
41 |
| - "mcuboot.primary-slot-address": "0x8020000", |
42 |
| - "mcuboot.slot-size": "0xC0000", |
43 |
| - "mcuboot.scratch-address": "0x80E0000", |
44 |
| - "mcuboot.scratch-size": "0x20000", |
45 |
| - "mcuboot.max-img-sectors": "0x180", |
46 |
| - "mcuboot.read-granularity": 1, |
47 |
| - "qspif.QSPI_MIN_PROG_SIZE": 1 |
48 |
| - }, |
49 | 18 | "PORTENTA_H7_M7": {
|
50 | 19 | "target.clock_source": "USE_PLL_HSE_EXTC",
|
51 | 20 | "target.use-mpu": false,
|
|
0 commit comments