UNO_91: disable bootloader support as device name missing

The config failes with an exception that was previously ignored.
pull/12059/head
Martin Kojtal 2019-12-09 16:21:17 +00:00
parent d7e0012bc7
commit ee2caf0716
1 changed files with 2 additions and 2 deletions

View File

@ -9461,7 +9461,6 @@
"inherits": ["RDA5981X"],
"detect_code": ["8001"],
"components_add": ["FLASHIAP"],
"bootloader_supported": true,
"mbed_ram_start": "0x00100080",
"mbed_ram_size": "0x1ff80",
"mbed_rom_start": "0x18001000",
@ -9469,7 +9468,8 @@
"sectors": [[0,4096]],
"overrides": {
"network-default-interface-type" : "WIFI"
}
},
"bootloader_supported": false
},
"GD32_Target": {
"inherits": ["Target"],