Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
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
RIOT
Commits
04bda78e
Commit
04bda78e
authored
9 years ago
by
Oleg Hahm
Browse files
Options
Downloads
Patches
Plain Diff
examples: removed superfluous blacklisting
ATmega now has a panic function, no need for blacklisting any more.
parent
d89ac480
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/gnrc_border_router/Makefile
+0
-2
0 additions, 2 deletions
examples/gnrc_border_router/Makefile
examples/gnrc_networking/Makefile
+1
-1
1 addition, 1 deletion
examples/gnrc_networking/Makefile
with
1 addition
and
3 deletions
examples/gnrc_border_router/Makefile
+
0
−
2
View file @
04bda78e
...
...
@@ -10,8 +10,6 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY
:=
airfy-beacon nrf51dongle nrf6310 pca10000 pca10005 nucleo-f334
\
spark-core stm32f0discovery yunjia-nrf51822
BOARD_BLACKLIST
:=
arduino-mega2560
# panic_arch not defined
ifeq
(,$(SLIP_UART))
# set default (last available UART)
SLIP_UART
=
"(UART_NUMOF-1)"
...
...
This diff is collapsed.
Click to expand it.
examples/gnrc_networking/Makefile
+
1
−
1
View file @
04bda78e
...
...
@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4
\
yunjia-nrf51822 z1
BOARD_BLACKLIST
:=
arduino-mega2560
spark-core
BOARD_BLACKLIST
:=
spark-core
# arduino-mega2560: unknown error types (e.g. -EBADMSG)
# Include packages that pull up and auto-init the link layer.
...
...
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