bruelltuete
bruelltuete
re-order some variable declarations and put some more preprocessor ifs in place
I would like to disable UART console output after running for a while. Idea is to dump boot diagnostics to console but once everything is up and running (say after...
Fixes #810 by adding stdio_uart_deinit. I would have liked to undo the pin init from `stdio_uart_init_full()` as well but we dont keep track of the pins. Could probably go through...
frequency_count_khz() returns a frequency measurement of a given clock, by sdk-default, with an accuracy of 2 kHz. The interval value of 10 means 2 kHz, as per data sheet. Unfortunately,...