forked from darkxst/silabs-firmware-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ce4f0c
commit ac70e08
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
OpenThreadRCP/MGM210L/0001-config-configure-usart-vcom-A6A5-B1B0.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- a/config/sl_uartdrv_usart_vcom_config.h 2023-03-16 01:55:55.270307126 +0100 | ||
+++ b/config/sl_uartdrv_usart_vcom_config.h 2023-03-16 02:00:15.095622384 +0100 | ||
@@ -76,21 +76,21 @@ | ||
// <<< sl:start pin_tool >>> | ||
// <usart signal=TX,RX,(CTS),(RTS)> SL_UARTDRV_USART_VCOM | ||
// $[USART_SL_UARTDRV_USART_VCOM] | ||
-#warning "UARTDRV USART peripheral not configured" | ||
-// #define SL_UARTDRV_USART_VCOM_PERIPHERAL USART0 | ||
-// #define SL_UARTDRV_USART_VCOM_PERIPHERAL_NO 0 | ||
+// #warning "UARTDRV USART peripheral not configured" | ||
+#define SL_UARTDRV_USART_VCOM_PERIPHERAL USART0 | ||
+#define SL_UARTDRV_USART_VCOM_PERIPHERAL_NO 0 | ||
|
||
-// #define SL_UARTDRV_USART_VCOM_TX_PORT gpioPortA | ||
-// #define SL_UARTDRV_USART_VCOM_TX_PIN 0 | ||
+#define SL_UARTDRV_USART_VCOM_TX_PORT gpioPortC | ||
+#define SL_UARTDRV_USART_VCOM_TX_PIN 0 | ||
|
||
-// #define SL_UARTDRV_USART_VCOM_RX_PORT gpioPortA | ||
-// #define SL_UARTDRV_USART_VCOM_RX_PIN 1 | ||
+#define SL_UARTDRV_USART_VCOM_RX_PORT gpioPortC | ||
+#define SL_UARTDRV_USART_VCOM_RX_PIN 1 | ||
|
||
-// #define SL_UARTDRV_USART_VCOM_CTS_PORT gpioPortA | ||
-// #define SL_UARTDRV_USART_VCOM_CTS_PIN 2 | ||
+//#define SL_UARTDRV_USART_VCOM_CTS_PORT gpioPortC | ||
+//#define SL_UARTDRV_USART_VCOM_CTS_PIN 3 | ||
|
||
-// #define SL_UARTDRV_USART_VCOM_RTS_PORT gpioPortA | ||
-// #define SL_UARTDRV_USART_VCOM_RTS_PIN 3 | ||
+//#define SL_UARTDRV_USART_VCOM_RTS_PORT gpioPortC | ||
+//#define SL_UARTDRV_USART_VCOM_RTS_PIN 2 | ||
// [USART_SL_UARTDRV_USART_VCOM]$ | ||
// <<< sl:end pin_tool >>> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "MGM210L", | ||
"target": "mgm210l", | ||
"device": "MGM210LA22JIF" | ||
} |