|
48 | 48 | "mcuboot.bootloader-build": false,
|
49 | 49 | "mcuboot.encrypt-scratch": true,
|
50 | 50 | "mcuboot.swap-buf-size": 131072
|
| 51 | + }, |
| 52 | + "NICLA_VISION": { |
| 53 | + "target.clock_source": "USE_PLL_HSE_EXTC", |
| 54 | + "target.use-mpu": false, |
| 55 | + "target.components_remove" : ["WHD", "4343W_FS", "CYW43XXX", "SE050"], |
| 56 | + "target.extra_labels_remove" : ["CORDIO"], |
| 57 | + "target.features_remove" : ["BLE"], |
| 58 | + "target.device_has_remove": ["USBDEVICE", "EMAC", "CAN", "SPI_ASYNCH", "SPISLAVE", "SPI","SERIAL_FC", "PWMOUT", "ANALOGIN", "ANALOGOUT", "I2CSLAVE", "I2C_ASYNC", "OSPI", "TRNG", "DAC", "CRC", "WATCHDOG", "RTC", "LPTICKER", "SLEEP"], |
| 59 | + "target.printf_lib": "minimal-printf", |
| 60 | + "target.i2c_timing_value_algo": false, |
| 61 | + "target.macros_add":["BOARD_HAS_VIDEO=0", "BOARD_HAS_ETHERNET=0"], |
| 62 | + "platform.minimal-printf-enable-floating-point": false, |
| 63 | + "platform.minimal-printf-enable-64-bit": false, |
| 64 | + "platform.stdio-flush-at-exit": false, |
| 65 | + "platform.stdio-baud-rate": 115200, |
| 66 | + "fat_chan.ff_use_mkfs": 0, |
| 67 | + "fat_chan.ff_use_lfn": 0, |
| 68 | + "fat_chan.ff_fs_rpath": 0, |
| 69 | + "mcuboot.primary-slot-address": "0x8020000", |
| 70 | + "mcuboot.slot-size": "0x1E0000", |
| 71 | + "mcuboot.scratch-address": "0x9000000", |
| 72 | + "mcuboot.scratch-size": "0x20000", |
| 73 | + "mcuboot.max-img-sectors": "0x3C0", |
| 74 | + "mcuboot.max-align": 32, |
| 75 | + "mcuboot.bootstrap": true, |
| 76 | + "mcuboot.application-hooks": true, |
| 77 | + "mcuboot.application-littlefs": true, |
| 78 | + "mcuboot.application-sdcard": null, |
| 79 | + "mcuboot.application-dfu": true, |
| 80 | + "mcuboot.signature-algorithm": "SIGNATURE_TYPE_EC256", |
| 81 | + "mcuboot.encrypt-ec256": true, |
| 82 | + "mcuboot.include-keys": null, |
| 83 | + "mcuboot.bootloader-build": false, |
| 84 | + "mcuboot.encrypt-scratch": true, |
| 85 | + "mcuboot.swap-buf-size": 131072 |
51 | 86 | }
|
52 | 87 | }
|
53 | 88 | }
|
0 commit comments