Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flow3r
flow3r firmware
Merge requests
!34
SD card support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
SD card support
q3k/sd-card-support
into
main
Overview
12
Commits
4
Pipelines
6
Changes
10
All threads resolved!
Hide all comments
Merged
q3k
requested to merge
q3k/sd-card-support
into
main
1 year ago
Overview
12
Commits
4
Pipelines
6
Changes
10
All threads resolved!
Hide all comments
Expand
This adds SD card support to:
st3m, providing st3m_fs_sd_* functions and automatically attempting to probe the SD card on st3m_fs_init().
Recovery mode, providing SD card Disk Mode
The main firmware, attempting to mount the card to
/sd
on startup.
Edited
1 year ago
by
q3k
0
0
Merge request reports
Compare
main
version 5
be619086
1 year ago
version 4
85d06885
1 year ago
version 3
04023a24
1 year ago
version 2
033b6502
1 year ago
version 1
a1b3eaa5
1 year ago
main (base)
and
latest version
latest version
4cd1a7d3
4 commits,
1 year ago
version 5
be619086
4 commits,
1 year ago
version 4
85d06885
4 commits,
1 year ago
version 3
04023a24
4 commits,
1 year ago
version 2
033b6502
4 commits,
1 year ago
version 1
a1b3eaa5
4 commits,
1 year ago
10 files
+
525
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
components/st3m/CMakeLists.txt
+
1
−
0
Options
@@ -19,6 +19,7 @@ idf_component_register(
st3m_tar.c
st3m_fs.c
st3m_fs_flash.c
st3m_fs_sd.c
INCLUDE_DIRS
.
REQUIRES
Loading