1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/saml1x
Benjamin Valentin 310eb4970c cpu/sam0_common: GPIO: use tamper detection to wake from Deep Sleep
On samd5x only the RTC can wake the CPU from Deep Sleep (pm modes 0 & 1).
The external interrupt controller is disabled, but we can use the tamper
detection of the RTC.

If an gpio interrupt is configured on one of the five tamper detect pins,
those can be used to wake the CPU from Deep Sleep / Hibernate.
2020-09-17 18:46:25 +02:00
..
include cpu/sam0_common: GPIO: use tamper detection to wake from Deep Sleep 2020-09-17 18:46:25 +02:00
periph cpu/saml1x: pm: set deep flag 2020-05-20 17:17:11 +02:00
cpu.c cpu/saml1x: fix RTT issue in init process 2020-09-09 21:27:48 +02:00
doc.txt cpu/saml1x: add support for saml10/saml11 MCUs 2019-01-21 17:05:04 +01:00
Kconfig Merge pull request #14804 from bergzand/pr/sam0/gpio_iobus 2020-09-10 23:45:43 +02:00
Kconfig.saml10 cpu/saml1x: add all parts to Kconfig 2020-08-24 16:11:48 +02:00
Kconfig.saml11 cpu/saml1x: add all parts to Kconfig 2020-08-24 16:11:48 +02:00
Makefile cpu/saml1x: add support for saml10/saml11 MCUs 2019-01-21 17:05:04 +01:00
Makefile.dep cpu/sam0_common/periph/uart: implement buffered write 2019-11-27 19:01:00 +01:00
Makefile.features Merge pull request #14804 from bergzand/pr/sam0/gpio_iobus 2020-09-10 23:45:43 +02:00
Makefile.include cpu/saml1x: define CPU_COMMON_SAML1X symbol and use it 2020-08-24 16:13:18 +02:00
vectors.c cpu/saml1x: add support for saml10/saml11 MCUs 2019-01-21 17:05:04 +01:00