1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-02-11 07:03:07 +01:00

better description of pins for cibuild

This commit is contained in:
wellenvogel
2025-09-30 12:13:06 +02:00
parent 68239f6199
commit 3cd508a239

View File

@@ -320,12 +320,21 @@ types:
- &protogpio - &protogpio
- {label: unset,value:} - {label: unset,value:}
- PPIN19 - {label: "PPIN19(left-2,gpio 19)", value: PPIN19}
- PPIN21 - {label: "PPIN21(right-1,gpio 21)", value: PPIN21}
- PPIN22 - {label: "PPIN22(left-1,gpio 22)", value: PPIN22}
- PPIN23 - {label: "PPIN23(left-3,gpio 23)", value: PPIN23}
- PPIN25 - {label: "PPIN25(right-2,gpio 25)", value: PPIN25}
- PPIN33 - {label: "PPIN33(left-4,gpio 33)", value: PPIN33}
- &protogpios3
- {label: unset,value:}
- {label: "PPIN19(left-2,gpio 6)", value: PPIN19}
- {label: "PPIN21(right-1,gpio 39)", value: PPIN21}
- {label: "PPIN22(left-1,gpio 5)", value: PPIN22}
- {label: "PPIN23(left-3,gpio 7)", value: PPIN23}
- {label: "PPIN25(right-2,gpio 38)", value: PPIN25}
- {label: "PPIN33(left-4,gpio 8)", value: PPIN33}
- &baudselect - &baudselect
type: dropdown type: dropdown
@@ -369,7 +378,7 @@ types:
key: ELOW key: ELOW
label: "enable low" label: "enable low"
target: "define:#serial#ELO" target: "define:#serial#ELO"
default: true default: false
help: "set: low on enable pin for output, unset: high on enable pin for output" help: "set: low on enable pin for output, unset: high on enable pin for output"
values: values:
- key: true - key: true
@@ -774,8 +783,8 @@ types:
url: "https://docs.m5stack.com/en/atom/atomhub" url: "https://docs.m5stack.com/en/atom/atomhub"
label: "Hub Proto" label: "Hub Proto"
base: base:
gpioinputv: *protogpio gpioinputv: "#protogpio#"
gpiopinv: *protogpio gpiopinv: "#protogpio#"
children: children:
*m5protochildren *m5protochildren
- value: M5_PORTABC - value: M5_PORTABC
@@ -802,6 +811,7 @@ config:
gpiopinv: *gpiopinv gpiopinv: *gpiopinv
gpioinputv: *gpioinputv gpioinputv: *gpioinputv
grv: "" grv: ""
protogpio: *protogpio
values: values:
- value: m5stack-atom-generic - value: m5stack-atom-generic
label: m5stack-atom label: m5stack-atom
@@ -816,6 +826,8 @@ config:
description: "M5 Stack AtomS3 light" description: "M5 Stack AtomS3 light"
url: "http://docs.m5stack.com/en/core/AtomS3%20Lite" url: "http://docs.m5stack.com/en/core/AtomS3%20Lite"
resource: *esp32default resource: *esp32default
base:
protogpio: *protogpios3
children: children:
- *m5base - *m5base
- *m5groove - *m5groove
@@ -830,7 +842,7 @@ config:
- value: nodemcu-generic - value: nodemcu-generic
label: nodemcu label: nodemcu
description: "Node mcu esp32" description: "Node mcu esp32,4MB flash, no PSRAM"
url: "https://docs.platformio.org/en/stable/boards/espressif32/nodemcu-32s.html" url: "https://docs.platformio.org/en/stable/boards/espressif32/nodemcu-32s.html"
resource: *esp32default resource: *esp32default
children: children:
@@ -864,6 +876,7 @@ config:
base: base:
gpiopinv: *gpiopinvs3 gpiopinv: *gpiopinvs3
gpioinputv: *gpiopinvs3 gpioinputv: *gpiopinvs3
protogpio: *protogpios3
children: children:
- *serial1 - *serial1
- *serial2 - *serial2