mirror of https://github.com/ARMmbed/mbed-os.git
remove hardcode uart pins definition for nRF52 SoCs
Each boards define its own pins.pull/4647/head
parent
cbfb234f07
commit
080c5af88b
|
@ -6,8 +6,6 @@
|
||||||
#define UART_DEFAULT_CONFIG_BAUDRATE UART0_CONFIG_BAUDRATE
|
#define UART_DEFAULT_CONFIG_BAUDRATE UART0_CONFIG_BAUDRATE
|
||||||
#define UART_DEFAULT_CONFIG_PARITY UART0_CONFIG_PARITY
|
#define UART_DEFAULT_CONFIG_PARITY UART0_CONFIG_PARITY
|
||||||
#define UART_DEFAULT_CONFIG_HWFC UART0_CONFIG_HWFC
|
#define UART_DEFAULT_CONFIG_HWFC UART0_CONFIG_HWFC
|
||||||
#define CTS_PIN_NUMBER UART0_CONFIG_PSEL_CTS
|
|
||||||
#define RTS_PIN_NUMBER UART0_CONFIG_PSEL_RTS
|
|
||||||
|
|
||||||
#define SPIS_DEFAULT_ORC NRF_DRV_SPIS_DEFAULT_ORC
|
#define SPIS_DEFAULT_ORC NRF_DRV_SPIS_DEFAULT_ORC
|
||||||
#define SPIS_DEFAULT_CONFIG_IRQ_PRIORITY SPIS1_CONFIG_IRQ_PRIORITY;
|
#define SPIS_DEFAULT_CONFIG_IRQ_PRIORITY SPIS1_CONFIG_IRQ_PRIORITY;
|
||||||
|
|
Loading…
Reference in New Issue