1
0
mirror of https://github.com/arduino-libraries/ArduinoLowPower.git synced 2025-04-19 11:42:14 +03:00

6 Commits

Author SHA1 Message Date
Martino Facchin
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
Martino Facchin
63b24bed79 Move SAMD implementation to proper file 2016-11-11 16:18:51 +01:00
Martino Facchin
603428ca62 Add examples 2016-11-03 16:54:06 +01:00
Martino Facchin
60dedcc4b0 [SAMD] fix RTC wakeup and FALLING/RISING on pin 2016-11-03 16:52:54 +01:00
Martino Facchin
e159ecf46f [WIP] initial API design
samd basic functions ported
2016-10-28 18:30:13 +02:00
Martino Facchin
e549d1e7ae Initial commit 2016-10-28 18:27:38 +02:00