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
5a205b62
Commit
5a205b62
authored
6 years ago
by
Torben Petersen
Browse files
Options
Downloads
Patches
Plain Diff
Enables I2C only for specific Boards and changes RIOTBASE
parent
fb4ea590
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
software/Makefile
+10
-5
10 additions, 5 deletions
software/Makefile
with
10 additions
and
5 deletions
software/Makefile
+
10
−
5
View file @
5a205b62
APPLICATION
=
software
BOARD
?=
inga_blue
RIOTBASE
?=
$(
CURDIR
)
/../../RIOT/
#BOARD ?= inga_blue
RIOTBASE
?=
../../../RIOT/PinChangeInterruptBranch/RIOT
BOARD_USES_I2C
:=
inga_red inga_blue /
USEMODULE
+=
shell
USEMODULE
+=
shell_commands
...
...
@@ -11,7 +13,9 @@ USEMODULE += gnrc_netdev_default
USEMODULE
+=
auto_init_gnrc_netif
#USEMODULE += gnrc_txtsnd
#USEMODULE += gnrc_pktdump
USEMODULE
+=
periph_i2c
ifneq
(,$(filter $(BOARD),$(BOARD_USES_I2C)))
USEMODULE
+=
periph_i2c
endif
NODE_ID
?=
0
CFLAGS
+=
-DNODE_ID
=
$(
NODE_ID
)
...
...
@@ -19,9 +23,10 @@ CFLAGS += -DDEBUG_ASSERT_VERBOSE
CFLAGS
+=
-DGNRC_PKTBUF_SIZE
=
512
CFLAGS
+=
-DSHELL_NO_ECHO
-DSHELL_NO_PROMPT
BAUD
:=
9600
CFLAGS
+=
-DUART_STDIO_BAUDRATE
=
9600
DEVELHELP
?=
1
# No debug information
...
...
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