2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
hosted/dap_command: Fixed a clang-tidy lint about a widening cast in `perform_dap_transfer_block_write()` More... 7 months ago
hosted/cmsis_dap: Fixed a small error in `dap_adiv6_mem_read()` which resulted in it not properly taking into account the command byte prefix in responses More... 7 months ago
fix/ctxlink/readme: Update ctxlink readme to reflect the recent build system changes More... 7 months ago
hosted/cmsis_dap: Fixed a small error in `dap_adiv5_mem_read()` which resulted in it not properly taking into account the command byte prefix in responses More... 7 months ago
cortexm: Narrowed the FPB revision member in the priv structure as it only ever uses 4 bits More... 7 months ago
hosted/dap_command: Fixed `perform_dap_transfer_block_read()` not properly detecting and handling short responses due to target errors, leading to very bad things happening on return More... 7 months ago
hosted/cmsis_dap: Fixed the lack of ZLP handling when a transfer moves a full packet amount of data, messing up the Bulk transfer transport state More... 7 months ago
hosted/cmsis_dap: Implemented a variant on `dap_run_cmd()` which is specialised in mass data transfers so we get the the actual amount transferred More... 7 months ago
hosted/cmsis_dap: Fixed the nomenclature of the CMSIS-DAP packet size variable More... 7 months ago
fix/blackpill/readme: Update to reflect current firmware More... 7 months ago
fix/blackpill/readme: Add note about bmputil More... 7 months ago
adi: Lifted the component validity check to simplify the code flow a little and reduce indentation More... 7 months ago
adiv6: Refactored the ROM table handling in the same way as the ADI handling was More... 7 months ago
adi: Tidy up and better integrate the CoreSight ROM handling into the component lookup mechanism More... 7 months ago
stlink: add config for the ISOL variant More... 7 months ago
hosted/bmp_libusb: Implement `strndup()` for Windows as this function is not found in the stdlib there More... 7 months ago
adi: Rename ADIV5_ROM_* to ADI_ROM_* More... 7 months ago
adi: Define Coresight ROM table ID More... 7 months ago
github: Add the next native profiles to main CI More... 7 months ago
adi: Move CoreSight register definition to adiv5 More... 7 months ago
cortexar: Check the result of cortexar_ensure_core_powered More... 7 months ago
adi: Implement support for CoreSight ROM table format More... 7 months ago
cortexar: Read CPUID when the core is powered More... 7 months ago
adi: Add support for APB2/APB3 configuration More... 7 months ago
adiv6: Fix a small error in how power IDs were handled in the CoreSight ROM table parser More... 7 months ago
ctxlink/platform: Fix crash due to buffer not being reinitialized Address multiple battery voltage outputs, followed by crash. More... 7 months ago
stm32l4: Improved the device lookup handling on attach by using the copy stored in the private structure More... 7 months ago
stm32l0: Fixed a couple of format string errors More... 7 months ago
efm32: Fixed a couple of format string errors More... 7 months ago
hosted/bmp_libusb: Improved the handling of the product string from BMP to properly handle the intricacies of the possible values it can take More... 7 months ago