- Notifications
You must be signed in to change notification settings - Fork 88
Pull requests: dlbeer/mspdebug
Author
Uh oh!
There was an error while loading. Please reload this page.
Label
Uh oh!
There was an error while loading. Please reload this page.
Projects
Uh oh!
There was an error while loading. Please reload this page.
Milestones
Uh oh!
There was an error while loading. Please reload this page.
Reviews
Assignee
Assigned to nobodyLoading
Uh oh!
There was an error while loading. Please reload this page.
Sort
Pull requests list
Added support for the newer MSP-FET (2047:0014) in the --usb-list option
#136
opened Oct 31, 2025 by
BenjaminSoelbergContributorLoading…
drivers/fet_core.c: populate chip entry by detected CPU name
#125
opened May 25, 2023 by
maribuLoading…
Add info to README about libusb 0.1 vs 1.0 and libusb-compat
#120
opened Oct 14, 2022 by
GrantEdwardsLoading…
<reg[3] for special meaning.> <I new a project using IAR, and debug it with the IAR simulator. I modified the instruction byte code, and get strange assembles that are not documented. I draw a conclusion in my opinion, for the following instructions: [0 0 0 0 src 1 1 0 0 dst — MOVA Rsrc,Rdst], [0 0 0 0 src 1 1 0 1 dst — CMPA Rsrc,Rdst], [0 0 0 0 src 1 1 1 0 dst — ADDA Rsrc,Rdst], [0 0 0 0 src 1 1 1 1 dst — SUBA Rsrc,Rdst], when src is reg[3], it has special meanings. According to the oper, the Rsrc is MOVA: 0. CMPA: 0. ADDA: 2. SUBA: 2.>
#105
opened Jun 5, 2021 by
zhaoleicppLoading…
ProTip!
Filter pull requests by the default branch with base:master.