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
0d872bb6
Commit
0d872bb6
authored
7 years ago
by
Vincent Dupont
Browse files
Options
Downloads
Patches
Plain Diff
pkg/spiffs: remove c11 dependency
parent
26f77e05
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
pkg/spiffs/Makefile
+0
-2
0 additions, 2 deletions
pkg/spiffs/Makefile
pkg/spiffs/Makefile.spiffs
+3
-0
3 additions, 0 deletions
pkg/spiffs/Makefile.spiffs
with
3 additions
and
2 deletions
pkg/spiffs/Makefile
+
0
−
2
View file @
0d872bb6
...
@@ -3,8 +3,6 @@ PKG_URL=https://github.com/pellepl/spiffs.git
...
@@ -3,8 +3,6 @@ PKG_URL=https://github.com/pellepl/spiffs.git
PKG_VERSION
=
287148c46587089c4543a21eef2d6e9e14b88364
PKG_VERSION
=
287148c46587089c4543a21eef2d6e9e14b88364
PKG_LICENSE
=
MIT
PKG_LICENSE
=
MIT
CFLAGS
+=
-std
=
c11
.PHONY
:
all
.PHONY
:
all
all
:
git-download
all
:
git-download
...
...
This diff is collapsed.
Click to expand it.
pkg/spiffs/Makefile.spiffs
+
3
−
0
View file @
0d872bb6
MODULE
:=
spiffs
MODULE
:=
spiffs
# Disable 'ISO C99 doesn’t support unnamed structs/unions [-Werror=pedantic]'
CFLAGS
+=
-Wno-pedantic
include
$(RIOTBASE)/Makefile.base
include
$(RIOTBASE)/Makefile.base
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