esp32: add support for basic GPIO

GPIO is much more advanced on the ESP32, but this is a starting point.
It gets examples/blinky1 to work.
This commit is contained in:
Ayke van Laethem
2020-08-31 14:28:31 +02:00
committed by Ron Evans
parent 0e6d2af028
commit 753162f4e0
4 changed files with 57 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"inherits": ["esp32"],
"build-tags": ["esp32_wroom_32"]
}