This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
fs
/
driver
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