Migrate half-duplex SERIAL_USART_TX_PIN to DD (#24143)

This commit is contained in:
Joel Challis 2024-07-18 22:21:26 +01:00 committed by GitHub
parent 7ca0424189
commit 5a0112df08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 10 additions and 14 deletions

View file

@ -3,8 +3,6 @@
#pragma once
#define SERIAL_USART_TX_PIN GP0
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP17
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U

View file

@ -42,7 +42,8 @@
}
},
"serial": {
"driver": "vendor"
"driver": "vendor",
"pin": "GP0"
}
},
"encoder": {