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
6d96eaa4
Commit
6d96eaa4
authored
7 years ago
by
Matthew Blue
Browse files
Options
Downloads
Patches
Plain Diff
examples/* : blacklisting for mega-xplained
parent
9378d6c1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/dtls-echo/Makefile
+1
-1
1 addition, 1 deletion
examples/dtls-echo/Makefile
examples/emcute/Makefile
+1
-1
1 addition, 1 deletion
examples/emcute/Makefile
examples/javascript/Makefile
+2
-1
2 additions, 1 deletion
examples/javascript/Makefile
with
4 additions
and
3 deletions
examples/dtls-echo/Makefile
+
1
−
1
View file @
6d96eaa4
...
...
@@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
# TinyDTLS only has support for 32-bit architectures ATM
BOARD_BLACKLIST
:=
arduino-duemilanove arduino-mega2560 arduino-uno chronos
\
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b wsn430-v1_4
\
z1 jiminy-mega256rfr2
z1 jiminy-mega256rfr2
mega-xplained
BOARD_INSUFFICIENT_MEMORY
:=
airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
\
cc2650-launchpad cc2650stk maple-mini
\
...
...
This diff is collapsed.
Click to expand it.
examples/emcute/Makefile
+
1
−
1
View file @
6d96eaa4
...
...
@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
nucleo32-f303 nucleo32-l031 nucleo-f030 nucleo-f070
\
nucleo-f072 nucleo-f302 nucleo-f334 nucleo-l053
\
stm32f0discovery telosb waspmote-pro wsn430-v1_3b
\
wsn430-v1_4 z1
wsn430-v1_4 z1
mega-xplained
# Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
...
...
This diff is collapsed.
Click to expand it.
examples/javascript/Makefile
+
2
−
1
View file @
6d96eaa4
...
...
@@ -14,7 +14,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
BOARD_BLACKLIST
:=
arduino-duemilanove arduino-mega2560 arduino-uno chronos
\
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b
\
wsn430-v1_4 z1 pic32-wifire pic32-clicker jiminy-mega256rfr2
wsn430-v1_4 z1 pic32-wifire pic32-clicker jiminy-mega256rfr2
\
mega-xplained
# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
...
...
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