Skip to content
Snippets Groups Projects
Commit b816c6c9 authored by Torben Petersen's avatar Torben Petersen
Browse files

ibr_node is now compiled with different RIOT, ibr_node has individual config in makefile

parent cab5524e
No related branches found
No related tags found
No related merge requests found
APPLICATION=software
#BOARD ?= inga_blue
SEED = 0
ifeq ($(BOARD), ibr-node)
RIOTBASE ?= ../../ibrRiot-Copy/
CFLAGS += -DGNRC_PKTBUF_SIZE=1024
else
RIOTBASE ?= ../../RIOT/
CFLAGS += -DGNRC_PKTBUF_SIZE=512
endif
BOARD_USES_I2C := inga_red inga_blue /
......@@ -23,14 +35,8 @@ export DOCKER_ENV_VARS += NODE_ID
NODE_ID ?= 0x00
CFLAGS += -DNODE_ID=$(NODE_ID)
CFLAGS += -DDEBUG_ASSERT_VERBOSE
CFLAGS += -DGNRC_PKTBUF_SIZE=512
CFLAGS += -DSHELL_NO_ECHO -DSHELL_NO_PROMPT
DEVELHELP ?= 1
# No debug information
#CFLAGS += -DNDEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment