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-05 07:12:54 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
74c17076c74c2c486d618de05326e0cd52bce459
nuttx
/
fs
T
History
Gregory Nutt
240926c995
Beginning to update comments to reflect new organization of the boards/ sub-directory.
2019-08-08 08:46:54 -06:00
..
aio
…
binfs
Remove 'executable' bit on several files
2019-08-01 14:13:55 -06:00
cromfs
…
dirent
fs/dirent/fs_opendir.c: Fix typo and style. opendir() did set errno to a negative value in one error case. Fixed some coding style issues found by nxstyle.
2019-07-31 07:18:07 -06:00
driver
…
fat
…
hostfs
…
inode
…
littlefs
…
mmap
…
mount
configs/makerlisp/nsh/defconfig: Enable Procfs, RTC, and SPI-based SD support. Various fixes under arch/z80/src/ez80 for a clean compile.
2019-06-16 14:45:38 -06:00
mqueue
sched/mqueue/mq_desclose.c: Add a test to verify that message queue is closed by the same task group that opened it. If not, then list corruption would result. This test is only performed if CONFIG_DEBUG_FEATURES is enabled since it should not normally be an issue: It would be a strange programming practice to open a message queue in open task group, then close it in another.
2019-08-05 18:30:07 -06:00
nfs
…
nxffs
Fix an error and more warnings found in build testing.
2019-05-25 12:13:27 -06:00
partition
…
procfs
fs/procfs/fs_procfsuptime: Fixed type warning.
2019-08-07 07:56:10 -06:00
romfs
…
semaphore
…
shm
…
smartfs
…
spiffs
…
tmpfs
…
unionfs
Beginning to update comments to reflect new organization of the boards/ sub-directory.
2019-08-08 08:46:54 -06:00
userfs
…
vfs
drivers/serial/serial.c: Limit the number of times that the poll semaphore is incrmented.
2019-06-13 16:23:04 -06:00
.gitignore
…
fs_initialize.c
…
Kconfig
…
Makefile
…