riscv-mcu / GD32VF103_Firmware_Library

Original GD32VF103 Firmware Library
128 stars 37 forks source link

make gd32vf103.h compatible with C++ #3

Closed XelaRellum closed 1 year ago

XelaRellum commented 4 years ago

Use "stdbool.h" instead of yet a nother bool typedef.

JBKingdon commented 3 years ago

Hi, just wondering if there's a reason this hasn't been merged yet?

mttbx commented 3 years ago

This is important for porting, please merge. @rgwan

richardclli commented 2 years ago

Perhaps nobody is maintaining it.....

tuupola commented 2 years ago

I think this is not really maintained. You might be better off using the Nuclei RISC-V SDK.

richardclli commented 2 years ago

Anyway, well I can always fork it and maintain it myself, ha.