change(uart): Use low power HIRC8 for uart clock
Compare changes
@@ -65,7 +65,7 @@ const uart_cfg_t uart_cfg = {
@@ -117,6 +117,8 @@ int Console_Init(void)
@@ -133,6 +135,8 @@ int Console_Shutdown(void)
This is in preparation of changing the system clock dynamically. The UART needs a stable clock and AFAIK this clock is specifically designed to work well with the UART. It can stays constant during (light) sleep phases.