Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
esp-idf
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flow3r
esp-idf
Commits
b6aa59f1
Commit
b6aa59f1
authored
1 year ago
by
dx
Browse files
Options
Downloads
Patches
Plain Diff
fatfs: enable FF_FS_EXFAT
parent
c40c795d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/fatfs/src/ffconf.h
+1
-1
1 addition, 1 deletion
components/fatfs/src/ffconf.h
with
1 addition
and
1 deletion
components/fatfs/src/ffconf.h
+
1
−
1
View file @
b6aa59f1
...
...
@@ -251,7 +251,7 @@
/ buffer in the filesystem object (FATFS) is used for the file data transfer. */
#define FF_FS_EXFAT
0
#define FF_FS_EXFAT
1
/* This option switches support for exFAT filesystem. (0:Disable or 1:Enable)
/ To enable exFAT, also LFN needs to be enabled. (FF_USE_LFN >= 1)
/ Note that enabling exFAT discards ANSI C (C89) compatibility. */
...
...
This diff is collapsed.
Click to expand it.
dos
@dos
mentioned in issue
flow3r-firmware#148 (closed)
·
1 year ago
mentioned in issue
flow3r-firmware#148 (closed)
mentioned in issue flow3r-firmware#148
Toggle commit list
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