21 Commits

Author SHA1 Message Date
qucchia
c5bb94bf7a Limit documentation comments to 80 characters (#2244) 2022-07-27 15:32:19 +02:00
deirdreobyrne
333cb9b304 Fixes arising from code review 2022-07-05 15:03:45 +01:00
Gordon Williams
872ba947ce handle case where 'undefined' is passed as an argument to FS.write 2021-09-23 11:58:47 +01:00
Gordon Williams
40191f978b Minor tweak to avoid duplicate function in #1626 2019-03-06 16:54:18 +00:00
Thomas Studwell
b3e8964aa1 Fixed fs.statSync() to report in localtime and corrected Month offset. 2019-03-06 10:54:59 -05:00
Gordon Williams
07ae7710e3 updated filesystem docs 2018-01-29 15:43:10 +00:00
Gordon Williams
3aafa86a70 misc tweak to @wilberforce's code to just avoid reading in long filenames at all 2017-05-11 12:40:13 +01:00
wilberforce
6fc95d1e7f Fat FS: closedir after readdir, FS errors should be catchable (#1164), fs.statSync (#1163) 2017-05-11 12:37:55 +01:00
wilberforce
d93ea2ad6f Add fs.mkdir, E.flashFatFS({format:true}); 2017-03-23 13:50:56 +13:00
wilberforce
a167bd3eeb add build type FLASHFS 2017-03-23 01:05:20 +13:00
Gordon Williams
5dd5d901d1 replace NewWithFlags with jsvNewXXX - saves a few bytes by killing repetition 2016-03-04 12:54:18 +00:00
Gordon Williams
80ce11135a I love Eclipse global regex replace :)
Use jsvUnLock2/etc to really drop memory usage
2015-09-18 12:25:07 +01:00
Gordon Williams
fb2ab0bf4b Throw exceptions for GetString overflows 2015-09-18 10:47:14 +01:00
Gordon Williams
ea36e8ea4b Added fs.stat and File.seek (fix #429, fix #430) 2014-09-26 10:18:24 +01:00
Gordon Williams
933d14a988 refactor comments 2014-09-11 13:38:48 +01:00
Gordon Williams
22253d3cbf Merge fs_kill and file_kill to ensure that files always die before the filesystem
Add `E.unmountSD()` to allow SD cards to be removed once they have been used
2014-08-11 16:00:45 +01:00
Gordon Williams
46b0e41d21 trying to save more flash on devices with very little 2014-06-24 13:05:56 +01:00
Gordon Williams
96555ebb6f fix compile on 32 bit linux 2014-06-17 08:52:27 +01:00
Gordon Williams
c87697c231 Save memory on Olimexino boards by removing LFN support 2014-05-15 15:08:22 +01:00
Gordon Williams
0796d33b55 last-minute change to E.openFile 2014-05-15 11:28:38 +01:00
Gordon Williams
0ca5d29562 refactoring libraries 2014-05-14 15:13:29 +01:00