-
Notifications
You must be signed in to change notification settings - Fork 2k
Add note about checking Debug Probe firmware version #4171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Would it be worth saying 2.x.y is shown as 2.xy in the lsusb output to avoid potential confusion? |
Thanks, done 👍 |
documentation/asciidoc/microcontrollers/debug-probe/updating-firmware.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/microcontrollers/debug-probe/updating-firmware.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/microcontrollers/debug-probe/updating-firmware.adoc
Outdated
Show resolved
Hide resolved
|
||
[NOTE] | ||
-- | ||
The `Info : CMSIS-DAP: FW Version = 2.0.0` line reported by `openocd` only refers to the CMSIS-DAP protocol level (which is different to the Debug Probe firmware version). To check the firmware version of your Debug Probe, run: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The `Info : CMSIS-DAP: FW Version = 2.0.0` line reported by `openocd` only refers to the CMSIS-DAP protocol level (which is different to the Debug Probe firmware version). To check the firmware version of your Debug Probe, run: | |
The `Info : CMSIS-DAP: FW Version = 2.0.0` line reported by `openocd` only refers to the `CMSIS-DAP` protocol level (which is different to the Debug Probe firmware version). To check the firmware version of your Debug Probe, run: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure that CMSIS-DAP needs to be put in backticks? https://arm-software.github.io/CMSIS_5/DAP/html/index.html just uses it as a regular word.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backticks are typically added for literal identifiers (like a protocol name or configuration option) that might appear in code or logs. I put it in backticks because it's the name of a protocol, but you could also make the argument that you're describing the protocol more generally if you really want to remove the backticks.
…irmware.adoc Co-authored-by: Jeunese <[email protected]>
ping @P33M