You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace NVIC memset calls with explicit register writes and tighten C++ casts (use reinterpret_cast) in bootloader to avoid UB and build warnings. Add Gd32FirmwareOps.mk to set compiler warning flags and reorganize Includes.mk to use -isystem for upstream headers and clean up include ordering. Update gd32xxxx.h to support GD32F30X_XD and remove intrusive diagnostic pragmas. Adjust TIMER IRQ names for GD32F30X_XD and remove unnecessary static_cast when clearing timer interrupt flags to silence warnings and simplify code.
0 commit comments