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
ca9c8a5f
Commit
ca9c8a5f
authored
7 years ago
by
Alexandre Abadie
Browse files
Options
Downloads
Patches
Plain Diff
tests/pthread_*: udpate BOARD_INSUFFICIENT_MEMORY variable
parent
ed4004bd
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_barrier/Makefile
+1
-1
1 addition, 1 deletion
tests/pthread_barrier/Makefile
tests/pthread_condition_variable/Makefile
+1
-1
1 addition, 1 deletion
tests/pthread_condition_variable/Makefile
tests/pthread_rwlock/Makefile
+3
-4
3 additions, 4 deletions
tests/pthread_rwlock/Makefile
with
5 additions
and
6 deletions
tests/pthread_barrier/Makefile
+
1
−
1
View file @
ca9c8a5f
...
@@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
...
@@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
# arduino mega2560 uno duemilanove: unknown type name: clockid_t
# arduino mega2560 uno duemilanove: unknown type name: clockid_t
# exclude boards with insufficient memory
# exclude boards with insufficient memory
BOARD_INSUFFICIENT_MEMORY
:=
nucleo32-f031
stm32f0discovery
BOARD_INSUFFICIENT_MEMORY
:=
nucleo32-f031
# Modules to include.
# Modules to include.
USEMODULE
+=
pthread
USEMODULE
+=
pthread
...
...
This diff is collapsed.
Click to expand it.
tests/pthread_condition_variable/Makefile
+
1
−
1
View file @
ca9c8a5f
...
@@ -4,7 +4,7 @@ include ../Makefile.tests_common
...
@@ -4,7 +4,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST
:=
arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
BOARD_BLACKLIST
:=
arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
# arduino mega2560 uno duemilanove: unknown type name: clockid_t
# arduino mega2560 uno duemilanove: unknown type name: clockid_t
BOARD_INSUFFICIENT_MEMORY
:=
nucleo32-f031
stm32f0discovery
BOARD_INSUFFICIENT_MEMORY
:=
nucleo32-f031
USEMODULE
+=
posix
USEMODULE
+=
posix
USEMODULE
+=
pthread
USEMODULE
+=
pthread
...
...
This diff is collapsed.
Click to expand it.
tests/pthread_rwlock/Makefile
+
3
−
4
View file @
ca9c8a5f
...
@@ -8,10 +8,9 @@ USEMODULE += pthread
...
@@ -8,10 +8,9 @@ USEMODULE += pthread
USEMODULE
+=
xtimer
USEMODULE
+=
xtimer
USEMODULE
+=
random
USEMODULE
+=
random
BOARD_INSUFFICIENT_MEMORY
+=
airfy-beacon chronos mbed_lpc1768 msb-430 msb-430h
\
BOARD_INSUFFICIENT_MEMORY
+=
chronos msb-430 msb-430h nucleo32-f031
\
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031
\
nucleo32-f042 nucleo32-l031 nucleo-f030
\
nucleo-f030 nucleo-f334 nucleo-l053 pca10000 pca10005
\
nucleo-f334 nucleo-l053 stm32f0discovery
spark-core stm32f0discovery yunjia-nrf51822
include
$(RIOTBASE)/Makefile.include
include
$(RIOTBASE)/Makefile.include
...
...
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