Commit Graph

301 Commits

Author SHA1 Message Date
LowPowerLab a1ab144f03 rename DIOMAPPING2_CLKOUT 2017-02-08 11:40:23 -05:00
LowPowerLab 58f0288675 minor additions 2017-02-03 11:56:20 -05:00
LowPowerLab 3d4ebbffc1 fix WeatherNode 2016-12-18 19:25:33 -05:00
LowPowerLab d9434f3010 ci lib-dep adjustment 2016-11-21 16:56:04 -05:00
LowPowerLab 64618b3315 ci lib-dep specificity test 2016-11-21 16:48:45 -05:00
LowPowerLab 2d148b10c9 remove WeatherNode R1 sample 2016-11-18 15:59:41 -05:00
LowPowerLab 4c561c531b new WeatherShield R2 example; add SPIFlash ci dep 2016-11-18 15:53:28 -05:00
LowPowerLab 0c0e3455b5 merge & upgrade SwitchMote example 2016-11-17 23:19:42 -05:00
LowPowerLab d8471441e8 update examples 2016-11-17 22:57:31 -05:00
LowPowerLab dd9a08cce5 update examples 2016-11-17 22:51:22 -05:00
LowPowerLab 6628c26c91 update .travis.yml 2016-11-17 22:13:19 -05:00
LowPowerLab 336994e0f6 update .travis.yml 2016-11-17 22:07:03 -05:00
LowPowerLab 18494fe085 merge new RFM69_OTA; upgrade wireless programming 2016-11-17 21:13:22 -05:00
LowPowerLab 7f140f04da fix MotionMote CI attempt 2016-11-02 13:00:16 -04:00
LowPowerLab 67ceeeeab1 fix CI 2016-08-26 15:31:03 -04:00
LowPowerLab c7addec4ca MotionMote R3 example update 2016-08-26 15:18:29 -04:00
LowPowerLab 742a750cc4 Update PiGateway example 2016-08-16 09:30:31 -04:00
LowPowerLab 8e2fc296ff add DeepSleep example w/ LowPower Lib 2016-08-02 14:18:22 -04:00
LowPowerLab a8d4044841 fix DeepSleep sketch 2016-08-02 14:15:51 -04:00
LowPowerLab fa41404963 switch Mightyhat/PiGateway serial to 19200baud 2016-07-26 20:15:58 -04:00
LowPowerLab 4a2bca1af0 fix typo 2016-07-19 16:50:26 -04:00
LowPowerLab 637b39ca45 DeepSleep sketch fixes 2016-07-19 16:31:19 -04:00
Felix Rusu dbea3aa62e Merge pull request #48 from LowPowerLab/revert-46-master
Revert "Declare RFM69 interrupt with SPI.usingInterrupt()"
2016-07-13 09:23:37 -04:00
Felix Rusu c4dd545556 Revert "Declare RFM69 interrupt with SPI.usingInterrupt()" 2016-07-13 08:51:55 -04:00
Felix Rusu 31c2d836a8 Merge pull request #46 from markbergsma/master
Declare RFM69 interrupt with SPI.usingInterrupt() when SPI_HAS_TRANSACTION
2016-06-22 09:59:03 -04:00
Mark Bergsma bc0665b018 Declare RFM69 interrupt with SPI.usingInterrupt()
This interrupt is then masked during SPI transactions of other
code/libraries that use SPI transactions, to prevent the RFM69
interrupt handler (which does SPI transfers) preempting other SPI
transfers.
2016-06-19 10:18:39 +02:00
Felix Rusu ea02e14b57 Merge pull request #44 from markbergsma/master
Don't reenable interrupts in the ISR
2016-06-08 09:28:33 -04:00
Mark Bergsma 2133bbfe79 Don't reenable interrupts in the ISR
The unselect() method, liberally called directly and indirectly
from the interrupt handler, always reenables interrupts after it's
done. In ISRs, interrupts are disabled by default, and although
reenabling is allowed, the interrupt handler doesn't seem to have
reentrant code. Therefore, only reenable when not in an ISR.

This was causing problems in certain circumstances, e.g. with
an Arduino Ethernet shield, most packet receptions would cause
resets.
2016-06-04 20:22:45 +02:00
LowPowerLab ca93c49b22 minor tweaks 2016-04-13 09:52:44 -04:00
LowPowerLab 191daf4f3e allow dialing up TX Power 2016-04-04 11:03:40 -04:00
LowPowerLab 3bfe8f1be7 add example back in, dont include in cc 2016-03-30 10:03:03 -04:00
LowPowerLab 24fdbf4a15 add deepsleep example 2016-03-30 09:22:57 -04:00
Felix Rusu 4039727bab Merge pull request #40 from ivankravets/patch-1
Disable "PiGateway_withLCD.ino" example
2016-03-30 09:19:01 -04:00
Ivan Kravets c63c2f7219 Disable "PiGateway_withLCD.ino" example 2016-03-30 11:57:27 +03:00
LowPowerLab f941b05f09 remove cc fail offending sketch 2016-03-29 21:02:01 -04:00
Felix Rusu a0c3be016c Merge pull request #39 from wifixcort/master
Support for SAMD21
2016-03-29 20:59:58 -04:00
LowPowerLab 739e69f8b7 cc fix attempt 2016-03-29 20:53:29 -04:00
LowPowerLab 01038e8afa adjust encrypt key 2016-03-29 17:06:23 -04:00
LowPowerLab 7dd00f62d8 comment out sketch failing the CC 2016-03-29 17:05:38 -04:00
Ricardo Mena C 372dd4a782 Add __arm__ platform for SAMD21 2016-03-29 14:24:17 -06:00
Ricardo Mena C 7883a7d1f7 Add __arm__ platform for SAMD21 2016-03-29 14:17:53 -06:00
LowPowerLab 63a4ef93a2 Move LCD version to ZIP 2016-03-22 10:09:51 -04:00
LowPowerLab 18082ba49d Add DeepSleep sketch 2016-03-21 21:29:56 -04:00
Felix Rusu af0980a376 Revert to moteino board for now 2016-03-09 22:01:54 -05:00
LowPowerLab a3964f429e R3 changes 2016-03-08 22:59:41 -05:00
Felix Rusu 62ec6cc14f add moteinomega to ci build 2016-03-08 21:15:52 -05:00
Felix Rusu e9c834bcc9 Merge pull request #38 from ivankravets/master
Continuous Integration
2016-03-08 21:06:05 -05:00
Ivan Kravets f690caadb6 Continuous Integration 2016-03-09 01:36:17 +02:00
Felix Rusu 2e84b5b2ce Merge pull request #37 from ip2k/master
Moving Blink def so it compiles on PlatformIO
2016-03-08 11:14:51 -05:00
Sean Petrow 91a462cea4 Moving Blink def so it compiles on PlatformIO 2016-03-07 02:35:04 -08:00