This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
Espruino
Watch
1
Star
0
Fork
0
You've already forked Espruino
mirror of
https://github.com/espruino/Espruino.git
synced
2025-12-08 19:06:15 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Espruino
/
libs
/
filesystem
History
Gordon Williams
9b30f17227
Added jsvObjectGetChildIfExists to avoid the jsvObjectGetChild(... ,0) case - saves ~300b of flash space
2023-04-25 10:59:34 +01:00
..
fat_sd
esp32_improvements
2020-07-13 17:52:38 +02:00
jswrap_file.c
Added jsvObjectGetChildIfExists to avoid the jsvObjectGetChild(... ,0) case - saves ~300b of flash space
2023-04-25 10:59:34 +01:00
jswrap_file.h
Filesystem API now uses flat strings (avoiding the 512 byte copy for each call)
2017-12-13 12:20:00 +00:00
jswrap_fs.c
Limit documentation comments to 80 characters (
#2244
)
2022-07-27 15:32:19 +02:00
jswrap_fs.h
Add
E.setFlags({unsyncFiles:1}
which doesn't sync the file to the SD card after each write - it's *much* faster
2017-12-13 11:59:13 +00:00