mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 08:23:41 +00:00
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:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"inherits": ["esp32"],
|
||||
"build-tags": ["esp32_coreboard_v2"]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"inherits": ["esp32-coreboard-v2"]
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"inherits": ["esp32"],
|
||||
"build-tags": ["esp32_wroom_32"]
|
||||
}
|
||||
Reference in New Issue
Block a user