Skip to content

WIP: update to probe-rs v0.31.0#619

Draft
labbott wants to merge 6 commits intomasterfrom
probe-rs-v0.31.0
Draft

WIP: update to probe-rs v0.31.0#619
labbott wants to merge 6 commits intomasterfrom
probe-rs-v0.31.0

Conversation

@labbott
Copy link
Copy Markdown
Contributor

@labbott labbott commented Apr 16, 2026

No description provided.

@labbott labbott marked this pull request as draft April 16, 2026 12:43
@sdonnan
Copy link
Copy Markdown
Contributor

sdonnan commented Apr 16, 2026

Windows test run:

PS E:\stuart\working\humility> git log -1 --oneline
02547623 (HEAD -> probe-rs-v0.31.0, origin/probe-rs-v0.31.0) WIP: hold my beer I want to update probe-rs

PS E:\stuart\working\humility> cargo run --release -- lsusb
    Finished `release` profile [optimized + debuginfo] target(s) in 0.65s
     Running `target\release\humility.exe lsusb`
humility: USB device scan, 2 successful and 6 failed
humility: --- successfully opened devices ---
humility: format: VID:PID:SERIAL, then manufacturer name, then product name
humility: 046d:c628:(serial unknown)    3Dconnexion     SpaceNavigator for Notebooks
humility: 38c6:0001:000000803b5a95305d5cc175fa18799758892acd4c504355    Oxide   CMSIS-DAP v1
humility: --- failures ---
humility: could not access 6 devices:
... snip ...

PS E:\stuart\working\humility> cargo run --release -- probe
    Finished `release` profile [optimized + debuginfo] target(s) in 0.64s
     Running `target\release\humility.exe probe`
humility: attached via CMSIS-DAP V2 IF: 4 DESC: Some(InterfaceAltSetting { interface_number: 4, alternate_setting: 0, num_endpoints: 2, class: 255, subclass: 0, protocol: 0, string_index: Some(9), endpoints: [Endpoint { address: 0x05, direction: Out, transfer_type: Bulk, max_packet_size: 512, packets_per_microframe: 1, interval: 0 }, Endpoint { address: 0x85, direction: In, transfer_type: Bulk, max_packet_size: 512, packets_per_microframe: 1, interval: 0 }] })
humility:        probe => OxLink (CMSIS-DAP), VID 38c6, PID 0001
humility: probe serial => 000000803b5a95305d5cc175fa18799758892acd4c504355
humility:         core => Cortex-M7
humility: manufacturer => STMicroelectronics
humility:         chip => STM32H7, revision 0x2003
humility:       status => executing, debug halt
humility:  debug units => CSTF(x2) CTI(x2) DWT ETM FPB ITM SCS SWO TMC TPIU
humility:         CSTF => 0x5c004000, 0x5c013000
humility:          CTI => 0x5c011000, 0xe0043000
humility:          DWT => 0xe0001000
humility:          ETM => 0xe0041000
humility:          FPB => 0xe0002000
humility:          ITM => 0xe0000000
humility:          SCS => 0xe000e000
humility:          SWO => 0x5c003000
humility:          TMC => 0x5c014000
humility:         TPIU => 0x5c015000
humility:           R0 => 0x24078900
humility:           R1 => 0x24078900
humility:           R2 => 0x0
humility:           R3 => 0x0
humility:           R4 => 0x0
humility:           R5 => 0x0
humility:           R6 => 0x0
humility:           R7 => 0x240788f8
humility:           R8 => 0x0
humility:           R9 => 0x0
humility:          R10 => 0x0
humility:          R11 => 0x0
humility:          R12 => 0x0
humility:           SP => 0x240788f8
humility:           LR => 0x805fd6f
humility:           PC => 0x805fd74
humility:          PSR => 0x61000000
humility:          MSP => 0x240003b0
humility:          PSP => 0x240788f8
humility:          SPR => 0x7000000

Seems happy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants