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
645bede1
Unverified
Commit
645bede1
authored
7 years ago
by
Martine Lenders
Browse files
Options
Downloads
Patches
Plain Diff
examples: gnrc_tftp: add bluepill board to insufficient memory list
parent
bf8465c6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/gnrc_tftp/Makefile
+2
-2
2 additions, 2 deletions
examples/gnrc_tftp/Makefile
with
2 additions
and
2 deletions
examples/gnrc_tftp/Makefile
+
2
−
2
View file @
645bede1
...
@@ -7,8 +7,8 @@ BOARD ?= native
...
@@ -7,8 +7,8 @@ BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
# This has to be the absolute path to the RIOT base directory:
RIOTBASE
?=
$(
CURDIR
)
/../..
RIOTBASE
?=
$(
CURDIR
)
/../..
BOARD_INSUFFICIENT_MEMORY
:=
airfy-beacon calliope-mini chronos
microbit msb-430
\
BOARD_INSUFFICIENT_MEMORY
:=
airfy-beacon
bluepill
calliope-mini chronos
\
msb-430h nrf51dongle nrf6310 nucleo32-f031
\
microbit msb-430
msb-430h nrf51dongle nrf6310 nucleo32-f031
\
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030
\
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030
\
nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334
\
nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334
\
nucleo-l053 pca10000 pca10005 spark-core stm32f0discovery
\
nucleo-l053 pca10000 pca10005 spark-core stm32f0discovery
\
...
...
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