6 Commits

Author SHA1 Message Date
3a2faa8de1 API change: In Python, we don't need to pass around buffer sizes. 2017-09-14 11:38:24 -06:00
d65502a67a Test script for parameter detemination.
see https://github.com/pellepl/spiffs/issues/169
2017-09-14 11:37:46 -06:00
ffa9b73c84 Fix pointer-width bug with ctypes.
Avoid leaking memory (at least, if unmount is called).

Block-level test routines to see if read/write/erase are implemented properly.
2017-09-13 18:11:38 -06:00
85556e8e5a Improved error handling in Python binding. 2017-09-12 15:17:17 -06:00
f9032882a0 Fix char-backed filesytem. 2017-09-11 22:13:21 -06:00
96ea844ae4 Python bindings.
Mounts a filesystem backed by a filesystem file-like or a list-of-chars.  Individual files follow Python's file-like-object protocol.

Tested with Python 2.7.
2017-09-11 21:45:38 -06:00