From ecf71bf8759aeb6c2e6ed7c7846527a7486e960a Mon Sep 17 00:00:00 2001 From: Torben Petersen <petersen@ibr.cs.tu-bs.de> Date: Fri, 16 Jul 2021 14:00:00 +0200 Subject: [PATCH] Changed Path to RIOT, NODE_IDE is now exported to docker --- software/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/software/Makefile b/software/Makefile index af71efb..57a4297 100644 --- a/software/Makefile +++ b/software/Makefile @@ -1,6 +1,6 @@ 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 -- GitLab