machine/esp32, targets/esp32: correct board definitions for actual boards not processor variants, also define all labeled pins

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2020-10-14 20:54:29 +02:00
committed by Ayke
parent 3eb33dff5d
commit c7d8223ab7
6 changed files with 96 additions and 11 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"inherits": ["esp32"],
"build-tags": ["esp32_coreboard_v2"]
}
+3
View File
@@ -0,0 +1,3 @@
{
"inherits": ["esp32-coreboard-v2"]
}
-4
View File
@@ -1,4 +0,0 @@
{
"inherits": ["esp32"],
"build-tags": ["esp32_wroom_32"]
}