A great way to log your kvasir-io project with an jLink. Looking for an example? Check out the rp2040_example
A quick guide to get the uc_log
example GUI up and running:
git clone --recursive git@github.com:dominicpoeschko/uc_log.git
cd uc_log
mkdir build
cmake .. -DUC_LOG_BUILD_TEST_GUI=ON
cmake --build .
./uc_log_gui_test
- Terminal application
- Terminal GUI
- Enable/Disable log levels (trace, debug, info, warn. error, crit)
- Channel Selection
- Log filtering
- Display information
- System Time
- Function Name
- Target Time
- Source Location
- Log Channel
- Log Level
- Debug tools
- Reset Target
- Reset Debugger
- Flash Target
- Build function
- Status tab
"If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome."
- Repository: https://github.com/dominicpoeschko/uc_log
- Issue tracker: https://github.com/dominicpoeschko/uc_log/issues
- Related projects:
"The code in this project is licensed under MIT license."