esp32s2: drivers: gpio: add gpio support

through the reuse of current gpio driver.

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
Glauber Maroto Ferreira 2021-08-13 15:46:07 -03:00 committed by Anas Nashif
commit 2689a6ee0a
4 changed files with 28 additions and 1 deletions

View file

@ -9,6 +9,7 @@
#include <soc/syscon_reg.h>
#include <soc/system_reg.h>
#include <soc/dport_access.h>
#include <soc/soc_caps.h>
#include <esp32s2/rom/ets_sys.h>
#include <esp32s2/rom/spi_flash.h>
#include <esp32s2/rom/cache.h>