2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Jun 22, 2024 — Jun 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ctxlink/platform: The CCR's become swapped when the input is on channel 2, adjust for that More... 9 months ago
common/blackpill-f4: The CCR's become swapped when the input is on channel 2, adjust for that More... 9 months ago
stlinkv3: Increase jtagtap slew rate from 2 to 25 MHz More... 9 months ago
stlinkv3: Implement tri-stating TCK, TMS More... 9 months ago
hosted/serial_win: Print auxiliary serial COM port More... 9 months ago
common/tm4c/swo_uart: Sorted out the initialisation and deinitialisation logic More... 9 months ago
common/stm32/swo_uart: Moved the baudrate checking and sanity code into `swo_init()` More... 9 months ago
f072: Handle the missing atomics needed for SWO via `libatomic` More... 9 months ago
platforms: Fixed the build system including the base SWO and ITM decoder support even on platforms where it should not More... 9 months ago
common/stm32/swo: Deal with the STM32F7 platforms properly in the pin control blocks More... 9 months ago
platforms: Added missing definitions for the SWO support across various platforms More... 9 months ago
common/blackpill-f4: Enabled switchable SWO on the platform More... 9 months ago
stlink: Enabled switchable SWO on the platform More... 9 months ago
swlink: Enabled switchable SWO on the platform More... 9 months ago
ctxlink: Enabled switchable SWO on the platform More... 9 months ago
platforms: Cleaned up defunct SWO definitions More... 9 months ago
common/stm32/swo: Rebuilt the buffering system using one single unified buffer to handle the data with DMA direct to that surge buffer, and no intermediary buffers More... 9 months ago
common/stm32/swo_uart: Fixed an issue with deinitialisation leaving the pin configured, which is wrong for platforms that share their SWO pin with TDO More... 9 months ago
common/stm32/swo_uart: Nomenclature corrections for the USB bounce buffer More... 9 months ago
common/stm32/swo: Fixed a couple of comments that were misworded More... 9 months ago
common/stm32/swo: De-duplicated the UART-encoded SWO implementations so there's less to be dragged around More... 9 months ago
swo_manchester: Reworked some of the buffering logic to pull decoding logic out from where it shouldn't be, and fix the deinit behaviour More... 9 months ago
command: Provide for the multi-mode version of the SWO monitor command More... 9 months ago
common/swo: Started refactoring all the buffer and ITM decode logic out to reduce duplication More... 9 months ago
rtt: support channels other than 0 More... 9 months ago
native: Enabled both SWO decoders and the switchable SWO support More... 9 months ago
common/swo: Implemented switched initialisation for decoding More... 9 months ago
common/swo: Started building out a mechanism to allow the SWO implementations to be dynamically switched between More... 9 months ago
common: Bought the nomenclature for the SWO encoding definition into harmony with the rest of the naming for the SWO implementation More... 10 months ago
native: Enabled building UART instead of Manchester mode for SWO in the firmware More... 10 months ago