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

Update FatFs and add USB-MSC firmware update example #497

Merged
merged 7 commits into from
Nov 4, 2020

Conversation

salkinium
Copy link
Member

This converts FatFs by Chan to our submodule mechanism and updates to the latest version with all patches applied.

The example combines TinyUSB MSC with a >64kB FAT12 ramdisk to create a simple firmware update mechanism that should work without any special tooling (hopefully on any operating system).

In addition there are some minor fixes and updates.

@rleh Could you test this on linux?

ext/chan/ffconf.h.in Outdated Show resolved Hide resolved
ext/chan/module.lb Outdated Show resolved Hide resolved
ext/hathach/module.lb Show resolved Hide resolved
@rleh
Copy link
Member

rleh commented Nov 3, 2020

@rleh Could you test this on linux?

Tomorrow.

@salkinium salkinium force-pushed the feature/usb_msc branch 3 times, most recently from d2bb441 to 0c52b59 Compare November 3, 2020 18:20
Copy link
Member

@rleh rleh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works on my machine.

Nice work, thank you @salkinium!

@salkinium salkinium merged commit 7df2e7d into modm-io:develop Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants