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
Remove automatic generation of include/software_version_id.h from multiple GD32 Makefile.GD32 files. Deleted the mkdir -p ./include and the echo that wrote a constexpr DEVICE_SOFTWARE_VERSION_ID (build timestamp) in the following targets: gd32_emac_artnet_pixel_dmx_multi, gd32_emac_artnet_pixel_multi, gd32_emac_ddp_pixel_dmx_multi, gd32_emac_ddp_pixel_multi, gd32_emac_e131_pixel_dmx_multi, and gd32_emac_e131_pixel_multi. This avoids producing per-build timestamped source artifacts from the Makefiles.
0 commit comments