Commit Graph

  • 60ede5c939 add cmakelists for idf.py master franchioping 2026-03-26 23:24:28 +0000
  • 4c49258506 add blockErase4K() & read example Felix Rusu 2021-09-15 12:55:00 -0400
  • c733c385d4 fix travis-ci links Felix Rusu 2021-08-31 15:24:56 -0400
  • deed665e02 add found() and regionIsEmpty() Felix Rusu 2021-07-20 14:10:28 -0400
  • e80a582218
    Merge pull request #28 from JasonC0x0D/update_comment Felix Rusu 2021-06-08 08:14:34 -0400
  • ac7bc9a993
    Updated Comments about sleep() JasonC0x0D 2021-06-07 20:07:28 -0700
  • 9031099cdf Update SPIFlash.cpp Felix Rusu 2021-06-07 16:44:39 -0400
  • 6423a585c4 Update .travis.yml Felix Rusu 2021-04-29 19:36:15 -0400
  • 23227209f9 Update README.md Felix Rusu 2021-04-29 19:33:51 -0400
  • 279282b51f Update examples Felix Rusu 2021-01-19 12:48:53 -0500
  • f3f394b7f9 Update SPIFlash_Detect.ino Felix Rusu 2021-01-14 15:10:42 -0500
  • 72459052e0 Create SPIFlash_Detect.ino Felix Rusu 2021-01-12 13:57:50 -0500
  • 2e984b550e 101.1.3 release Felix Rusu 2020-07-09 10:34:40 -0400
  • 74e8060e40
    Merge pull request #25 from ivankravets/patch-3 Felix Rusu 2020-07-09 10:16:49 -0400
  • 4d476c2d74
    Update version to 101.1.2 Ivan Kravets 2020-07-08 23:39:27 +0300
  • 9c0c2b91a2 Update .travis.yml Felix Rusu 2020-06-12 10:14:42 -0400
  • ff6294f6f2 Update .travis.yml Felix Rusu 2020-06-09 15:26:42 -0400
  • 7543abc897 Update SPIFlash_ReadWrite.ino Felix Rusu 2020-06-03 16:58:33 -0400
  • 3ff4c0629b Update SPIFlash_ReadWrite.ino Felix Rusu 2020-04-30 14:43:29 -0400
  • 3f3d02ebf4 Update SPIFlash_ReadWrite.ino Felix Rusu 2020-04-30 14:36:50 -0400
  • 413bec7e5d Update SPIFlash_ReadWrite.ino Felix Rusu 2020-04-30 14:29:37 -0400
  • 3ddba62515
    Update README.md Felix Rusu 2018-05-30 09:20:31 -0400
  • 26fa5c536a add license file Felix Rusu 2018-05-30 09:19:53 -0400
  • 16a45790bb update library.properties Felix Rusu 2018-05-26 18:42:35 -0400
  • 64c50c2bda update lib properties Felix Rusu 2018-05-24 11:46:45 -0400
  • 09e5edce23 update version Felix Rusu 2018-05-24 11:28:34 -0400
  • d5c26ec5aa update version in lib properties Felix Rusu 2018-05-24 11:21:29 -0400
  • eec4aa34b2 Move SPI.begin() per Issue#20 Felix Rusu 2018-05-23 12:35:20 -0400
  • 09f09b923c protect AVR SPCR & SPSR Felix Rusu 2018-04-04 10:36:23 -0400
  • 66b428bb62
    Update README.md Felix Rusu 2018-03-15 11:19:03 -0400
  • de7906b9ca Add library properties file Felix Rusu 2018-02-12 11:04:01 -0500
  • 7885ef3f9e fix wakeup() LowPowerLab 2017-08-04 11:44:22 -0400
  • 6da0f48e9f Merge pull request #18 from per1234/fix-header-markdown Felix Rusu 2017-04-14 07:34:48 -0400
  • bc0fbb0491 Fix header Markdown per1234 2017-04-13 23:42:38 -0700
  • 168ad0c323 Update README.md Felix Rusu 2015-12-28 20:25:55 -0500
  • e20acb1ab1 Update README.md Felix Rusu 2015-12-28 19:37:33 -0500
  • 47f711c261 Update README.md Felix Rusu 2015-12-28 15:49:24 -0500
  • 3cf16ddcba Update README.md Felix Rusu 2015-12-28 15:48:16 -0500
  • ed6b96697c Update README.md Felix Rusu 2015-12-28 15:44:30 -0500
  • 53ab85c7d8 Update README.md Felix Rusu 2015-12-28 15:41:21 -0500
  • 39de51540c Merge pull request #13 from ivankravets/patch-2 Felix Rusu 2015-12-28 15:40:36 -0500
  • 7f596dcb18 Continuous Integration using @PlatformIO and @travis-ci Ivan Kravets 2015-12-08 11:59:29 +0200
  • ea8e6132b0 add blockErase64K() LowPowerLab 2015-11-10 10:35:25 -0500
  • 130abb9ca0 add fast blinking when initialize succeeds LowPowerLab 2015-10-14 11:11:43 -0400
  • 6e92ea284a Use SPI_TRANSCTIONS when supported LowPowerLab 2015-06-02 15:02:10 -0400
  • 126592337b Merge branch 'master' of https://github.com/LowPowerLab/SPIFlash LowPowerLab 2015-06-02 14:59:25 -0400
  • 7ab6179f4e Use SPI_TRANSACTIONS when supported LowPowerLab 2015-06-02 14:59:21 -0400
  • f192bfa94c Update SPIFlash_ReadWrite.ino Felix Rusu 2015-05-03 16:02:57 -0400
  • 46b3d40a0c void* pointer arithmetic bug LowPowerLab 2015-02-08 22:13:47 -0500
  • 924c265cef Merge pull request #7 from TomWS1/writeBytes-Update Felix Rusu 2015-02-07 21:37:54 -0500
  • 4616a7670c Removed 256 restriction from writeBytes() TomWS1 2015-02-06 09:58:42 -0500
  • 8d8a00c87c Merge pull request #6 from ivankravets/patch-1 Felix Rusu 2015-01-16 14:49:08 -0500
  • fe784892e0 PlatformIO Library Registry manifest file Ivan Kravets 2015-01-16 21:40:15 +0200
  • a349130cc3 Add busy() while() explanation LowPowerLab 2015-01-08 20:44:12 -0500
  • 16e28cc666 Update example to work with MoteinoMEGA Felix Rusu 2014-11-11 09:48:51 -0500
  • 0ff7e84224 Update README.md LowPowerLab 2014-07-29 17:28:41 -0400
  • 477d475b03 Update README.md LowPowerLab 2014-07-29 17:27:46 -0400
  • 52611e9746 Update README.md LowPowerLab 2014-07-29 17:25:21 -0400
  • 528ceb2465 Update README.md LowPowerLab 2014-07-29 17:23:02 -0400
  • ed39b2da17 Update README.md LowPowerLab 2014-07-29 17:21:36 -0400
  • 57715ad5c0 Unintrusive SPI transactions & misc fixes Felix Rusu 2014-07-29 17:10:06 -0400
  • 43e0150b1b Merge pull request #3 from PaulStoffregen/master LowPowerLab 2014-07-29 16:45:13 -0400
  • 19a2e53ba1 Use only necessary .h files in example PaulStoffregen 2014-07-29 10:13:32 -0700
  • aa404fdea8 Use SPI transaction, if supported by SPI library PaulStoffregen 2014-07-29 10:12:31 -0700
  • 7c4424e08e Fix writeBytes length Felix Rusu 2014-06-30 11:25:09 -0400
  • 0370bec69d Add readUniqueId() to get unique 64 bit MAC Felix Rusu 2014-05-29 14:32:12 -0400
  • 7b054f770f fix infinite loop bug when HIGH-Z MISO stays high (take2) LowPowerLab 2013-08-02 10:23:56 -0400
  • 0efea19ac2 fix infinite loop bug when HIGH-Z MISO stays high Felix Rusu 2013-08-02 00:02:46 -0400
  • 53156895f3 adding sleep/wakeup functions, moving WirelessHEX Felix Rusu 2013-07-13 23:07:08 -0400
  • 722fe3c3b8 Fix for SS pin on MoteinoLeo, Atmega32u4, Arduino Leonardo LowPowerLab 2013-05-30 17:47:40 -0400
  • 860fbfb9a0 Update WirelessHEX.cpp LowPowerLab 2013-05-04 23:52:29 -0300
  • 40d4b30094 Update WirelessHEX.h LowPowerLab 2013-05-04 23:52:11 -0300
  • 2bc66abd61 Update WirelessHEX.cpp LowPowerLab 2013-05-04 22:05:27 -0300
  • a240e23ad6 Update WirelessHEX.h LowPowerLab 2013-05-04 22:04:36 -0300
  • 8204695412 Create SPIFlash_ReadWrite.ino LowPowerLab 2013-04-19 17:00:38 -0300
  • 78485dd54c Create WirelessHEX.h LowPowerLab 2013-04-18 18:49:02 -0300
  • 8a029bed62 Create WirelessHEX.cpp LowPowerLab 2013-04-18 18:48:44 -0300
  • b1619ec9ae Update keywords.txt LowPowerLab 2013-04-18 18:47:33 -0300
  • 1c7b79b8ea Update SPIFlash.cpp LowPowerLab 2013-04-16 16:44:56 -0300
  • e609b45a6b Update SPIFlash.h LowPowerLab 2013-04-16 16:44:38 -0300
  • 4fb87280ff Update README.md LowPowerLab 2013-04-04 19:16:29 -0300
  • 1fa41e1d5a Update README.md LowPowerLab 2013-04-04 19:16:09 -0300
  • 49de88baac Update README.md LowPowerLab 2013-04-04 19:05:51 -0300
  • 88bb7d8c48 Create keywords.txt LowPowerLab 2013-04-04 19:05:10 -0300
  • 41572cda47 Create SPIFlash.cpp LowPowerLab 2013-04-04 19:04:29 -0300
  • 6dc743680a Create SPIFlash.h LowPowerLab 2013-04-04 19:04:14 -0300
  • 65de57c80a Initial commit LowPowerLab 2013-04-04 15:03:35 -0700