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

Latest stable changes from development #178

Merged
merged 15 commits into from
Jun 1, 2019
Merged

Latest stable changes from development #178

merged 15 commits into from
Jun 1, 2019

Commits on Apr 20, 2019

  1. Merge pull request #169 from Marzogh/stable

    Pull changes from v3.3.0 into development
    Marzogh committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    55a75a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #171 from Marzogh/master

    Updated pull request and issue templates
    Marzogh committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    4fff7f8 View commit details
    Browse the repository at this point in the history
  3. Add Gitter badge

    gitter-badger committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    3e8b180 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f53c62 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #172 from gitter-badger/gitter-badge

    Add a Gitter chat badge to README.md
    Marzogh committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    5b013af View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Configuration menu
    Copy the full SHA
    c50f724 View commit details
    Browse the repository at this point in the history
  2. - An alternate version of the constructor

    ```
    SPIFlash flash(int8_t *SPIPinsArray);
    ```
    can be used (only with ESP32 boards as of now) to enable the use of 
    custom SPI pins. ```SPIPinsArray``` has to be a 4 element array 
    containing the custom SPI pin numbers (as signed integers - int8_t) in 
    the following order - sck, miso, mosi, ss. Refer to the wiki for more 
    information. Resolves #113
    - Created new error code `NOCHIPSELECTDECLARED` for errors with 
    declaring custom SPI pins.
    - Using other SPI ports (HSPI, VSPI, SPI1, SPI2 etc.) is now also 
    supported on ESP32 boards - along with SAMD and STM32 boards (supported 
    since v3.0.0). Resolves #117
    Marzogh committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    444fde0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97a5037 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8071dc3 View commit details
    Browse the repository at this point in the history
  5. Removed changes.log

    Marzogh committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    f44c3d1 View commit details
    Browse the repository at this point in the history
  6. Created, markdown formatted and cleaned new change log file - Change …

    …log.md - and moved it to root folder of the library.
    Marzogh committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    fe6d262 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4676cb View commit details
    Browse the repository at this point in the history
  8. Fixed formatting issues

    Marzogh committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    6ca5d1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c55c30 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de3c71f View commit details
    Browse the repository at this point in the history