Commit f49b273
committed
V2.2
Release Notes – Codebase Refactor & Modularization
* Major project restructuring
* Reorganized libraries and source files into a clearer, more modular directory structure.
* Moved, renamed, or removed numerous files to reduce duplication and improve maintainability.
* Legacy code cleanup
* Removed deprecated and unused code from lib-lightset, lib-network, lib-properties, and older display components.
* Eliminated redundant parameter and platform-specific files no longer in use.
* Centralized common functionality
* Migrated shared network, properties, and parameter code into a unified common directory.
* Added new utility headers and source files for reusable functionality.
* JSON-based configuration support
* Added new JSON configuration and parameter files.
* Introduced JSON helper utilities and parameter classes to standardize configuration handling and prepare for future extensibility.
* DMX, RDM, and pixel refactor
* Refactored DMX, RDM device handling, and pixel-related libraries for clearer structure and better separation of responsibilities.
* Unified RDM device information handling.
* Build system updates
* Updated Makefiles, build scripts, and compile_commands.json to reflect the new project structure.
* Improved GD32 platform support and hardware abstraction organization.
* Network stack reorganization
* Flattened lib-network source layout by moving files from subdirectories into a simpler structure.
* Improved clarity of EMAC and Linux network interface implementations (no functional changes).
* Debug macro consistency
* Replaced DEBUG_ENTRY / DEBUG_EXIT macros with function-style DEBUG_ENTRY() / DEBUG_EXIT() across the codebase for consistency and readability.
* Overall impact
* Significantly improved modularity, readability, and long-term maintainability.
* Laid groundwork for future feature expansion and more robust JSON-based configuration across modules.1 parent 32431d9 commit f49b273
922 files changed
Lines changed: 73955 additions & 65762 deletions
File tree
- common
- .settings
- include
- common/utils
- dmx
- firmware
- artnet/pixel
- debug
- pixeldmx
- json
- make
- gd32
- lib
- firmware-template-gd32
- include
- lib
- firmware-template
- gd32_emac_artnet_dmx_multi
- firmware
- lib
- gd32_emac_e131_dmx_multi
- firmware
- include
- lib
- include
- netinet
- net
- lib-artnet
- include
- json
- src
- controller
- json
- node
- 4
- dmxin
- failsafe
- file
- rom
- spi
- rdm
- controller
- json
- responder
- lib-clib
- .settings
- src
- c++
- crc32
- gd32
- time_ptp
- time_systick
- time_timer
- lib-configstore
- .settings
- device
- gd32
- ram
- rom
- i2c
- ram/gd32
- rom
- spi
- include
- src
- lib-device
- include
- src
- lib-displayudf
- include
- json
- src
- artnet
- e131
- json
- network
- lib-display
- include
- i2c
- spi
- src
- arm/gd32
- i2c
- sleep
- spi
- lib-dmxnode
- .settings
- include
- json
- src
- json
- scenes
- file
- rom
- spi
- lib-dmx
- .settings
- include
- gd32
- json
- src
- gd32
- json
- lib-e131
- .settings
- include
- json
- src
- controller
- json
- node
- dmxin
- lib-flash
- include
- i2c
- spi
- src/spi
- gd32
- lib-gd32
- .settings
- device/enet
- f
- h
- ptp
- include
- board
- mcu
- src
- f
- ptp
- softuart0
- systick
- uart0
- lib-hal
- .settings
- console
- i2c
- null
- uart0
- debug
- i2c
- stack
- include
- console
- device/usb
- gd32
- json
- superloop
- rtc
- gd32
- i2c
- src
- gd32
- json
- superloop
- lib-lightset
- .settings
- include
- src
- lib-network
- config
- include
- emac
- phy
- esp8266
- json
- net
- apps
- protocol
- noemac
- src
- apps
- mdns
- ntp
- gd32/ptp
- tftp
- core
- ipv4
- emac
- gd32
- f
- phy
- dp83848
- lan8700
- phygen
- rtl8201f
- iface
- json
- net
- apps
- mdns
- ntp
- gd32/ptp
- tftp
- params
- lib-osc
- include
- json
- src
- client
- json
- client
- server
- server
- lib-properties
- .settings
- include
- src
- lib-rdmsensor
- include
- json
- src
- json
- lib-rdmsubdevice
- include
- spi
- src
- spi
- lib-rdm
- include
- json
- llrp
- rdmnet
- sensor
- subdevice
- src
- controller
- handlers
- json
- llrp
- subdevice
- lib-remoteconfig
- .settings
- http/content
- include
- httpd
- http
- json
- shell
- tftp
- src
- gd32
- httpd
- http
- json
- linux
- shell
- tftp
- uart
- lib-showfile
- include
- formats
- json
- protocols
- src
- display
- formats/ola
- json
- osc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 23 | | |
28 | 24 | | |
29 | 25 | | |
30 | 26 | | |
31 | 27 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
File renamed without changes.
Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
29 | 28 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 29 | + | |
34 | 30 | | |
35 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments