summaryrefslogtreecommitdiff
path: root/platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/config.h')
-rw-r--r--platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/config.h28
1 files changed, 26 insertions, 2 deletions
diff --git a/platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/config.h b/platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/config.h
index 9209e99e76..73c2b40f46 100644
--- a/platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/config.h
+++ b/platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/config.h
@@ -1,4 +1,4 @@
-// Copyright 2022 Stefan Kerkmann
+// Copyright 2024 Stefan Kerkmann
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
@@ -56,7 +56,31 @@
#endif
/**======================
+ ** UART Driver
+ *========================**/
+
+#if !defined(UART_DRIVER)
+# define UART_DRIVER SIOD0
+#endif
+
+#if !defined(UART_TX_PIN)
+# define UART_TX_PIN GP0
+#endif
+
+#if !defined(UART_RX_PIN)
+# define UART_RX_PIN GP1
+#endif
+
+#if !defined(UART_CTS_PIN)
+# define UART_CTS_PIN GP2
+#endif
+
+#if !defined(UART_RTS_PIN)
+# define UART_RTS_PIN GP3
+#endif
+
+/**======================
** Double-tap
*========================**/
-#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET