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
Refactor ArtNet poll reply flow and apply various cleanups across libraries.
- Change ArtNetNode::ProcessPollReply signature (remove num_ports_input/num_ports_output) and consolidate port determination into SendPollReply.
- SendPollReply: early-return for disabled ports, set NumPortsLo and PortTypes (respect ARTNET_HAVE_DMXIN), increment/reset poll_reply_count correctly, always create node report and send UDP packet, and clear state_.is_changed.
- Minor code style and whitespace fixes in artnet sources.
- Update node type name from "Artnet" to "Art-Net" and reformat output type name array for dmxnode; small header/footer comment adjustments.
- GD32 DMA memcpy: bump copyright years, add stricter alignment asserts for GD32F4 path, guard IRQ setup with DMA_MEMCPY32_DISABLE_IRQ, remove unused include.
- Add missing debug include in pixeldmxparams and fix minor formatting.
- Bump copyright years in several headers.
These changes simplify poll reply logic, improve portability and conditional compilation for DMA memcpy, and tidy up naming/formatting across the codebase.
0 commit comments