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

Commits on Apr 13, 2020

  1. Replace external SPIRAM lib w/internal optimized

    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.
    earlephilhower committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    65973e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b4b60 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Fix the SPI interface, buffering.

    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.
    earlephilhower committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    a55f507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76f64bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ce59ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37a09d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6e8904 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a181b75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f85c052 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19e9025 View commit details
    Browse the repository at this point in the history
  9. Update readme to remove old SPIRam library ref

    Also add the resistor to the 1T circuit to avoid transistor overheating.
    earlephilhower committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    5edd27c View commit details
    Browse the repository at this point in the history