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
58d6624f29094c83e74e4db1928af7d2b6b2dbb2
nuttx
/
fs
/
driver
T
History
Gregory Nutt
0fb035f76b
Standardize some naming in code section comments
2016-02-21 18:09:04 -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
Standardize some naming in code section comments
2016-02-21 18:09:04 -06:00
fs_closeblockdriver.c
…
fs_devsyslog.c
…
fs_findblockdriver.c
…
fs_openblockdriver.c
…
fs_registerblockdriver.c
Standardize some naming in code section comments
2016-02-21 18:09:04 -06:00
fs_registerdriver.c
Standardize some naming in code section comments
2016-02-21 18:09:04 -06:00
fs_unregisterblockdriver.c
Standardize some naming in code section comments
2016-02-21 18:09:04 -06:00
fs_unregisterdriver.c
Standardize some naming in code section comments
2016-02-21 18:09:04 -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