mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-02-11 07:03:07 +01:00
add a generic s3 (devkit-m) to cibuild
This commit is contained in:
@@ -233,6 +233,46 @@ types:
|
||||
- 33
|
||||
- 37
|
||||
- 38
|
||||
|
||||
- &gpiopinvs3
|
||||
- {label: unset,value:}
|
||||
- {label: "0: boot mode control",value: 0}
|
||||
- 1
|
||||
- 2
|
||||
- {label: "3: JTAG control", value: 3}
|
||||
- 4
|
||||
- 5
|
||||
- 6
|
||||
- 7
|
||||
- 8
|
||||
- 9
|
||||
- 10
|
||||
- 11
|
||||
- 12
|
||||
- 13
|
||||
- 14
|
||||
- 17
|
||||
- 18
|
||||
- 19
|
||||
- 20
|
||||
- 21
|
||||
- 33
|
||||
- 34
|
||||
- 35
|
||||
- 36
|
||||
- 37
|
||||
- 38
|
||||
- 39
|
||||
- 40
|
||||
- 41
|
||||
- 42
|
||||
- 43
|
||||
- 44
|
||||
- {label: "45: strapping pin", value: 45}
|
||||
- {label: "46: strapping pin", value: 46}
|
||||
- 47
|
||||
- 48
|
||||
|
||||
|
||||
- &gpioinput
|
||||
type: dropdown
|
||||
@@ -728,6 +768,37 @@ config:
|
||||
description: "Node mcu esp32"
|
||||
url: "https://docs.platformio.org/en/stable/boards/espressif32/nodemcu-32s.html"
|
||||
resource: *esp32default
|
||||
children:
|
||||
- *serial1
|
||||
- *serial2
|
||||
- *can
|
||||
- *resetButton
|
||||
- *led
|
||||
- <<: *iicsensors
|
||||
base:
|
||||
busname: "1"
|
||||
bus: ""
|
||||
- <<: *iicsensors
|
||||
base:
|
||||
busname: "2"
|
||||
bus: "2"
|
||||
- <<: *spisensors
|
||||
base:
|
||||
busname: "1"
|
||||
bus: "1"
|
||||
- <<: *spisensors
|
||||
base:
|
||||
busname: "2"
|
||||
bus: "2"
|
||||
|
||||
- value: s3devkitm-generic
|
||||
label: s3devkitm
|
||||
description: "esp32 s3 generic, 8MB flash, no PSRAM "
|
||||
url: "https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitm-1.html"
|
||||
resource: *esp32default
|
||||
base:
|
||||
gpiopinv: *gpiopinvs3
|
||||
gpioinputv: *gpiopinvs3
|
||||
children:
|
||||
- *serial1
|
||||
- *serial2
|
||||
|
||||
Reference in New Issue
Block a user