CommunityGD32Cores / platform-gd32

PlatformIO platform for ARM-based GD32{F,E,L,W} chips. Work in Progress!
67 stars 28 forks source link

Added inital support for GD32407V-START and CCRAM in linker. #2

Closed howitzer74 closed 3 years ago

howitzer74 commented 3 years ago

Please note that I did not update the 'hwids' section as I wasn't sure where they came from.

maxgerhardt commented 3 years ago

The "0x1EAF" stuff comes from "LEAF" labs USB-DFU bootloaders. The HWIDs there should be the VID/PID if the device can enumerate as USB devices (in e.g. USB bootloader mode), or the VID/PID of an explicit USB bootloader (like STM32Duino-bootloader above).

That's all right though, we can correct that as needed later -- though I don't think they're critical.