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:
parent
2c031caed0
commit
2689a6ee0a
4 changed files with 28 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue