Skip to content

Commit 076b804

Browse files
committed
cc3200: Enable UART REPL by default.
To allow access and testing without complex access methods like WiFi. Enabled for both WiPy and TI LaunchXL.
1 parent afc5063 commit 076b804

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

cc3200/boards/LAUNCHXL/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
#define MICROPY_HW_ANTENNA_DIVERSITY (0)
3434

35-
#define MICROPY_STDIO_UART 0
35+
#define MICROPY_STDIO_UART 1
3636
#define MICROPY_STDIO_UART_BAUD 115200
3737

3838
#define MICROPY_SYS_LED_PRCM PRCM_GPIOA1

cc3200/boards/WIPY/mpconfigboard.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232

3333
#define MICROPY_HW_ANTENNA_DIVERSITY (1)
3434

35+
#define MICROPY_STDIO_UART 1
36+
#define MICROPY_STDIO_UART_BAUD 115200
37+
3538
#define MICROPY_SYS_LED_PRCM PRCM_GPIOA3
3639
#define MICROPY_SAFE_BOOT_PRCM PRCM_GPIOA3
3740
#define MICROPY_SYS_LED_PORT GPIOA3_BASE

0 commit comments

Comments
 (0)