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
Reworked multiple DMX board headers to use the shared `port::Info` mapping (`gd32/dmx_port.h`) instead of separate UART/GPIO constants, keeping each board’s port wiring explicit in a single structure. Updated `.clang-tidy` to align naming rules for constant/template parameters and disabled additional modernize/readability checks that conflict with current code patterns. Also expanded and corrected GD32 device identifier mappings in `common/scripts/gd32/gd32.json` for F103/F303/F107/F207/F407 variants and package code outputs.
0 commit comments