Change serial baud to 500k at double-speed; but add cmake option for serial rxmode

This commit is contained in:
Allen Hill
2023-09-14 19:48:39 -04:00
parent 9fcca0a6fb
commit 1cafed82d0
3 changed files with 20 additions and 6 deletions
+2 -1
View File
@@ -23,7 +23,8 @@
"cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"FREQSEL": "20MHz",
"TCB_CLKSEL": "TCB_CLKSEL_CLKDIV1_gc"
"TCB_CLKSEL": "TCB_CLKSEL_CLKDIV1_gc",
"USART_RXMODE": "USART_RXMODE_CLK2X_gc"
}
}
]