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
ccf91572
Commit
ccf91572
authored
9 years ago
by
Hauke Petersen
Browse files
Options
Downloads
Patches
Plain Diff
tests: blacklisted nrf51dongle for some tests
parent
ec921d24
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
tests/pthread_rwlock/Makefile
+1
-1
1 addition, 1 deletion
tests/pthread_rwlock/Makefile
tests/thread_cooperation/Makefile
+4
-2
4 additions, 2 deletions
tests/thread_cooperation/Makefile
tests/unittests/Makefile
+1
-1
1 addition, 1 deletion
tests/unittests/Makefile
with
6 additions
and
4 deletions
tests/pthread_rwlock/Makefile
+
1
−
1
View file @
ccf91572
...
...
@@ -14,6 +14,6 @@ CFLAGS += -DNATIVE_AUTO_EXIT
BOARD_INSUFFICIENT_RAM
+=
chronos mbed_lpc1768 msb-430 msb-430h stm32f0discovery
\
pca10000 pca10005 yunjia-nrf51822 spark-core nucleo-f334
\
airfy-beacon
airfy-beacon
nrf51dongle
include
$(RIOTBASE)/Makefile.include
This diff is collapsed.
Click to expand it.
tests/thread_cooperation/Makefile
+
4
−
2
View file @
ccf91572
APPLICATION
=
thread_cooperation
include
../Makefile.tests_common
BOARD_INSUFFICIENT_RAM
:=
chronos msb-430 msb-430h mbed_lpc1768 redbee-econotag stm32f0discovery
\
pca10000 pca10005 yunjia-nrf51822 spark-core airfy-beacon nucleo-f334
BOARD_INSUFFICIENT_RAM
:=
chronos msb-430 msb-430h mbed_lpc1768
\
redbee-econotag stm32f0discovery pca10000 pca10005
\
yunjia-nrf51822 spark-core airfy-beacon nucleo-f334
\
nrf51dongle
DISABLE_MODULE
+=
auto_init
...
...
This diff is collapsed.
Click to expand it.
tests/unittests/Makefile
+
1
−
1
View file @
ccf91572
...
...
@@ -5,7 +5,7 @@ BOARD_INSUFFICIENT_RAM := airfy-beacon chronos msb-430 msb-430h pca10000 \
pca10005 redbee-econotag spark-core stm32f0discovery
\
telosb wsn430-v1_3b wsn430-v1_4 z1 nucleo-f334
\
yunjia-nrf51822 samr21-xpro arduino-mega2560
\
airfy-beacon
airfy-beacon
nrf51dongle
USEMODULE
+=
embunit
...
...
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