Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sami Nurmenniemi
u-boot-stm32
Commits
a4963615
Commit
a4963615
authored
Oct 24, 2018
by
Sami Nurmenniemi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the UART port from 6 to 1
parent
78ef39e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
include/configs/stm32f769i-discovery.h
include/configs/stm32f769i-discovery.h
+5
-5
No files found.
include/configs/stm32f769i-discovery.h
View file @
a4963615
...
@@ -210,13 +210,13 @@
...
@@ -210,13 +210,13 @@
/*
/*
* USART6, TX PC.6, RX PC.7
* USART6, TX PC.6, RX PC.7
*/
*/
#define CONFIG_STM32_USART_PORT
6
/* USART6 */
#define CONFIG_STM32_USART_PORT
1
/* USART6 */
#define CONFIG_STM32_USART_TX_IO_PORT
2
/* PORTC */
#define CONFIG_STM32_USART_TX_IO_PORT
0
/* PORTC */
#define CONFIG_STM32_USART_TX_IO_PIN
6
/* GPIO6 */
#define CONFIG_STM32_USART_TX_IO_PIN
9
/* GPIO6 */
#define CONFIG_STM32_USART_RX_IO_PORT
2
/* PORTC */
#define CONFIG_STM32_USART_RX_IO_PORT
0
/* PORTC */
#define CONFIG_STM32_USART_RX_IO_PIN
7
/* GPIO7 */
#define CONFIG_STM32_USART_RX_IO_PIN
10
/* GPIO7 */
#define CONFIG_BAUDRATE 115200
#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment