rgrr / yapicoprobe

Yet Another Picoprobe
124 stars 12 forks source link

Assigning Nicknames to Debug Probes #81

Closed rgrr closed 1 year ago

rgrr commented 1 year ago

see https://mcuoneclipse.com/2023/08/11/assigning-nicknames-to-debug-probes/

Should be no big thing: DAP_GetSerNumString() could return a config parameter

rgrr commented 1 year ago

hmmm, seems to be blocked by #39 because the old version does not access DAP_GetSerNumString()

Current result can be seen in https://github.com/rgrr/yapicoprobe/tree/feature/81-nicknames-for-debug-probes

rgrr commented 1 year ago

Not true, that this requires a higher CMSIS-DAP level, because pyOCD (at least) does not use DAP_GetSerNumString(). Instead it uses the USB serial number. Nevertheless: feature implemented, so close this.

rgrr commented 1 year ago

see #99