Frank
c90ca7beb0
add Adesto AT25SF128A
4 年前
PaulStoffregen
754e1d025c
begin() returns false when chip not detected, fixes #53
6 年前
Martino Facchin
ea513149de
Dynamically switch SPI port in use
This allows "derived" libraries (like the one in Arduino101 core) to use both the onboard or an external flash, while avoiding forks
Still not sure about SPIClass, is it universal? I coundn't find a core declaring it differently but I'm quite sure it exists. "typeof" SPI would be better.
8 年前
PaulStoffregen
b6dd04096e
Use SPI1 on Arduino 101
8 年前
Frank
83c613204c
Return 0-size for wrong id
it checks for all bytes=0 or 0xff (the pin might be hold low or high by other connections)
8 年前
Frank
870ecc17c5
Fix read-after-write
Fixes this problem:
https://forum.pjrc.com/threads/33594-SerialFlash-filesystem-question?p=101511&viewfull=1#post101511
(inportant, i think...)
8 年前
Frank
c839c58799
Update SerialFlashChip.cpp
8 年前
PaulStoffregen
c9c66e24b9
Add overly cautious delay in write (optimize later...)
https://forum.pjrc.com/threads/33328-Prop-Shield-Beta-Test?p=98553&viewfull=1#post98553
8 年前
Helen Fornazier
f481f1faec
Bugfix blockSize (Spansion chip, model with 256K sector size)
The Spansion cards can have 64Kb or 256Kb depending on the model's
number. The device id[4] must be checked to determine the sector
architecture.
8 年前
PaulStoffregen
040c741ab7
Add control of chip select pin
9 年前
PaulStoffregen
1ce2f5d753
Add sleep & wakeup (thanks rocketscream)
9 年前
PaulStoffregen
680f5b9f8d
Import direct pin I/O from OneWire
9 年前
PaulStoffregen
8d237c1411
Fix unaligned writes
9 年前
PaulStoffregen
b2cbd9da94
Fix program/erase suspend on Spansion chips
9 年前
PaulStoffregen
30659694ce
Fix program/erase suspend on Micron chips
9 年前
PaulStoffregen
ce3ba93780
Improve compatibility with large Micron chips
9 年前
FrankBoesing
3eddc112d8
Bugfix Capacity (important)
Shift was wrong direction
9 年前
PaulStoffregen
db7e1870c5
AVR compatibility
9 年前
PaulStoffregen
360c8c02ba
Improve capacity detection and add block & file erase
9 年前
PaulStoffregen
94534be5d4
Add MIT license
9 年前
PaulStoffregen
2956c3ab59
Initial commit
9 年前