Nordic sdk_config: Configure UART instances

Enable UART interfaces to enable serial debug prints.
pull/10652/head
Naveen Kaje 2018-08-24 14:51:42 -05:00 committed by desmond.chen
parent 3ee440c9db
commit 52c6048dc8
1 changed files with 4 additions and 4 deletions

View File

@ -3558,7 +3558,7 @@
#ifndef NRFX_EGU_ENABLED
#define NRFX_EGU_ENABLED 0
#define NRFX_EGU_ENABLED 1
#endif
// <q> NRFX_SWI0_DISABLED - Exclude SWI0 from being utilized by the driver
@ -4274,11 +4274,11 @@
// <e> NRFX_UART_ENABLED - nrfx_uart - UART peripheral driver
//==========================================================
#ifndef NRFX_UART_ENABLED
#define NRFX_UART_ENABLED 0
#define NRFX_UART_ENABLED 1
#endif
// <o> NRFX_UART0_ENABLED - Enable UART0 instance
#ifndef NRFX_UART0_ENABLED
#define NRFX_UART0_ENABLED 0
#define NRFX_UART0_ENABLED 1
#endif
// <o> NRFX_UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control
@ -5520,7 +5520,7 @@
// <e> UART_ENABLED - nrf_drv_uart - UART/UARTE peripheral driver - legacy layer
//==========================================================
#ifndef UART_ENABLED
#define UART_ENABLED 1
#define UART_ENABLED 0
#endif
// <o> UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control