esp-hal/esp-hal-common/src/soc/esp32c6
Scott Mabin 45f855abf5
Support for multicore async GPIO: (#542)
* Support for multicore async GPIO:

Use the correct registers depending on which core the interrupt is being
serviced on. Fixed a bug in the `esp32::gpio_intr` which would enable
the interrupt on both cores. It now enables the interrupt for the core
in which `listen()` is called.

* add changelog item

* Simplify GPIO interrupt status
2023-05-16 15:46:36 +01:00
..
efuse.rs Refactor chip-specific code into esp_hal_common::soc module (#412) 2023-02-28 07:49:41 -08:00
gpio.rs Support for multicore async GPIO: (#542) 2023-05-16 15:46:36 +01:00
mod.rs Add support for radio peripheral clock control 2023-03-27 10:26:45 +02:00
peripherals.rs Use latest PACs and make required changes 2023-03-14 06:23:58 -07:00
radio_clocks.rs Fix 802.15.4 clock enabling (ESP32-C6) 2023-03-28 13:41:21 +02:00