Commit Graph

  • *
  • *
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • |\
  • | *
  • | *
  • |/
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • |\
  • * |
  • | *
  • |/
  • *
  • |\
  • | *
  • | *
  • |/
  • *
  • *
  • |\
  • * \
  • |\ \
  • * \ \
  • |\ \ \
  • | * | |
  • | | * |
  • | |/ /
  • |/| |
  • | | *
  • | |/
  • |/|
  • * |
  • |\ \
  • | |/
  • |/|
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * \
  • |\ \
  • | * |
  • |/ /
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 2f87716 (HEAD -> main) initial dds package spec by John Robinson 2021-02-12 22:42:32 -0800
  • 276d373 fix includes for deps/reorg by John Robinson 2021-02-14 20:30:20 -0800
  • 22191ec restructure code into src/serial-flash by John Robinson 2021-02-12 22:41:49 -0800
  • 6f6e662 Merge pull request #72 from FrankBoesing/patch-1 by Paul Stoffregen 2020-12-17 14:24:10 -0800
  • a1c2d1f fix simple typo in example-code by Frank 2020-12-17 22:02:05 +0100
  • 2b86eb1 Merge pull request #66 from FrankBoesing/Adesto-Chips by Paul Stoffregen 2020-02-11 18:24:02 -0800
  • a1998a3 add Adesto AT25SF128A by Frank 2020-02-08 14:23:23 +0100
  • c90ca7b add Adesto AT25SF128A by Frank 2020-02-08 14:16:59 +0100
  • 71cfa7a Merge pull request #56 from facchinm/support_4809 by Paul Stoffregen 2018-10-30 09:49:44 -0700
  • 218cecd Add support for ATMega4809 by Martino Facchin 2018-09-26 09:53:20 +0200
  • a3508c3 Add issue template by PaulStoffregen 2018-03-15 16:07:57 -0700
  • aabec6f Update readme fixes #55 by PaulStoffregen 2018-03-12 05:14:07 -0700
  • 754e1d0 begin() returns false when chip not detected, fixes #53 by PaulStoffregen 2018-01-21 05:20:55 -0800
  • 594d389 Use constexpr constructor for SerialFlashFile by PaulStoffregen 2017-09-05 01:45:25 -0700
  • b2fb065 Fix compiler warning by PaulStoffregen 2017-09-04 20:33:49 -0700
  • 86f7ea4 Don't use the SPI alternate pin functions by default by PaulStoffregen 2017-09-04 19:11:15 -0700
  • 7f8aa61 Update chip testing list by PaulStoffregen 2017-04-09 02:05:27 -0700
  • c0d7567 Add more chips to testing list by PaulStoffregen 2017-04-02 22:35:02 -0700
  • cd602f8 Bump version to 0.5 by PaulStoffregen 2017-03-29 15:11:33 -0700
  • 63aa3a3 Update readme by PaulStoffregen 2017-03-21 14:10:32 -0700
  • 5098135 Add W25M02GV to tests list (not puchased yet for testing) by PaulStoffregen 2017-03-21 04:52:33 -0700
  • 39c57ba Update hardware test results by PaulStoffregen 2016-11-01 10:02:16 -0700
  • 147b86d Add new test hardware info by PaulStoffregen 2016-11-01 09:23:35 -0700
  • a30143b Add ReadBenchmark example by PaulStoffregen 2016-11-01 07:22:04 -0700
  • f383da6 Merge pull request #35 from facchinm/selectable_port by Paul Stoffregen 2016-11-01 07:21:00 -0700
  • ea51314 Dynamically switch SPI port in use by Martino Facchin 2016-09-26 12:33:41 +0200
  • 4ea4f09 Merge pull request #30 from eriknyquist/add_chip_id by Paul Stoffregen 2016-07-20 15:26:40 -0700
  • 29eed2d RawHardwareTest.ino: Add chip ID for W25Q16DV by Erik Nyquist 2016-07-20 15:16:19 -0700
  • 10762ef Fix unused variable warning in ListFiles example by PaulStoffregen 2016-07-06 03:12:38 -0700
  • ba1abfc Improve ListFiles compatibility with other platforms by PaulStoffregen 2016-07-05 12:20:09 -0700
  • 3dc2c2a abbreviate Arduino 101 CS pin comments by PaulStoffregen 2016-06-04 12:45:02 -0700
  • 826da1a Merge pull request #28 from eriknyquist/master by Paul Stoffregen 2016-06-03 17:19:45 -0700
  • 05965b5 SerialFlash: enlarge chip ID buffer by erik.nyquist 2016-06-03 16:03:42 -0700
  • bdf5b0d remove unused util/crc16.h include by PaulStoffregen 2016-05-24 05:18:08 -0700
  • d9807bb Merge pull request #27 from eriknyquist/master by Paul Stoffregen 2016-05-24 05:12:33 -0700
  • 400e758 Add Arduino 101 CS pin to examples by erik.nyquist 2016-05-16 16:47:30 -0700
  • 875885a Add 'Serial.begin()' to examples by erik.nyquist 2016-05-16 16:41:05 -0700
  • b6dd040 Use SPI1 on Arduino 101 by PaulStoffregen 2016-05-13 16:45:55 -0700
  • ba91be3 Merge pull request #26 from FrankBoesing/patch-1 by Paul Stoffregen 2016-05-06 09:58:16 -0700
  • 83c6132 Return 0-size for wrong id by Frank 2016-04-28 19:33:26 +0200
  • 682687c Minor improvements to MP3 Player example by PaulStoffregen 2016-04-05 05:55:29 -0700
  • 129cf09 Merge pull request #25 from FrankBoesing/patch-1 by Paul Stoffregen 2016-04-04 16:39:32 -0700
  • d841f1f Add MP3 Player example (thanks Frank B) by PaulStoffregen 2016-04-04 16:37:32 -0700
  • 870ecc1 Fix read-after-write by Frank 2016-04-04 18:25:47 +0200
  • a493db8 Merge pull request #24 from FrankBoesing/master by Paul Stoffregen 2016-04-01 11:05:36 -0700
  • c839c58 Update SerialFlashChip.cpp by Frank 2016-04-01 14:39:08 +0200
  • 75af47f Add readSerialNumber(uint8_t *buf); by Frank 2016-04-01 14:35:48 +0200
  • c9c66e2 Add overly cautious delay in write (optimize later...) https://forum.pjrc.com/threads/33328-Prop-Shield-Beta-Test?p=98553&viewfull=1#post98553 by PaulStoffregen 2016-03-30 17:11:41 -0700
  • c32e9b1 Merge pull request #19 from FrankBoesing/patch-2 by Paul Stoffregen 2016-03-30 16:14:44 -0700
  • 0e4bea8 Merge pull request #20 from FrankBoesing/patch-3 by Paul Stoffregen 2016-03-30 16:14:18 -0700
  • 3485e95 Merge pull request #21 from drewrisinger/master by Paul Stoffregen 2016-03-29 16:45:34 -0700
  • a170d2e Update Readme for File Erase by Drew 2016-03-29 19:42:45 -0400
  • ff8dff3 fix string_length by Frank 2016-03-28 18:49:31 +0200
  • 93f524e Fix reading of filenames with length = multiple of 16 by Frank 2016-03-28 18:44:58 +0200
  • 615aec6 Merge pull request #18 from helen-fornazier/master by Paul Stoffregen 2016-03-26 11:29:59 -0700
  • f481f1f Bugfix blockSize (Spansion chip, model with 256K sector size) by Helen Fornazier 2016-03-25 12:29:46 -0300
  • 1547164 Add link to info about the test hardware by PaulStoffregen 2016-01-21 11:49:12 -0800
  • f04a4d8 Add wanted chips to testing list by PaulStoffregen 2016-01-07 05:59:40 -0800
  • 654c1e6 Increment version to 0.4 by PaulStoffregen 2016-01-07 04:20:44 -0800
  • 8c1cfb0 Update tests file with initial hardware tests by PaulStoffregen 2016-01-07 04:19:34 -0800
  • a5d84ba Fix 32 bit shift on 8 bit AVR by PaulStoffregen 2016-01-07 03:40:57 -0800
  • 040c741 Add control of chip select pin by PaulStoffregen 2016-01-07 03:38:59 -0800
  • 1ce2f5d Add sleep & wakeup (thanks rocketscream) by PaulStoffregen 2016-01-07 03:07:57 -0800
  • 680f5b9 Import direct pin I/O from OneWire by PaulStoffregen 2016-01-07 03:02:07 -0800
  • e5bba8f Add CopyFromSerial example (thanks Wyatt Olson) by PaulStoffregen 2016-01-07 01:44:57 -0800
  • afe80ed Add erase advice to RawHardwareTest by PaulStoffregen 2016-01-03 14:10:41 -0800
  • 2ab6077 Add comments about keeping other SPI chips disabled https://forum.pjrc.com/threads/27409-Play-RAW-from-Serial-Flash?p=91876&viewfull=1#post91876 by PaulStoffregen 2015-12-28 04:28:51 -0800
  • 6744be6 Add chip testing list by PaulStoffregen 2015-12-22 13:08:02 -0800
  • 31a761c Merge pull request #11 from ivankravets/patch-1 by Paul Stoffregen 2015-12-09 10:18:34 -0800
  • 006f654 Create library.json by Ivan Kravets 2015-12-09 20:11:17 +0200
  • 7d3938e Add W25Q64FV to readme by PaulStoffregen 2015-11-20 11:41:29 -0800
  • eab1268 Cosmetic improvements in CopyFromSD example by PaulStoffregen 2015-09-12 05:16:59 -0700
  • 45d50d3 Add keyword by PaulStoffregen 2015-09-12 04:10:42 -0700
  • bf84584 Use standard pins in examples by PaulStoffregen 2015-05-24 10:54:57 -0700
  • 39fe328 Update readme by PaulStoffregen 2015-05-22 23:03:49 -0700
  • c3d052f Fix readdir bug (issue #7) by PaulStoffregen 2015-05-22 22:53:59 -0700
  • 07c5a5f Add W25Q80BV name to RawHardwareTest (issue #5) by PaulStoffregen 2015-05-22 22:34:06 -0700
  • b53b291 Fix File creation bug by PaulStoffregen 2015-05-22 22:28:20 -0700
  • ca2636e Update version number by PaulStoffregen 2015-04-27 01:59:34 -0700
  • 874c67c Update readme by PaulStoffregen 2015-04-27 01:58:03 -0700
  • 4dc2602 Handle files that already exist & add ListFiles example by PaulStoffregen 2015-04-27 01:44:53 -0700
  • 40f7747 Add CopyFromSD example by PaulStoffregen 2015-04-23 14:59:22 -0700
  • 8d237c1 Fix unaligned writes by PaulStoffregen 2015-04-23 06:08:13 -0700
  • 79f8e3d Update readme with tested chip list by PaulStoffregen 2015-04-23 03:19:47 -0700
  • b2cbd9d Fix program/erase suspend on Spansion chips by PaulStoffregen 2015-04-23 03:18:06 -0700
  • 3065969 Fix program/erase suspend on Micron chips by PaulStoffregen 2015-04-23 02:43:38 -0700
  • 6537bab Improve RawHardwareTest by PaulStoffregen 2015-04-23 01:54:23 -0700
  • d064422 Add examples for erase and raw hardware test by PaulStoffregen 2015-04-20 15:59:10 -0700
  • ce3ba93 Improve compatibility with large Micron chips by PaulStoffregen 2015-04-20 15:58:23 -0700
  • 29bdb85 Merge pull request #1 from FrankBoesing/patch-1 by Paul Stoffregen 2015-04-01 05:25:05 -0700
  • 7fa7e78 Merge pull request #2 from FrankBoesing/patch-2 by Paul Stoffregen 2015-04-01 05:24:25 -0700
  • d363207 Return true on successful write by FrankBoesing 2015-03-31 20:24:53 +0200
  • 3eddc11 Bugfix Capacity (important) by FrankBoesing 2015-03-31 20:13:25 +0200
  • db7e187 AVR compatibility by PaulStoffregen 2015-03-26 07:57:30 -0700
  • 57840d1 Add library.properties by PaulStoffregen 2015-03-26 07:54:21 -0700
  • 4405c4d Image on readme :) by PaulStoffregen 2015-03-25 09:09:36 -0700
  • b526049 Add image by PaulStoffregen 2015-03-25 09:07:23 -0700
  • 8a1d7d3 Update Readme by PaulStoffregen 2015-03-25 08:54:54 -0700
  • 360c8c0 Improve capacity detection and add block & file erase by PaulStoffregen 2015-03-25 07:10:26 -0700
  • 96cfbc0 Opps, remove leftover print by PaulStoffregen 2015-03-24 09:56:27 -0700