mirror of https://github.com/ARMmbed/mbed-os.git
NRF52832: enable UART
parent
d875c2ba2e
commit
35c14ebbe3
|
@ -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
|
||||
|
@ -4278,11 +4278,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
|
||||
|
@ -5524,7 +5524,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
|
||||
|
||||
|
|
Loading…
Reference in New Issue