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

Improve avr uno #130

Merged
merged 4 commits into from
Oct 20, 2022
Merged

Improve avr uno #130

merged 4 commits into from
Oct 20, 2022

Conversation

hathach
Copy link
Member

@hathach hathach commented Oct 18, 2022

  • skip flash sector caching (4K) for avr port due to lack of memory
  • fix all examples build with uno
  • getting sdfat_format running with uno with minimized sram
  • also add uno to ci

- skip caching for avr port (SPIFlash ~ SPIFlashBase)
- add parameter to contructor for explicitly disable caching.
- add isCached() to check if cache is currently used
getting sdfat_format running with uno with minimized sram
@hathach hathach requested a review from ladyada October 18, 2022 16:31
@hathach
Copy link
Member Author

hathach commented Oct 20, 2022

will merge for now for release, could submit pr to fix if there is still issue with avr

@hathach hathach merged commit 495ff33 into master Oct 20, 2022
@hathach hathach deleted the improve-avr-uno branch October 20, 2022 04:59
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