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
Refine flashcode FMC and bootloader linker script selection
Adds conditional linker script selection for several GD32 MCUs when CONFIG_REMOTECONFIG_MINIMUM is set, using MAKE_FLAGS/DEFINES as the source for flag detection. Refactors GD32 FMC flashcode state handling with clearer state names and bank helper functions (lock/unlock/busy/program/erase), adds read/write address and size guards plus alignment assertions, and switches FMC logging to dedicated debug macros. Also fixes H7xx erase-state typo (kEraseProgram), makes write data pointer const-correct, and updates minor debug/copyright details.
0 commit comments