openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Black Magic Debug Probe
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 08, 2024 — Jun 08, 2025
Showing page 7 of 202
Search / Filter on:
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()`
dragonmux
More...
6 months ago
cortexm: Fixed some `clang-tidy` warnings about variable naming, and fixed a type issue
dragonmux
More...
6 months ago
cortexm: Added documentation for how the breakpoint part of `cortexm_breakwatch_set()` works
dragonmux
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.
Sid Price
More...
6 months ago
stm32f1: Declare correct SRAM sizes for STM32F0
ALTracer
More...
7 months ago
cortexm: Limited cache operations to only when the appropriate caches are actually enabled, checking which are when the core halts
dragonmux
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
dragonmux
More...
7 months ago
Riscv: dont enable interrupts while single stepping (Also disable counter and timer activity).
mean
More...
7 months ago
cortexm: Cleaned up the breakpoint and watchpoint setup logic with some defines for the magic numbers involved and comments
dragonmux
More...
7 months ago
adi: break down adi_config_ap to decrease nesting
Hristo Mitrev
More...
7 months ago
mspm0: Restructurued the Flash controller completion loops and logic to be more `const` and structured like other target implementations
dragonmux
More...
7 months ago
mspm0: Fixed the clang-tidy lints about extra `const`s in function declarations
dragonmux
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
dragonmux
More...
7 months ago
mspm0: Remove assert
ALTracer
More...
7 months ago
mspm0: fix general.h include order, update mspm0_mass_erase signature, west-const and more constness
hardesk
More...
7 months ago
target/lpc546xx: mark cmd erase_sector as deprecated in favor of erase_range
Rafael Silva
More...
7 months ago
hosted/cmsis_dap: Limit the max packet size to 512 bytes to not overflow any buffers anywhere
dragonmux
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
dragonmux
More...
7 months ago
hosted/dap: Fixed the blocks calculation in `dap_mem_write_block()`
dragonmux
More...
7 months ago
stm32f1: use PRIx32 macro for debug log
Sean Cross
More...
7 months ago
misc: Update own email address
ALTracer
More...
7 months ago
at32f43x: Add UID command
ALTracer
More...
7 months ago
cortexar: Corrected a small error in the logic for ensuring a core is powered prior to proceeding with discovery
dragonmux
More...
7 months ago
hosted/cmsis_dap: Fixed up all the copyright headers
dragonmux
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
dragonmux
More...
7 months ago
hosted/dap_command: Rewrote the post-request handling for `perform_dap_transfer_block_read()` to be a little more sane
dragonmux
More...
7 months ago
Revert "cortexar: Read CPUID when the core is powered"
Mary Guillemard
More...
7 months ago
target_flash: add note to flash mass erase api method
Rafael Silva
More...
7 months ago
hosted/cmsis_dap: Early exit on trying to memory access when the setup for the access goes wrong
dragonmux
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
dragonmux
More...
7 months ago
←
1
2
3
4
5
6
7
8
9
10
11
…
201
202
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree