summaryrefslogtreecommitdiff
path: root/src/drivers/gpios.cpp
AgeCommit message (Collapse)Author
2024-01-09bringup r8 mutingjacqueline
2023-11-24Periodically check int lines instead of relying on interruptsjacqueline
2023-11-20Use a non-IRAM-safe interrupt for gpio changesjacqueline
AFAICT this *should* be IRAM-safe, but there's an xQueueReceiveGeneric within esp-idf that doesn't appear to be allocated internally
2023-11-07Ensure the GPIO ISR is in IRAMjacqueline
The shared interrupt is flagged as IRAM-capable, so this handler should be too.
2023-08-18Add interrupts for samd changesjacqueline
2023-07-26make event queue go fasterjacqueline
2023-07-20Initial r5 bringupjacqueline
2023-06-30gpio expander pin change -> event!jacqueline