Newer
Older
mbed-os / tools / test / config / bootloader_missing / bootloaders / mbed_lib.json
@Jimmy Brisson Jimmy Brisson on 31 Jan 2018 191 bytes Check that boot loader config works in libs
{
    "name": "bl",
    "target_overrides": {
        "LPC1768": {
            "target.bootloader_img": "does_not_exists.bin",
            "target.restrict_size": "0xFFFFF"
        }
    }
}