|  Frank | 75af47fe4b | Add readSerialNumber(uint8_t *buf); Size of buf: 8 bytes | 9 years ago | 
				
					
						|  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 | 9 years ago | 
				
					
						|  Paul Stoffregen | c32e9b176c | Merge pull request #19 from FrankBoesing/patch-2 Fix reading of filenames with length = multiple of 16 | 9 years ago | 
				
					
						|  Paul Stoffregen | 0e4bea85d8 | Merge pull request #20 from FrankBoesing/patch-3 fix string_length | 9 years ago | 
				
					
						|  Paul Stoffregen | 3485e95b99 | Merge pull request #21 from drewrisinger/master Update Readme for File Erase | 9 years ago | 
				
					
						|  Drew | a170d2e2d5 | Update Readme for File Erase | 9 years ago | 
				
					
						|  Frank | ff8dff341f | fix string_length ...i don't know where this caused problems, but unpatched, it is wrong :)
I saw this when searching an other bug.. | 9 years ago | 
				
					
						|  Frank | 93f524e0dc | Fix reading of filenames with length = multiple of 16 | 9 years ago | 
				
					
						|  Paul Stoffregen | 615aec66a8 | Merge pull request #18 from helen-fornazier/master Bugfix blockSize (Spansion chip, model with 256K sector size) | 9 years ago | 
				
					
						|  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. | 9 years ago | 
				
					
						|  PaulStoffregen | 1547164daa | Add link to info about the test hardware | 9 years ago | 
				
					
						|  PaulStoffregen | f04a4d8806 | Add wanted chips to testing list | 9 years ago | 
				
					
						|  PaulStoffregen | 654c1e69cf | Increment version to 0.4 | 9 years ago | 
				
					
						|  PaulStoffregen | 8c1cfb09dc | Update tests file with initial hardware tests | 9 years ago | 
				
					
						|  PaulStoffregen | a5d84ba5dc | Fix 32 bit shift on 8 bit AVR | 9 years ago | 
				
					
						|  PaulStoffregen | 040c741ab7 | Add control of chip select pin | 9 years ago | 
				
					
						|  PaulStoffregen | 1ce2f5d753 | Add sleep & wakeup (thanks rocketscream) | 9 years ago | 
				
					
						|  PaulStoffregen | 680f5b9f8d | Import direct pin I/O from OneWire | 9 years ago | 
				
					
						|  PaulStoffregen | e5bba8f2ac | Add CopyFromSerial example (thanks Wyatt Olson) | 9 years ago | 
				
					
						|  PaulStoffregen | afe80ed33a | Add erase advice to RawHardwareTest | 9 years ago | 
				
					
						|  PaulStoffregen | 2ab60772d8 | Add comments about keeping other SPI chips disabled https://forum.pjrc.com/threads/27409-Play-RAW-from-Serial-Flash?p=91876&viewfull=1#post91876 | 9 years ago | 
				
					
						|  PaulStoffregen | 6744be62cf | Add chip testing list | 10 years ago | 
				
					
						|  Paul Stoffregen | 31a761c30e | Merge pull request #11 from ivankravets/patch-1 Create library.json | 10 years ago | 
				
					
						|  Ivan Kravets | 006f654f14 | Create library.json | 10 years ago | 
				
					
						|  PaulStoffregen | 7d3938e2a5 | Add W25Q64FV to readme | 10 years ago | 
				
					
						|  PaulStoffregen | eab1268ead | Cosmetic improvements in CopyFromSD example | 10 years ago | 
				
					
						|  PaulStoffregen | 45d50d3027 | Add keyword | 10 years ago | 
				
					
						|  PaulStoffregen | bf84584ebc | Use standard pins in examples | 10 years ago | 
				
					
						|  PaulStoffregen | 39fe328c7d | Update readme | 10 years ago | 
				
					
						|  PaulStoffregen | c3d052f680 | Fix readdir bug (issue #7) | 10 years ago | 
				
					
						|  PaulStoffregen | 07c5a5f3d6 | Add W25Q80BV name to RawHardwareTest (issue #5) | 10 years ago | 
				
					
						|  PaulStoffregen | b53b2910a9 | Fix File creation bug | 10 years ago | 
				
					
						|  PaulStoffregen | ca2636e7fc | Update version number | 10 years ago | 
				
					
						|  PaulStoffregen | 874c67cd81 | Update readme | 10 years ago | 
				
					
						|  PaulStoffregen | 4dc26020d9 | Handle files that already exist & add ListFiles example | 10 years ago | 
				
					
						|  PaulStoffregen | 40f774721c | Add CopyFromSD example | 10 years ago | 
				
					
						|  PaulStoffregen | 8d237c1411 | Fix unaligned writes | 10 years ago | 
				
					
						|  PaulStoffregen | 79f8e3d1d4 | Update readme with tested chip list | 10 years ago | 
				
					
						|  PaulStoffregen | b2cbd9da94 | Fix program/erase suspend on Spansion chips | 10 years ago | 
				
					
						|  PaulStoffregen | 30659694ce | Fix program/erase suspend on Micron chips | 10 years ago | 
				
					
						|  PaulStoffregen | 6537babe07 | Improve RawHardwareTest | 10 years ago | 
				
					
						|  PaulStoffregen | d06442224b | Add examples for erase and raw hardware test | 10 years ago | 
				
					
						|  PaulStoffregen | ce3ba93780 | Improve compatibility with large Micron chips | 10 years ago | 
				
					
						|  Paul Stoffregen | 29bdb85fc3 | Merge pull request #1 from FrankBoesing/patch-1 Bugfix Capacity (important) | 10 years ago | 
				
					
						|  Paul Stoffregen | 7fa7e78f93 | Merge pull request #2 from FrankBoesing/patch-2 Return true on successful write | 10 years ago | 
				
					
						|  FrankBoesing | d363207682 | Return true on successful write perhaps better | 10 years ago | 
				
					
						|  FrankBoesing | 3eddc112d8 | Bugfix Capacity (important) Shift was wrong direction | 10 years ago | 
				
					
						|  PaulStoffregen | db7e1870c5 | AVR compatibility | 10 years ago | 
				
					
						|  PaulStoffregen | 57840d1046 | Add library.properties | 10 years ago | 
				
					
						|  PaulStoffregen | 4405c4dbda | Image on readme :) | 10 years ago |