-
Notifications
You must be signed in to change notification settings - Fork 18
Aug 2023: update to recent Tock, and add wm1110 dev board #28
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
Conversation
Is the wm1110 dev board already supported in upstream Tock? Might make more sense to merge it there first, or at least have the PR up in parallel to that. |
PR is open for kernel support: tock/tock#3653 I'm happy with this PR as I've been testing the vm1110 bootloader. There isn't much value in continuing to update bootloaders as once we have a working version...well we have a working version. I applied the same changes to the other boards to get them up to date, but it's probably not all that worth it as I'm not motivated to test them. The changes are pretty straightforward, and the only major change is the call to |
No description provided.