Skip to content

Commit 599359b

Browse files
0xc0170adbridge
authored andcommitted
UNO_91: disable bootloader support as device name missing
The config failes with an exception that was previously ignored.
1 parent f2f76eb commit 599359b

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
@@ -9468,15 +9468,15 @@
94689468
"inherits": ["RDA5981X"],
94699469
"detect_code": ["8001"],
94709470
"components_add": ["FLASHIAP"],
9471-
"bootloader_supported": true,
94729471
"mbed_ram_start": "0x00100080",
94739472
"mbed_ram_size": "0x1ff80",
94749473
"mbed_rom_start": "0x18001000",
94759474
"mbed_rom_size": "0x1F4000",
94769475
"sectors": [[0,4096]],
94779476
"overrides": {
94789477
"network-default-interface-type" : "WIFI"
9479-
}
9478+
},
9479+
"bootloader_supported": false
94809480
},
94819481
"GD32_Target": {
94829482
"inherits": ["Target"],

0 commit comments

Comments
 (0)