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. 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								4ea4f0933e
								
							 
						 
						
							
								
								Merge pull request  #30  from eriknyquist/add_chip_id  
							
							RawHardwareTest.ino: Add chip ID for W25Q16DV 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								29eed2d343
								
							 
						 
						
							
								
								RawHardwareTest.ino: Add chip ID for W25Q16DV  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								10762ef4ab
								
							 
						 
						
							
								
								Fix unused variable warning in ListFiles example  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								ba1abfcd00
								
							 
						 
						
							
								
								Improve ListFiles compatibility with other platforms  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								3dc2c2a8d7
								
							 
						 
						
							
								
								abbreviate Arduino 101 CS pin comments  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								826da1a177
								
							 
						 
						
							
								
								Merge pull request  #28  from eriknyquist/master  
							
							SerialFlash: enlarge chip ID buffer 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								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. 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								bdf5b0d6e7
								
							 
						 
						
							
								
								remove unused util/crc16.h include  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								d9807bb70c
								
							 
						 
						
							
								
								Merge pull request  #27  from eriknyquist/master  
							
							Minor additions to example sketches for Arduino 101 compatibility 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								400e758242
								
							 
						 
						
							
								
								Add Arduino 101 CS pin to examples  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								875885a985
								
							 
						 
						
							
								
								Add 'Serial.begin()' to examples  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								b6dd04096e
								
							 
						 
						
							
								
								Use SPI1 on Arduino 101  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								ba91be363c
								
							 
						 
						
							
								
								Merge pull request  #26  from FrankBoesing/patch-1  
							
							capacity: return 0 for wrong id 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								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) 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								682687ccb9
								
							 
						 
						
							
								
								Minor improvements to MP3 Player example  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								129cf09e02
								
							 
						 
						
							
								
								Merge pull request  #25  from FrankBoesing/patch-1  
							
							Fix read-after-write 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								d841f1f5cd
								
							 
						 
						
							
								
								Add MP3 Player example (thanks Frank B)  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								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...) 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								a493db82f4
								
							 
						 
						
							
								
								Merge pull request  #24  from FrankBoesing/master  
							
							Add readSerialNumber(uint8_t *buf); 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								c839c58799
								
							 
						 
						
							
								
								Update SerialFlashChip.cpp  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								75af47fe4b
								
							 
						 
						
							
								
								Add readSerialNumber(uint8_t *buf);  
							
							Size of buf: 8 bytes 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								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 年之前  
				
					
						
							
								 
						
							
								c32e9b176c
								
							 
						 
						
							
								
								Merge pull request  #19  from FrankBoesing/patch-2  
							
							Fix reading of filenames with length = multiple of 16 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								0e4bea85d8
								
							 
						 
						
							
								
								Merge pull request  #20  from FrankBoesing/patch-3  
							
							fix string_length 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								3485e95b99
								
							 
						 
						
							
								
								Merge pull request  #21  from drewrisinger/master  
							
							Update Readme for File Erase 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								a170d2e2d5
								
							 
						 
						
							
								
								Update Readme for File Erase  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								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 年之前  
				
					
						
							
								 
						
							
								93f524e0dc
								
							 
						 
						
							
								
								Fix reading of filenames with length = multiple of 16  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								615aec66a8
								
							 
						 
						
							
								
								Merge pull request  #18  from helen-fornazier/master  
							
							Bugfix blockSize (Spansion chip, model with 256K sector size) 
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								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 年之前  
				
					
						
							
								 
						
							
								1547164daa
								
							 
						 
						
							
								
								Add link to info about the test hardware  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								f04a4d8806
								
							 
						 
						
							
								
								Add wanted chips to testing list  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								654c1e69cf
								
							 
						 
						
							
								
								Increment version to 0.4  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								8c1cfb09dc
								
							 
						 
						
							
								
								Update tests file with initial hardware tests  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								a5d84ba5dc
								
							 
						 
						
							
								
								Fix 32 bit shift on 8 bit AVR  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								040c741ab7
								
							 
						 
						
							
								
								Add control of chip select pin  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								1ce2f5d753
								
							 
						 
						
							
								
								Add sleep & wakeup (thanks rocketscream)  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								680f5b9f8d
								
							 
						 
						
							
								
								Import direct pin I/O from OneWire  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								e5bba8f2ac
								
							 
						 
						
							
								
								Add CopyFromSerial example (thanks Wyatt Olson)  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								afe80ed33a
								
							 
						 
						
							
								
								Add erase advice to RawHardwareTest  
							
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								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 年之前  
				
					
						
							
								 
						
							
								6744be62cf
								
							 
						 
						
							
								
								Add chip testing list  
							
							
							
						 
						10 年之前  
				
					
						
							
								 
						
							
								31a761c30e
								
							 
						 
						
							
								
								Merge pull request  #11  from ivankravets/patch-1  
							
							Create library.json 
							
						 
						10 年之前  
				
					
						
							
								 
						
							
								006f654f14
								
							 
						 
						
							
								
								Create library.json  
							
							
							
						 
						10 年之前  
				
					
						
							
								 
						
							
								7d3938e2a5
								
							 
						 
						
							
								
								Add W25Q64FV to readme  
							
							
							
						 
						10 年之前  
				
					
						
							
								 
						
							
								eab1268ead
								
							 
						 
						
							
								
								Cosmetic improvements in CopyFromSD example  
							
							
							
						 
						10 年之前  
				
					
						
							
								 
						
							
								45d50d3027
								
							 
						 
						
							
								
								Add keyword  
							
							
							
						 
						10 年之前  
				
					
						
							
								 
						
							
								bf84584ebc
								
							 
						 
						
							
								
								Use standard pins in examples  
							
							
							
						 
						10 年之前  
				
					
						
							
								 
						
							
								39fe328c7d
								
							 
						 
						
							
								
								Update readme  
							
							
							
						 
						10 年之前