Skip to content

Commit

Permalink
Add EVENT_QUEUE_SIZE and REACTION_QUEUE_SIZE to RIOT examples for now
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRosenow committed Oct 28, 2024
1 parent 82e72f6 commit bb60a83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/riot/blinky/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ DEVELHELP ?= 1
QUIET ?= 1

# Enable reactor-uc features
CFLAGS += -DNETWORK_CHANNEL_TCP_POSIX
# CFLAGS += -DNETWORK_CHANNEL_TCP_POSIX
CFLAGS += -DEVENT_QUEUE_SIZE=32
CFLAGS += -DREACTION_QUEUE_SIZE=32

include $(CURDIR)/../../../make/riot/riot.mk
2 changes: 2 additions & 0 deletions examples/riot/hello/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ QUIET ?= 1

# Enable reactor-uc features
# CFLAGS += -DNETWORK_CHANNEL_TCP_POSIX
CFLAGS += -DEVENT_QUEUE_SIZE=32
CFLAGS += -DREACTION_QUEUE_SIZE=32

include $(CURDIR)/../../../make/riot/riot.mk

0 comments on commit bb60a83

Please sign in to comment.