• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

micropython / micropython / 11841
98%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2019 01:36AM UTC
Jobs 1
Files 266
Run time 15s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
11841

push

travis-ci

dpgeorge
esp32/moduos: Enable uos.VfsLfs2 for littlefs filesystems.

This commit adds support for littlefs (v2) on all esp32 boards.

The original FAT filesystem still works and any board with a preexisting
FAT filesystem will still work as normal.  It's possible to switch to
littlefs by reformatting the block device using:

    import uos, flashbdev
    uos.VfsLfs2.mkfs(flashbdev.bdev)

Then when the board reboots (soft or hard) the new littlefs filesystem will
be mounted.  It's possible to switch back to a FAT filesystem by formatting
with uos.VfsFat.mkfs(flashbdev.bdev).

18784 of 19169 relevant lines covered (97.99%)

345723.53 hits per line

Jobs
ID Job ID Ran Files Coverage
3 11841.3 (NAME="unix coverage build and tests") 06 Nov 2019 01:36AM UTC 0
97.99
Travis Job 11841.3
Source Files on build 11841
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11841
  • 4be316fb on github
  • Prev Build on master (#11838)
  • Next Build on master (#11847)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc