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-07 01:05:54 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c0b9dcf8a92566832b68137f6f9c0ee851732cc0
nuttx
/
fs
/
driver
T
History
Gregory Nutt
84a5f846c9
open() has been extended. You can now open block drivers and access them just as you can character drivers. For example, you can hexdump a block device.
2015-11-21 11:24:55 -06:00
..
driver.h
open() has been extended. You can now open block drivers and access them just as you can character drivers. For example, you can hexdump a block device.
2015-11-21 11:24:55 -06:00
fs_blockproxy.c
open() has been extended. You can now open block drivers and access them just as you can character drivers. For example, you can hexdump a block device.
2015-11-21 11:24:55 -06:00
fs_closeblockdriver.c
…
fs_devsyslog.c
nuttx/fs: Fix some spacing and alignment issues
2015-10-11 11:39:29 -06:00
fs_findblockdriver.c
…
fs_openblockdriver.c
…
fs_registerblockdriver.c
Standardize naming used for public data and function groupings
2015-10-02 16:30:35 -06:00
fs_registerdriver.c
Standardize naming used for public data and function groupings
2015-10-02 16:30:35 -06:00
fs_unregisterblockdriver.c
Standardize naming used for public data and function groupings
2015-10-02 16:30:35 -06:00
fs_unregisterdriver.c
Standardize naming used for public data and function groupings
2015-10-02 16:30:35 -06:00
Make.defs
Add logic to automatically wrap a block device as a BCH device with no visible character device
2015-11-21 10:14:01 -06:00