commit | b0717d518e3ba2d6f804bd2311ec7b6ca9c206c5 | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Tue Oct 19 17:09:38 2021 -0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Oct 21 10:53:34 2021 -0400 |
tree | 12fc5763512fd151d6c9d5be8d74298e7935f6cc | |
parent | 7c10e0d94741b63ec04f18a3f128a79113e82819 [diff] |
drivers: gpio: esp32: use dts and improve code checks This PR updates GPIO driver to use DTS information regarding gpio availability. This also fixes interrupt handling and also removes kconfig definition for GPIO port. A few configuration checks were also added to improve code usage. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>