circuitpython/ports
Scott Shawcroft 6544bf52fb
Enable SNVS interrupt
The iMX RT has a separate wake up controller, the GPC, that replaces
the NVIC when asleep. It adds the ability to only wake up on certain
interrupts. It seems that it requires at least one enabled interrupt
in the NVIC to turn on it's wake up circuitry. It doesn't need to
be the same interrupt as the wake up signal. For example, the RTC
in the SNVS can wake us up if a USB interrupt is enabled. Before
then it won't work. So, we enable the SNVS interrupt on start up
so it can wake us up.
2020-04-07 17:15:18 -07:00
..
atmel-samd Updates based on feedback from jepler 2020-04-06 16:03:31 -07:00
cxd56 Updates based on feedback from jepler 2020-04-06 16:03:31 -07:00
litex Update the supported ports 2020-03-31 18:27:55 -07:00
mimxrt10xx Enable SNVS interrupt 2020-04-07 17:15:18 -07:00
nrf Fix nRF PulseIn 2020-04-03 14:22:56 -07:00
stm Fix thunderpack build 2020-03-31 17:05:37 -07:00
unix ulab: rename enable macro so it appears in the support matrix 2020-03-17 09:33:03 -05:00