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

Changed Path to RIOT, NODE_IDE is now exported to docker

parent 7aa2f678
No related branches found
No related tags found
No related merge requests found
APPLICATION=software
#BOARD ?= inga_blue
RIOTBASE ?= ../../../RIOT/PinChangeInterruptBranch/RIOT
RIOTBASE ?= ../../RIOT/
BOARD_USES_I2C := inga_red inga_blue /
......@@ -18,7 +18,9 @@ ifneq (,$(filter $(BOARD),$(BOARD_USES_I2C)))
USEMODULE += periph_i2c
endif
NODE_ID ?= 0
export DOCKER_ENV_VARS += NODE_ID
NODE_ID ?= 0x00
CFLAGS += -DNODE_ID=$(NODE_ID)
CFLAGS += -DDEBUG_ASSERT_VERBOSE
CFLAGS += -DGNRC_PKTBUF_SIZE=512
......
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