This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b0932fcf2e
micropython
/
tests
/
extmod
/
vfs_lfs_mount.py.exp
9 lines
122 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests/extmod: Add littlefs tests.
2019-10-18 07:25:48 +01:00
test <class 'VfsLfs1'>
hello from lfs
package
extmod/vfs_lfsx: Fix import_stat so it takes into account current dir. CPython semantics require searching the current directory if the import is not absolute (when "" is in sys.path). Fixes issue #6037.
2020-05-14 12:37:59 +01:00
hello from lfs
tests/extmod: Add littlefs tests.
2019-10-18 07:25:48 +01:00
test <class 'VfsLfs2'>
hello from lfs
package
extmod/vfs_lfsx: Fix import_stat so it takes into account current dir. CPython semantics require searching the current directory if the import is not absolute (when "" is in sys.path). Fixes issue #6037.
2020-05-14 12:37:59 +01:00
hello from lfs