mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +00:00
disconnect unused connections (#3407)
This commit is contained in:
parent
ec6aec4b59
commit
04b71139be
@ -81,13 +81,11 @@ Our self-hosted runners have the following setup:
|
||||
- Devkit: `ESP32-C6-DevKitC-1 V1.2` connected via USB-Serial-JTAG (`USB` port).
|
||||
- `GPIO6` and `GPIO7` are I2C pins.
|
||||
- `GPIO2` and `GPIO3` are connected.
|
||||
- `GPIO4` and `GPIO5` are connected.
|
||||
- RPi: Raspbian 12 configured with the following [setup]
|
||||
- ESP32-H2 (`esp32h2-usb`):
|
||||
- Devkit: `ESP32-H2-DevKitM-1` connected via USB-Serial-JTAG (`USB` port).
|
||||
- `GPIO12` and `GPIO22` are I2C pins.
|
||||
- `GPIO2` and `GPIO3` are connected.
|
||||
- `GPIO4` and `GPIO5` are connected.
|
||||
- RPi: Raspbian 12 configured with the following [setup]
|
||||
- ESP32-S2 (`esp32s2-jtag`):
|
||||
- Devkit: `ESP32-S2-Saola-1` connected via UART.
|
||||
@ -98,15 +96,11 @@ Our self-hosted runners have the following setup:
|
||||
- ESP32-S3 (`esp32s3-usb`):
|
||||
- Devkit: `ESP32-S3-DevKitC-1` connected via USB-Serial-JTAG.
|
||||
- `GPIO2` and `GPIO3` are I2C pins.
|
||||
- `GPIO4` and `GPIO5` are connected.
|
||||
- `GPIO1` and `GPIO21` are connected.
|
||||
- `GPIO9` and `GPIO10` are connected.
|
||||
- `GPIO43 (TX)` and `GPIO45` are connected.
|
||||
- RPi: Raspbian 12 configured with the following [setup]
|
||||
- ESP32 (`esp32-jtag`):
|
||||
- Devkit: `ESP32-DevKitC-V4` connected via UART.
|
||||
- `GPIO32` and `GPIO33` are I2C pins.
|
||||
- `GPIO4` and `GPIO5` are connected.
|
||||
- `GPIO26` and `GPIO27` are connected.
|
||||
- Probe: `ESP-Prog` connected with the [following connections][connection_esp32]
|
||||
- RPi: Raspbian 12 configured with the following [setup]
|
||||
|
@ -40,7 +40,7 @@ macro_rules! i2c_pins {
|
||||
($peripherals.GPIO12, $peripherals.GPIO22)
|
||||
} else if #[cfg(esp32c2)] {
|
||||
($peripherals.GPIO18, $peripherals.GPIO9)
|
||||
} else {
|
||||
} else { // esp32c3
|
||||
($peripherals.GPIO4, $peripherals.GPIO5)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user