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

Add Fomu #63

Merged
merged 10 commits into from
Jun 10, 2021
Merged

Add Fomu #63

merged 10 commits into from
Jun 10, 2021

Conversation

umarcor
Copy link
Collaborator

@umarcor umarcor commented Jun 10, 2021

This is a subset of #56, so we can merge it and focus on separated discussions about further enhancements.

The MinimalBoot and UP5KDemo examples in this PR do work, in the sense that the blinks produced by the bootloader are seen. However, the software application does not work because SPRAM is used for IMEM. Loading through UART or SPI was not implemented yet. We will address those challenges after #62.

The software in the Minimal examples works because the default IMEM implementation is used in ROM mode, instead of SPRAM. However, 97% of the resources is used, so something might be incorrectly inferred. We will address that in upcoming PRs too.

@umarcor umarcor mentioned this pull request Jun 10, 2021
Closed
@stnolting stnolting added the enhancement New feature or request label Jun 10, 2021
@stnolting
Copy link
Owner

Awesome! 🚀

@stnolting stnolting merged commit 94f9aba into stnolting:master Jun 10, 2021
@umarcor umarcor deleted the add-fomu branch June 10, 2021 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants