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 ENABLE_CONTENT content flag; add store config checks
Remove ENABLE_CONTENT dependency from multiple GD32 target Makefiles and decouple web-browser support so ENABLE_HTTPD alone enables Art-Net web capability. Adjust HTTPD source to always compile content handling (unless explicitly disabled via CONFIG_HTTPD_OPTIMIZE_NONE) and normalize GCC optimization pragmas. Add compile-time sanity checks across store device backends (SPI/I2C/ROM/RAM) to prevent mutually exclusive configurations, update copyright years to 2026, and apply minor code cleanups (IWYU pragmas, destructor formatting, DEBUG handling). Also tweak Board.mk board-specific defines (HTTPD optimization, store/backing selection and NO_EMAC) and minor Makefile reordering.
0 commit comments