Skip to content

Commit d17aef8

Browse files
committed
Refactor network and protocol enums, namespaces, and constants
1 parent f49b273 commit d17aef8

376 files changed

Lines changed: 8954 additions & 8163 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

common/include/firmware/debug/debug_dump.h

100755100644
File mode changed.

common/include/firmware/debug/debug_printbits.h

100755100644
File mode changed.

common/make/Artnet.mk

100755100644
File mode changed.

common/make/DmxNodeNodeType.mk

100755100644
File mode changed.

common/make/DmxNodeOutputType.mk

100755100644
File mode changed.

firmware-template-gd32/Rules.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ LDLIBS:=$(addprefix -l,$(LIBS))
5050
# The variables for the dependency check
5151
LIBDEP=$(addprefix ../lib-,$(LIBS))
5252

53+
DEFINES+=-DHTTPD_CONTENT_SIZE=2048
54+
DEFINES+=-DTCP_MAX_TCBS_ALLOWED=10
55+
DEFINES+=-DCONFIG_NETWORK_MEMORY_BLOCKS=12
56+
5357
COPS=-DGD32 -D$(FAMILY_UCA) -D$(LINE_UC) -D$(MCU) -D$(BOARD) -DPHY_TYPE=$(ENET_PHY)
5458
COPS+=$(strip $(DEFINES) $(MAKE_FLAGS) $(INCLUDES) $(LIBINCDIRS))
5559
COPS+=$(strip $(ARMOPS) $(CMSISOPS))

gd32_emac_artnet_dmx_multi/gd32f4xx.map

Lines changed: 2265 additions & 2213 deletions
Large diffs are not rendered by default.

gd32_emac_e131_dmx_multi/gd32f4xx.map

Lines changed: 2115 additions & 2065 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
constexpr uint32_t DEVICE_SOFTWARE_VERSION_ID=1767534345;
1+
constexpr uint32_t DEVICE_SOFTWARE_VERSION_ID=1769009143;

lib-artnet/include/artnet.h

100755100644
File mode changed.

0 commit comments

Comments
 (0)