Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
4df19439
Commit
4df19439
authored
Sep 21, 2018
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stm32/boards/NUCLEO_F091RC: Enable USART3-8 with default pins.
parent
cdc01408
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
ports/stm32/boards/NUCLEO_F091RC/mpconfigboard.h
ports/stm32/boards/NUCLEO_F091RC/mpconfigboard.h
+12
-0
No files found.
ports/stm32/boards/NUCLEO_F091RC/mpconfigboard.h
View file @
4df19439
...
...
@@ -26,6 +26,18 @@
#define MICROPY_HW_UART1_RX (pin_B7)
#define MICROPY_HW_UART2_TX (pin_A2)
#define MICROPY_HW_UART2_RX (pin_A3)
#define MICROPY_HW_UART3_TX (pin_C10)
#define MICROPY_HW_UART3_RX (pin_C11)
#define MICROPY_HW_UART4_TX (pin_A0)
#define MICROPY_HW_UART4_RX (pin_A1)
#define MICROPY_HW_UART5_TX (pin_B3)
#define MICROPY_HW_UART5_RX (pin_B4)
#define MICROPY_HW_UART6_TX (pin_C0)
#define MICROPY_HW_UART6_RX (pin_C1)
#define MICROPY_HW_UART7_TX (pin_C6)
#define MICROPY_HW_UART7_RX (pin_C7)
#define MICROPY_HW_UART8_TX (pin_C2)
#define MICROPY_HW_UART8_RX (pin_C3)
// USART2 is connected to the ST-LINK USB VCP
#define MICROPY_HW_UART_REPL PYB_UART_2
...
...
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