2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cortexm: Refactored out the breakpoint logic into its own function from `cortexm_breakwatch_set()` More... 6 months ago
cortexm: Fixed some `clang-tidy` warnings about variable naming, and fixed a type issue More... 6 months ago
cortexm: Added documentation for how the breakpoint part of `cortexm_breakwatch_set()` works More... 6 months ago
ctxlink/wifi: fix the speed issues with the Wi-Fi interface The reading of the ADC to acquire the target and battery voltages was being done in a blocking manner and at a place in the code that blocked the timely servicing of the Wi-Fi channel. More... 6 months ago
stm32f1: Declare correct SRAM sizes for STM32F0 More... 7 months ago
cortexm: Limited cache operations to only when the appropriate caches are actually enabled, checking which are when the core halts More... 7 months ago
cortexm: Make proper use of the halt checking machinery in `cortexm_attach()` so we can be sure we actually halted the core before doing things that require it to be halted More... 7 months ago
Riscv: dont enable interrupts while single stepping (Also disable counter and timer activity). More... 7 months ago
cortexm: Cleaned up the breakpoint and watchpoint setup logic with some defines for the magic numbers involved and comments More... 7 months ago
adi: break down adi_config_ap to decrease nesting More... 7 months ago
mspm0: Restructurued the Flash controller completion loops and logic to be more `const` and structured like other target implementations More... 7 months ago
mspm0: Fixed the clang-tidy lints about extra `const`s in function declarations More... 7 months ago
hosted/cmsis_dap: Added a quirk restricting when the ZLP read for Bulk adaptors is done so we don't clobber performance on adaptors that don't need it More... 7 months ago
mspm0: Remove assert More... 7 months ago
mspm0: fix general.h include order, update mspm0_mass_erase signature, west-const and more constness More... 7 months ago
target/lpc546xx: mark cmd erase_sector as deprecated in favor of erase_range More... 7 months ago
hosted/cmsis_dap: Limit the max packet size to 512 bytes to not overflow any buffers anywhere More... 7 months ago
hosted/dap: Resized the block buffers in `dap_mem_{read,write}_block()` to exactly fit the max amount transferrable in a go and nothing more More... 7 months ago
hosted/dap: Fixed the blocks calculation in `dap_mem_write_block()` More... 7 months ago
stm32f1: use PRIx32 macro for debug log More... 7 months ago
misc: Update own email address More... 7 months ago
at32f43x: Add UID command More... 7 months ago
cortexar: Corrected a small error in the logic for ensuring a core is powered prior to proceeding with discovery More... 7 months ago
hosted/cmsis_dap: Fixed up all the copyright headers More... 7 months ago
hosted/dap: Improved the data flows to properly allow the result of a failed partial read up the stack and handling WAIT responses in read as best as we can More... 7 months ago
hosted/dap_command: Rewrote the post-request handling for `perform_dap_transfer_block_read()` to be a little more sane More... 7 months ago
Revert "cortexar: Read CPUID when the core is powered" More... 7 months ago
target_flash: add note to flash mass erase api method More... 7 months ago
hosted/cmsis_dap: Early exit on trying to memory access when the setup for the access goes wrong More... 7 months ago
hosted/dap: Fixed the behaviour of the memory access setup routines to not crash when a fault occurs, but instead propagate it correctly More... 7 months ago