36 Commits

Author SHA1 Message Date
Gordon Williams
c7104a1e5e Fixed instability when resetting after using SD card on non-standard pins 2015-11-16 14:49: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
9509b06681 Make sure E.unmountSD doesn't forget custom SD card configs from E.connectSDCard 2015-06-03 10:41:33 +01:00
Gordon Williams
432543bcbf Shorten some internal property names (faster/less mem is 4 chars or under)
Change 'internal property' prefix from '>' (fix #540)
2015-06-03 10:04:49 +01:00
Gordon Williams
80cb0d0d1d Fix SD card IO that can corrupt SD card on file append since 1v73 (fix #536) 2015-06-01 12:58:21 +01:00
Gordon Williams
cbac95ccf4 Tweaks to keep code size low enough for Olimexino 2015-05-14 14:24:18 +01:00
Gordon Williams
bd5475d046 Make sure filesystem support gets compiled into Espruino Pico 2015-04-20 12:23:08 +01:00
Gordon Williams
8db046a05a oops - fix SDIO compile 2015-02-05 17:42:59 +00:00
Gordon Williams
93c1dccd88 Allow filesystem to work on user-defined pins (fix #427) 2015-02-05 16:29:42 +00:00
Gordon Williams
acb068e965 Remove libraries from root scope (fix #463) 2014-12-11 15:51:50 +00: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
204ab7ae0b big refactor - merge Array and Object Iterators, as they do the same thing 2014-08-08 13:40:51 +01:00
Gordon Williams (u36)
c1027393d7 Fix memory leak in filesystem file open (when failure) 2014-07-18 10:24:02 +01:00
Gordon Williams
c15c55dfe2 updated docs to help tern determine what objects are returned 2014-07-15 17:23:01 +01:00
Gordon Williams
ba866e4881 Rewrite ff_wtoupper and save 650 bytes \o/ (fix #185) 2014-07-10 10:59:32 +01:00
Gordon Williams
adb58a6796 Move hidden lists out of the root scope (fix #357) 2014-07-01 14:33:10 +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
5c5580beb1 moved pipe so it's not dependent on filesystem 2014-06-19 15:30:37 +01:00
Gordon Williams
b3de0eac40 Move Serial.onData(...) to Serial.on('data',...)
Add Serial.read/available/pipe (fix #383)
            Add HTTP client/server read/available/pipe
            Add documentation for events (and tidy it up for constructors)
2014-06-19 14:50:43 +01:00
Gordon Williams
96555ebb6f fix compile on 32 bit linux 2014-06-17 08:52:27 +01:00
Gordon Williams
8b433b7393 Improve file read speed for large reads 2014-06-09 11:04:23 +01:00
Gordon Williams
3e3d7ef543 fs.appendFile() now works even if the file doesn't exist (fix #385) 2014-06-02 16:29:47 +01:00
Gordon Williams
632ac9a154 update file docs 2014-06-02 14:30:27 +01:00
Gordon Williams
17227ebd0d merging the symbol lookup code 2014-05-21 12:34:09 +01:00
Gordon Williams
8d057673d2 Fix file append/skip issues 2014-05-16 09:01:19 +01:00
Gordon Williams
c87697c231 Save memory on Olimexino boards by removing LFN support 2014-05-15 15:08:22 +01:00
Gordon Williams
c6668a6b9b remove warning 2014-05-15 14:00:11 +01:00
Gordon Williams
de764afa47 fix flags 2014-05-15 11:54:54 +01:00
Gordon Williams
0796d33b55 last-minute change to E.openFile 2014-05-15 11:28:38 +01:00
Gordon Williams
fe3a4d82c2 Update code docs, and make pipe keep going if read returns empty string (specifying it has no data... yet.) 2014-05-15 09:06:20 +01:00
Gordon Williams
ad38dc519e Fixed file IO for nonexistant files 2014-05-14 17:36:17 +01:00
Gordon Williams
3d5574e471 Ensure that pipes can now work to the HTTP server 2014-05-14 17:06:08 +01:00
Gordon Williams
0ca5d29562 refactoring libraries 2014-05-14 15:13:29 +01:00