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

Replace external SPIRAM lib w/internal optimized #250

Merged
merged 11 commits into from
Apr 14, 2020

Conversation

earlephilhower
Copy link
Owner

Instead of requiring everyone to download and install another Arduino
library to use this lib, include an optimized, self-contained one from
the 8266 VM PR: esp8266/Arduino#6994

Does change the API as it now requires a HW chip select, so that
parameter is removed from the SpiRAM buffer object.

Instead of requiring everyone to download and install another Arduino
library to use this lib, include an optimized, self-contained one from
the 8266 VM PR: esp8266/Arduino#6994

Does change the API as it now requires a HW chip select, so that
parameter is removed from the SpiRAM buffer object.
SPI FIFO needs special care so do all work in a RAM copy and the copy it
over manually w/32b writes.

Ensure the SPI command is done before touching the FIFO.

Fix buffering organization.

Make the buffer report status as a #### bar.
Also add the resistor to the 1T circuit to avoid transistor overheating.
@earlephilhower earlephilhower merged commit 0fd2d04 into master Apr 14, 2020
@earlephilhower earlephilhower deleted the use-local-spiram branch April 14, 2020 22:42
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.

None yet

1 participant