Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WipperSnapper Filesystem refactor, bug-fixes #141

Merged
merged 13 commits into from
Aug 27, 2021
Merged

WipperSnapper Filesystem refactor, bug-fixes #141

merged 13 commits into from
Aug 27, 2021

Conversation

brentru
Copy link
Member

@brentru brentru commented Aug 26, 2021

This pull request:

  • Refactors the TinyUSB Filesystem's initialization routine
    • Addresses a bug where a filesystem created by WipperSnapper on the first run won't mount properly, by validating the fatFS after creation.
      • Addresses issues with hardware using the TinyUF2 bootloader instead of CircuitPython bootloader
    • Creates empty files on the FS to avoid macOS indexing
    • Hardware will now blink yellow continuously, instead of once, if there is an issue with the secrets.json file or if the user needs to interact with the WIPPER USB drive.
    • status pixel brightness reduced to 5%
  • digitalio, analogio, statusled have been moved to components/componentname/src
  • Bumps beta to version 8

Addresses #136

@brentru brentru requested a review from ladyada August 26, 2021 19:00
@brentru brentru merged commit 41dc21d into master Aug 27, 2021
@brentru brentru deleted the fix-fs-issue branch October 4, 2021 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant