| commit | 996a708abd9cb4baf188f51b71113c7cfbe9ffdc | [log] [tgz] |
|---|---|---|
| author | Gerard Marull-Paretas <gerard@teslabs.com> | Tue Dec 07 18:59:00 2021 +0100 |
| committer | Anas Nashif <anas.nashif@intel.com> | Tue Jan 04 20:49:00 2022 -0500 |
| tree | dadf063ff47d0f5f35a942189796f0433344671b | |
| parent | eb0719141aeab929bbd6219b586b94dcade711e7 [diff] |
drivers: interrupt_controller: initial support for GD32 EXTI Add initial support for the GigaDevice External Interrupt Controller. This driver is required to manage GPIO interrupts. Only EXTI lines 0 to 15 are supported for now (no LVD, RTC, etc.). Driver can be extended in the future to add support for extra EXTI lines. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>