Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
f2ebee9c
Commit
f2ebee9c
authored
6 years ago
by
Jim Mussared
Committed by
Damien George
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
stm32/mboot: Update to match latest oofatfs version.
See corresponding commit
b5f33ac2
parent
350dbb89
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
ports/stm32/mboot/Makefile
+1
-1
1 addition, 1 deletion
ports/stm32/mboot/Makefile
ports/stm32/mboot/ffconf.h
+34
-32
34 additions, 32 deletions
ports/stm32/mboot/ffconf.h
with
35 additions
and
33 deletions
ports/stm32/mboot/Makefile
+
1
−
1
View file @
f2ebee9c
...
...
@@ -74,7 +74,7 @@ endif
SRC_LIB
=
\
lib/libc/string0.c
\
lib/oofatfs/ff.c
\
lib/oofatfs/
option/
unicode.c
\
lib/oofatfs/
ff
unicode.c
\
extmod/uzlib/crc32.c
\
extmod/uzlib/adler32.c
\
extmod/uzlib/tinflate.c
\
...
...
This diff is collapsed.
Click to expand it.
ports/stm32/mboot/ffconf.h
+
34
−
32
View file @
f2ebee9c
...
...
@@ -24,40 +24,42 @@
* THE SOFTWARE.
*/
#define
_
FFCONF
68020
#define FFCONF
_DEF 86604
#define _FS_READONLY 1
#define _FS_MINIMIZE 0
#define _USE_STRFUNC 0
#define
FF
_FS_READONLY
1
#define
FF
_FS_MINIMIZE
0
#define
FF
_USE_STRFUNC
0
#define _USE_FIND 0
#define _USE_MKFS 0
#define _USE_FASTSEEK 0
#define _USE_EXPAND 0
#define _USE_CHMOD 0
#define _USE_LABEL 0
#define _USE_FORWARD 0
#define
FF
_USE_FIND
0
#define
FF
_USE_MKFS
0
#define
FF
_USE_FASTSEEK
0
#define
FF
_USE_EXPAND
0
#define
FF
_USE_CHMOD
0
#define
FF
_USE_LABEL
0
#define
FF
_USE_FORWARD
0
#define _CODE_PAGE 437
#define _USE_LFN 1
#define _MAX_LFN 255
#define _LFN_UNICODE 0
#define _STRF_ENCODE 3
#define _FS_RPATH 0
#define FF_CODE_PAGE 437
#define FF_USE_LFN 1
#define FF_MAX_LFN 255
#define FF_LFN_UNICODE 0
#define FF_LFN_BUF 255
#define FF_SFN_BUF 12
#define FF_STRF_ENCODE 3
#define FF_FS_RPATH 0
#define _VOLUMES 1
#define _STR_VOLUME_ID 0
#define _MULTI_PARTITION 0
#define _MIN_SS 512
#define _MAX_SS 512
#define _USE_TRIM 0
#define _FS_NOFSINFO 0
#define
FF
_VOLUMES
1
#define
FF
_STR_VOLUME_ID
0
#define
FF
_MULTI_PARTITION
0
#define
FF
_MIN_SS
512
#define
FF
_MAX_SS
512
#define
FF
_USE_TRIM
0
#define
FF
_FS_NOFSINFO
0
#define _FS_TINY 1
#define _FS_EXFAT 0
#define _FS_NORTC 1
#define _NORTC_MON 1
#define _NORTC_MDAY 1
#define _NORTC_YEAR 2019
#define _FS_LOCK 0
#define _FS_REENTRANT 0
#define
FF
_FS_TINY
1
#define
FF
_FS_EXFAT
0
#define
FF
_FS_NORTC
1
#define
FF
_NORTC_MON
1
#define
FF
_NORTC_MDAY
1
#define
FF
_NORTC_YEAR
2019
#define
FF
_FS_LOCK
0
#define
FF
_FS_REENTRANT
0
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