gpio: update config to use only one gpio for ATX PSU
All checks were successful
Build ESP32 BMC Firmware / build (push) Successful in 59s

This commit is contained in:
2026-03-12 15:28:20 +01:00
parent c6f4d26c58
commit ccf4569969
6 changed files with 25 additions and 143 deletions

View File

@@ -37,15 +37,7 @@ A Baseboard Management Controller (BMC) firmware for ESP32-S3 that provides remo
#### BMC GPIOs
| GPIO | Name | Description |
|------|------|-------------|
| 4 | POWER_ON | Power control output |
| 5 | POWER_OFF | Power control output |
| 6 | RESET | Reset control (active-low) |
| 7 | STATUS_LED | Status LED |
| 15 | PWR_GOOD | Power good input |
| 16 | TEMP_ALERT | Temperature alert input |
| 17 | FAN_CTRL | Fan control PWM |
| 18-25 | USER_1-8 | User configurable GPIOs |
| 35-38 | USER_5-8 | Input-only GPIOs |
| 37 | POWER | ATX power supply "PS_ON#" signal |
## Building