CommunityGD32Cores / ArduinoCore-GD32

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

Prelimary GD32F3x0 support #47

Closed maxgerhardt closed 2 years ago

maxgerhardt commented 2 years ago

Adapts a lot of code to be more general, adds the needed SPL files.

Compiles for the new GD32F3x0 series with a not-yet-completed variant. Not tested on hardware yet because mine broke.

Compilation for the old GD32F30x boards still works as before, tested on real hardware.

PlatformIO-only support for now before I can verify it in hardware.

Merging now because it will simplify adding more series (for which I do have hardware).