1
0
mirror of https://github.com/arduino-libraries/ArduinoLowPower.git synced 2025-04-19 11:42:14 +03:00
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
2016-11-03 16:54:06 +01:00
2016-11-11 16:20:30 +01:00
2016-10-28 18:30:13 +02:00
2016-10-28 18:30:13 +02:00
2016-10-28 18:27:38 +02:00
Description
Функции энергосбережения для плат SAMD
LGPL-2.1 214 KiB
Languages
C++ 100%