Commit 3ada448
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 34253f0 commit 3ada448
636 files changed
Lines changed: 38963 additions & 34743 deletions
File tree
- common
- .settings
- include
- common/utils
- dmx
- firmware
- debug
- pixeldmx
- json
- make
- gd32
- lib
- firmware-template-gd32
- include
- lib
- firmware-template
- gd32_dmx_usb_pro
- firmware
- gd32_rdm_responder
- firmware
- include
- lib
- include
- netinet
- net
- lib-clib
- .settings
- src
- c++
- crc32
- gd32
- time_ptp
- time_systick
- time_timer
- lib-configstore
- .settings
- device
- gd32
- ram
- rom
- i2c
- rom
- spi
- include
- src
- lib-device
- include
- src
- lib-displayudf
- .settings
- include
- json
- src
- json
- lib-display
- include
- i2c
- spi
- src
- arm/gd32
- i2c
- sleep
- spi
- lib-dmxled
- .settings
- include
- json
- lib-dmxnode
- .settings
- include
- json
- src
- json
- scenes
- file
- rom
- spi
- lib-dmx
- .settings
- include
- gd32
- json
- src
- gd32
- json
- lib-flashcode
- include
- src/gd32
- fmc
- h7xx
- lib-gd32
- gd32f10x/GD32F10x_standard_peripheral/Source
- include
- board
- 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
- .settings
- include
- net
- apps
- protocol
- src
- lib-pixeldmx
- .settings
- include
- json
- src
- json
- pixeldmxparams
- pixeldmxrdm
- lib-pixel
- .settings
- include
- gamma
- jbc
- src
- gd32/i2s
- json
- pixel
- lib-properties
- .settings
- include
- src
- lib-rdmsensor
- include
- json
- src
- json
- lib-rdmsubdevice
- include
- spi
- src
- spi
- lib-rdm
- include
- json
- sensor
- subdevice
- src
- handlers
- json
- subdevice
- lib-usb
- include
- src/gd32
- lib-widget
- include
- params
- src
- flashrom
- hdmi
- nohdmi
- params
- lib-ws28xxdmx
- .settings
- include
- src
- dmx
- params
- rdm
- lib-ws28xx
- .settings
- include
- gamma
- src
- gd32/i2s
- patterns
- pixel
- scripts
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 | + | |
| 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 | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| 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: 14 additions & 6 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 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
Lines changed: 19 additions & 25 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 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
42 | 39 | | |
43 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 46 | + | |
51 | 47 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 48 | + | |
0 commit comments