1
0
mirror of https://github.com/arduino-libraries/ArduinoLowPower.git synced 2025-07-01 19:21:38 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
7304fe0419 [ARC32] RTC wakeup from idle() works
code from https://github.com/bigdinotech/Arduino101Power/
2016-11-14 17:24:10 +01:00
e99fcefe8b Initial ARC32 implementation
The includes and relevant (non wrapper) functions are borrowed from Zephyr 1.5.0

The implementation is still broken:
- an RTC driver is still missing, so no timed wakeup possible
- only the AON pins configured as LEVEL can wakeup the processor
  on Arduino101, the only AON broken out is RESET button
  Changing the main loop in CODK-A allows operating the button without triggering a reboot. However, the board doesn't wakeup from deep sleep (am I missing something maybe?)
2016-11-11 16:20:30 +01:00
63b24bed79 Move SAMD implementation to proper file 2016-11-11 16:18:51 +01:00
603428ca62 Add examples 2016-11-03 16:54:06 +01:00
60dedcc4b0 [SAMD] fix RTC wakeup and FALLING/RISING on pin 2016-11-03 16:52:54 +01:00
e159ecf46f [WIP] initial API design
samd basic functions ported
2016-10-28 18:30:13 +02:00
e549d1e7ae Initial commit 2016-10-28 18:27:38 +02:00