NRF52832: enable UART

pull/10652/head
Naveen Kaje 2018-09-27 15:06:23 -05:00 committed by desmond.chen
parent d875c2ba2e
commit 35c14ebbe3
1 changed files with 4 additions and 4 deletions

View File

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