Kevin Bracey
533910cb87
Correct return type of FileHandle::size()
...
File size should be off_t, not size_t.
2017-05-31 15:02:11 +03:00
Christopher Haster
18bab4e024
Filesystem: Fixed typo in param naming
2017-03-14 11:04:22 -05:00
Christopher Haster
61c9683644
Filesystem: Moved retarget related file interfaces into platform
2017-03-14 11:02:34 -05:00
Christopher Haster
c4649afba5
Filesystem: Last minute changes due to feedback on directory iteration
...
- Changed to use dirent structure type
- Fixed memory leak in closedir
2017-02-24 12:03:14 -06:00
Christopher Haster
b9122c73f9
Filesystem: Integrate error handling between c++/posix layers
2017-02-24 12:03:09 -06:00
Christopher Haster
eea5c9f08a
Filesystem: Integration with retarget code
2017-02-24 11:55:37 -06:00
Christopher Haster
e5197ceaca
Filesystem: Initial integration with the FATFileSystem
2017-02-24 11:53:17 -06:00
Christopher Haster
ee3e920ed1
Filesystem: Moved toolchain-specific types into retarget.h
2017-02-24 11:42:32 -06:00
Christopher Haster
a5245e32fe
Filesystem: Created prototypical filesystem class
...
Intention is to make filesystem api and network stack api consistent
as current designs diverge greatly. Attempted to change as little as
possible outside of api structure.
2017-02-24 11:41:34 -06:00