Merge pull request #216 from joakimeriksson/contrib/nrf52dk-fix
NRF52DK: Added some missing files and fixed uart-baudrate to default (115200)
This commit is contained in:
commit
2346748a23
2
arch/cpu/nrf52832/erase.jlink
Normal file
2
arch/cpu/nrf52832/erase.jlink
Normal file
@ -0,0 +1,2 @@
|
||||
erase
|
||||
q
|
4
arch/cpu/nrf52832/flash.jlink
Normal file
4
arch/cpu/nrf52832/flash.jlink
Normal file
@ -0,0 +1,4 @@
|
||||
loadfile #OUTPUT_FILENAME#
|
||||
r
|
||||
g
|
||||
q
|
@ -195,7 +195,7 @@
|
||||
#if (UART0_ENABLED == 1)
|
||||
#define UART0_CONFIG_HWFC NRF_UART_HWFC_DISABLED
|
||||
#define UART0_CONFIG_PARITY NRF_UART_PARITY_EXCLUDED
|
||||
#define UART0_CONFIG_BAUDRATE NRF_UART_BAUDRATE_38400
|
||||
#define UART0_CONFIG_BAUDRATE NRF_UART_BAUDRATE_115200
|
||||
#define UART0_CONFIG_PSEL_TXD 6
|
||||
#define UART0_CONFIG_PSEL_RXD 8
|
||||
#define UART0_CONFIG_PSEL_CTS 7
|
||||
|
Loading…
Reference in New Issue
Block a user