CommunityGD32Cores / ArduinoCore-GD32

Arduino core for GD32 devices, community developed, based on original GigaDevice's core
Other
89 stars 33 forks source link

Arduino IDE 2.0.4 boards manager can not install gd32 #85

Closed QGB closed 1 year ago

QGB commented 1 year ago

image

maxgerhardt commented 1 year ago

This is a duplicate of https://github.com/CommunityGD32Cores/ArduinoCore-GD32/issues/52#issuecomment-951212004.

There is a fundamental issue in Arduino IDE 2.0 that it does not allow not having a checksum in the board URL, which makes 0 sense for development versions.

We'll update CommunityGD32Cores/arduino-board-index/main/package_gd32_index.json to the current hash.

maxgerhardt commented 1 year ago

Fixed in https://github.com/CommunityGD32Cores/arduino-board-index/commit/7589831e7f2ebd20190e9b030173d8bde0610d97, use the package URL

https://raw.githubusercontent.com/CommunityGD32Cores/arduino-board-index/main/package_gd32_index.json

instead.

QGB commented 1 year ago

still

image

maxgerhardt commented 1 year ago

Weird, I will look into it tomorrow. In the meantime PlatformIO works, see gd32-pio-projects