This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-08 10:32:47 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
8de51543a45b2fdc3e61bfa54abb39f953390c43
nuttx
/
fs
T
History
Michał Łyszczek
8de51543a4
Fix a few compilation errors.
2018-04-20 15:55:16 -06:00
..
aio
…
binfs
…
cromfs
tools/gencromfs.c: Was duplicating all mode bits in source directory in CROMFS directory. Some make no sense. In particular, all write-able bits are cleard unconditionally. Executable bits are still copying because there is really no way for the tool to know if the file is executable or not.
2018-03-24 15:05:22 -06:00
dirent
…
driver
…
fat
…
hostfs
…
inode
…
mmap
fs/mmap: Fixed compiler warning about access to uninitialized variable in rammap(...)
2018-03-15 14:44:34 -06:00
mount
fs/mount: Fix wrong size reported by df -h. Reason is that size in bytes is calculated always on uint32_t types and cards bigger than 4GB will overflow uint32_t type. Solution is to use uint64_t where possible.
2018-04-14 15:15:59 -06:00
mqueue
…
nfs
…
nxffs
…
procfs
Fix a few compilation errors.
2018-04-20 15:55:16 -06:00
romfs
…
semaphore
…
shm
…
smartfs
fs/smartfs: Fix a hardfault in SmartFS. Problem occurred when opening a file with O_CREAT (only) when the file arelready exists but has a size of zero.
2018-04-14 06:44:38 -06:00
tmpfs
…
unionfs
…
userfs
…
vfs
…
.gitignore
…
fs_initialize.c
…
Kconfig
Addes CROMFS prototype. CROMFS is a commpressed, in-memory read-only file system based on LZF.
2018-03-19 07:08:40 -06:00
Makefile
Addes CROMFS prototype. CROMFS is a commpressed, in-memory read-only file system based on LZF.
2018-03-19 07:08:40 -06:00