Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ieee802154-radio-eval
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
ieee802154-radio-eval
Commits
ecf71bf8
Commit
ecf71bf8
authored
3 years ago
by
Torben Petersen
Browse files
Options
Downloads
Patches
Plain Diff
Changed Path to RIOT, NODE_IDE is now exported to docker
parent
7aa2f678
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
software/Makefile
+4
-2
4 additions, 2 deletions
software/Makefile
with
4 additions
and
2 deletions
software/Makefile
+
4
−
2
View file @
ecf71bf8
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment