mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-02-11 15:13:06 +01:00
add a generic s3 (devkit-m) to cibuild
This commit is contained in:
@@ -185,3 +185,14 @@ build_flags =
|
|||||||
${env.build_flags}
|
${env.build_flags}
|
||||||
upload_port = /dev/esp32
|
upload_port = /dev/esp32
|
||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
|
|
||||||
|
[env:s3devkitm-generic]
|
||||||
|
extends = sensors
|
||||||
|
board = esp32-s3-devkitm-1
|
||||||
|
lib_deps =
|
||||||
|
${env.lib_deps}
|
||||||
|
${sensors.lib_deps}
|
||||||
|
build_flags =
|
||||||
|
${env.build_flags}
|
||||||
|
upload_port = /dev/esp32
|
||||||
|
upload_protocol = esptool
|
||||||
|
|||||||
@@ -234,6 +234,46 @@ types:
|
|||||||
- 37
|
- 37
|
||||||
- 38
|
- 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
|
- &gpioinput
|
||||||
type: dropdown
|
type: dropdown
|
||||||
resource: "gpio:"
|
resource: "gpio:"
|
||||||
@@ -750,3 +790,34 @@ config:
|
|||||||
base:
|
base:
|
||||||
busname: "2"
|
busname: "2"
|
||||||
bus: "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
|
||||||
|
- *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"
|
||||||
Reference in New Issue
Block a user