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
Rename and relocate hal board/panelled interfaces and adapt usages across the codebase. hal_boardinfo -> common/include/board.h (namespace hal -> board): added BootDevice, Init, Reboot, RebootHandler, GetBootDevice, CoreTemperatureMin/Max/Current, Website and updated symbols and copyright years. hal_panelled -> lib-gd32/include/panelled.h (namespace hal::panelled -> panelled): header/source renames and updated symbols, removed old hal_panelled.h. Updated includes to new headers (panelled.h, board.h) and replaced hal::panelled references with panelled. Adjusted firmwareversion to use board::BoardName and modernized a few inline/constexpr usages. Minor formatting, debug print additions, and small logic tweaks in ArtNet trigger and pixeldmx show helper. Removed obsolete hwclockrtc.cpp. Added board::Reboot wrapper calling hal::Reboot. Overall: unify board/panelled APIs and propagate changes to callers.
0 commit comments