mirror of https://github.com/ARMmbed/mbed-os.git
UNO_91: disable bootloader support as device name missing
The config failes with an exception that was previously ignored.pull/12059/head
parent
d7e0012bc7
commit
ee2caf0716
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue