Skip to content

Conversation

@jacky4566
Copy link
Owner

No description provided.

Marzogh and others added 30 commits May 31, 2018 22:58
The previous version of the library returned a wrong value. This has now
been fixed. Refer to comments in _getSFDPFlashParam(void) for further
details.
This is because no default _pageSize value was set in this scenario.
This has now been fixed.
SPIFlash::_beginSPI will not call _startSPIBus opening an SPI
transaction if SPIBusState is 'true'. Without specifically initializing
_startSPIBus to false, its possible that it could on bootup be set to
true. Another SPI bus could set some SPI settings and then
attempting to run a SPIFlash transaction fails because beginTransaction
never gets called to set the required SPIFlash settings.
Added support for Microchip SST26VF016B SST26VF032B chips. thanks @mix86 mix86
Changed the lists from nested bullet lists to tables to make it easier for the end user.
Jumper wires and breadboards (especially solderless ones) have
very poor high-frequency characteristics leading to weird
problems in high-speed communications.
Marzogh added 29 commits April 20, 2019 23:50
Add a Gitter chat badge to README.md
```
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
…log.md - and moved it to root folder of the library.
Latest stable changes from development - Custom SPI pins and multiple SPI support for ESP32
Make it possible to configure SPI clock right from the beginning
…ts them to Serial when RUNDIAGNOSTICS is enabled
Final code for v3.4.0 from Development
Final code for v3.4.0 from Stable
@jacky4566 jacky4566 merged commit 4ee757f into jacky4566:master Mar 11, 2020
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.

5 participants