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
Tightens several arithmetic/conversion paths with explicit casts in PTP, ADC, SPI, BKP, NTP, and TCP code to avoid implicit narrowing and signed/unsigned issues. It also updates ENET initialization to use `ENET_RECEIVEALL` instead of `ENET_CUSTOM` on GD32 targets, aligning link reconfiguration with the intended receive behavior.
0 commit comments