John Robinson
276d37396f
fix includes for deps/reorg
преди 3 години
John Robinson
22191ec1f3
restructure code into src/serial-flash
преди 3 години
Paul Stoffregen
6f6e662322
Merge pull request #72 from FrankBoesing/patch-1
fix simple typo in example-code
преди 3 години
Frank
a1c2d1ff91
fix simple typo in example-code
преди 3 години
Paul Stoffregen
2b86eb1e43
Merge pull request #66 from FrankBoesing/Adesto-Chips
add Adesto AT25SF128A
преди 4 години
Frank
a1998a302a
add Adesto AT25SF128A
преди 4 години
Frank
c90ca7beb0
add Adesto AT25SF128A
преди 4 години
Paul Stoffregen
71cfa7a738
Merge pull request #56 from facchinm/support_4809
Add support for ATMega4809
преди 6 години
Martino Facchin
218cecdae1
Add support for ATMega4809
преди 6 години
PaulStoffregen
a3508c30be
Add issue template
преди 6 години
PaulStoffregen
aabec6f16e
Update readme
fixes #55
преди 6 години
PaulStoffregen
754e1d025c
begin() returns false when chip not detected, fixes #53
преди 6 години
PaulStoffregen
594d389fde
Use constexpr constructor for SerialFlashFile
преди 7 години
PaulStoffregen
b2fb065a12
Fix compiler warning
преди 7 години
PaulStoffregen
86f7ea4c8a
Don't use the SPI alternate pin functions by default
преди 7 години
PaulStoffregen
7f8aa61ab6
Update chip testing list
преди 7 години
PaulStoffregen
c0d7567d9d
Add more chips to testing list
преди 7 години
PaulStoffregen
cd602f82a7
Bump version to 0.5
преди 7 години
PaulStoffregen
63aa3a33d6
Update readme
преди 7 години
PaulStoffregen
509813553f
Add W25M02GV to tests list (not puchased yet for testing)
преди 7 години
PaulStoffregen
39c57ba727
Update hardware test results
преди 8 години
PaulStoffregen
147b86d9fa
Add new test hardware info
преди 8 години
PaulStoffregen
a30143bebd
Add ReadBenchmark example
преди 8 години
Paul Stoffregen
f383da63ff
Merge pull request #35 from facchinm/selectable_port
Dynamically switch SPI port in use
преди 8 години
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 години
Paul Stoffregen
4ea4f0933e
Merge pull request #30 from eriknyquist/add_chip_id
RawHardwareTest.ino: Add chip ID for W25Q16DV
преди 8 години
Erik Nyquist
29eed2d343
RawHardwareTest.ino: Add chip ID for W25Q16DV
преди 8 години
PaulStoffregen
10762ef4ab
Fix unused variable warning in ListFiles example
преди 8 години
PaulStoffregen
ba1abfcd00
Improve ListFiles compatibility with other platforms
преди 8 години
PaulStoffregen
3dc2c2a8d7
abbreviate Arduino 101 CS pin comments
преди 8 години
Paul Stoffregen
826da1a177
Merge pull request #28 from eriknyquist/master
SerialFlash: enlarge chip ID buffer
преди 8 години
erik.nyquist
05965b5218
SerialFlash: enlarge chip ID buffer
SerialFlashChip::readID() writes up to 5 bytes into
the buffer provided, but the caller only allocates
3 bytes. Increase buffer size to 5 bytes.
преди 8 години
PaulStoffregen
bdf5b0d6e7
remove unused util/crc16.h include
преди 8 години
Paul Stoffregen
d9807bb70c
Merge pull request #27 from eriknyquist/master
Minor additions to example sketches for Arduino 101 compatibility
преди 8 години
erik.nyquist
400e758242
Add Arduino 101 CS pin to examples
преди 8 години
erik.nyquist
875885a985
Add 'Serial.begin()' to examples
преди 8 години
PaulStoffregen
b6dd04096e
Use SPI1 on Arduino 101
преди 8 години
Paul Stoffregen
ba91be363c
Merge pull request #26 from FrankBoesing/patch-1
capacity: return 0 for wrong id
преди 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 години
PaulStoffregen
682687ccb9
Minor improvements to MP3 Player example
преди 8 години
Paul Stoffregen
129cf09e02
Merge pull request #25 from FrankBoesing/patch-1
Fix read-after-write
преди 8 години
PaulStoffregen
d841f1f5cd
Add MP3 Player example (thanks Frank B)
преди 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 години
Paul Stoffregen
a493db82f4
Merge pull request #24 from FrankBoesing/master
Add readSerialNumber(uint8_t *buf);
преди 8 години
Frank
c839c58799
Update SerialFlashChip.cpp
преди 8 години
Frank
75af47fe4b
Add readSerialNumber(uint8_t *buf);
Size of buf: 8 bytes
преди 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 години
Paul Stoffregen
c32e9b176c
Merge pull request #19 from FrankBoesing/patch-2
Fix reading of filenames with length = multiple of 16
преди 8 години
Paul Stoffregen
0e4bea85d8
Merge pull request #20 from FrankBoesing/patch-3
fix string_length
преди 8 години
Paul Stoffregen
3485e95b99
Merge pull request #21 from drewrisinger/master
Update Readme for File Erase
преди 8 години