This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
448fc7a6f2
nuttx
/
fs
/
cromfs
History
Gregory Nutt
448fc7a6f2
fs/cromfs: Remove CONFIG_EXPERIMINTAL dependency.
2018-03-20 20:04:29 -06:00
..
cromfs.h
fs/cromfs and tools/gencromfs: Various fixes for traversal relative file paths. Biggest changes is in types used: Cannot use size_t or mode_t in common structures because they have different sizes on the (64-bit) host and the (32-bit) target. Use uint32_t instead of size_t for offsets. Use uint16_t instead of mode_t.
2018-03-20 12:37:01 -06:00
fs_cromfs.c
fs/cromfs: Fix a loop condition that was causing errors on large files
2018-03-20 19:49:42 -06:00
Kconfig
fs/cromfs: Remove CONFIG_EXPERIMINTAL dependency.
2018-03-20 20:04:29 -06:00
Make.defs