As noticed in #8 (comment), we are one minotr version behind with the GD32F30x firmware library.
We should look for updates at, pull them into https://github.com/CommunityGD32Cores/gigadevice-firmware-and-docs for documentation and then pull them in here for an update.
We might have to do bugfixes again like cplusplus --> __cplusplus, re-definition of bool and I also remember one case in a CMSIS device header where the a macro should have been lower instead of uppercase.
All these fixes / patches should be documented too and maybe create a .patch file from them so that we can update packages more easily.
As noticed in #8 (comment), we are one minotr version behind with the GD32F30x firmware library.
We should look for updates at, pull them into https://github.com/CommunityGD32Cores/gigadevice-firmware-and-docs for documentation and then pull them in here for an update.
We might have to do bugfixes again like
cplusplus-->__cplusplus, re-definition ofbooland I also remember one case in a CMSIS device header where the a macro should have been lower instead of uppercase.All these fixes / patches should be documented too and maybe create a
.patchfile from them so that we can update packages more easily.