Skip to content

Commit ee2caf0

Browse files
committed
UNO_91: disable bootloader support as device name missing
The config failes with an exception that was previously ignored.
1 parent d7e0012 commit ee2caf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9461,15 +9461,15 @@
94619461
"inherits": ["RDA5981X"],
94629462
"detect_code": ["8001"],
94639463
"components_add": ["FLASHIAP"],
9464-
"bootloader_supported": true,
94659464
"mbed_ram_start": "0x00100080",
94669465
"mbed_ram_size": "0x1ff80",
94679466
"mbed_rom_start": "0x18001000",
94689467
"mbed_rom_size": "0x1F4000",
94699468
"sectors": [[0,4096]],
94709469
"overrides": {
94719470
"network-default-interface-type" : "WIFI"
9472-
}
9471+
},
9472+
"bootloader_supported": false
94739473
},
94749474
"GD32_Target": {
94759475
"inherits": ["Target"],

0 commit comments

Comments
 (0)