Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: espressif/arduino-esp32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: RevoluPowered/arduino-esp32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/SDMMCReadWrite
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on Jun 8, 2019

  1. Added format if mount failed as optional argument to SD_MMC begin.

    SDMMC_HOST_DEFAULT is now set up as the normal SD card configuration.
    slot_config.width = 1 is now set too as per the documentation.
    RevoluPowered committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    82ef749 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

  1. Configuration menu
    Copy the full SHA
    21e3188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac5ef06 View commit details
    Browse the repository at this point in the history
  3. Begin and End function implemented.

    Lots still to be done. This is the first step.
    SD.begin() can be called with no arguments to use the default ESP32 settings for SD Card connections.
    
    card_connection_mode can be supplied to begin to specify how the SD Card is interfaced with the ESP32 as per the ESP32-EVB or other boards which may use 1  wire mode, SPI or 4 line mode.
    
    Many functions still to be implemented and I am going to rebase these changes onto the top and remove any modifications to SD and FS because any changes made may impact other libraries and I want SD2 to be 'new' and support the default ESP32 functionality.
    
    This is intended to solve the read and write speed and be based off the standard interface provided by arduino.
    
    https://www.arduino.cc/en/Reference/SD
    RevoluPowered committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    b2f2d8a View commit details
    Browse the repository at this point in the history
Loading