|
1 | 1 | {
|
2 | 2 | "requires": ["bare-metal", "mbedtls", "mcuboot", "flashiap-block-device", "spif-driver", "qspif", "mbed-trace", "filesystem", "fat_chan", "littlefs", "rtos", "cmsis-cmsis5-rtos2", "events"],
|
3 |
| - "macros": ["USE_USB_HS", "LOWSPEED=1", "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_config.h\""], |
| 3 | + "macros": ["MBED_FAULT_HANDLER_DISABLED", "USE_USB_HS", "LOWSPEED=1", "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_config.h\""], |
4 | 4 | "config": {
|
5 | 5 | "serial-bootloader-enable": {
|
6 | 6 | "help": "Build bootloader with serial update support",
|
|
53 | 53 | "target.extra_labels_remove" : ["CORDIO"],
|
54 | 54 | "target.features_remove" : ["BLE"],
|
55 | 55 | "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"],
|
| 56 | + "target.printf_lib": "minimal-printf", |
| 57 | + "platform.minimal-printf-enable-floating-point": false, |
| 58 | + "platform.minimal-printf-enable-64-bit": false, |
| 59 | + "platform.stdio-flush-at-exit": false, |
56 | 60 | "platform.stdio-baud-rate": 115200,
|
57 | 61 | "fat_chan.ff_use_mkfs": 0,
|
| 62 | + "fat_chan.ff_use_lfn": 0, |
58 | 63 | "fat_chan.ff_fs_rpath": 0,
|
59 | 64 | "mcuboot.primary-slot-address": "0x8020000",
|
60 | 65 | "mcuboot.slot-size": "0x1E0000",
|
|
0 commit comments