Bug 610980

Summary: Review Request: mspdebug - Debugger and gdb proxy for MSP430 MCUs
Product: [Fedora] Fedora Reporter: Till Maas <opensource>
Component: Package ReviewAssignee: Rob Gilton <rob>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora-package-review, notting, opensource, redhat.bugzilla, rob
Target Milestone: ---Flags: rob: fedora-review+
kevin: fedora-cvs+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: mspdebug-0.10-2.fc14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-26 01:01:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Till Maas 2010-07-02 22:57:30 UTC
Spec URL: http://till.fedorapeople.org/review/mspdebug.spec
SRPM URL: http://till.fedorapeople.org/review/mspdebug-0.9-2.0.20100702git74a11c1a.fc12.src.rpm
Description:
A a free debugger for use with MSP430 MCUs. It supports FET430UIF,
eZ430, RF2500 and TI Chronos devices. It can be used as a proxy for
gdb or as an independent debugger with support for programming,
disassembly and reverse engineering.

Comment 1 Till Maas 2010-07-02 22:59:04 UTC
rpmlint only complains about not knowing gdb. I just noticed the typo in the first sentence of the description, I will fix it if other issues come up or before building it in Fedora if it is ok for the reviewer.

Comment 2 Rob Gilton 2010-07-02 23:49:05 UTC
Hi Till,

Why are you shipping the git version, rather than the release?

Cheers,

Rob

Comment 3 Till Maas 2010-07-03 00:04:24 UTC
(In reply to comment #2)

> Why are you shipping the git version, rather than the release?

The git repo contains all the patches I need to use it with a MSP-Fet430UIF to debug TelosB motes.

Comment 4 Rob Gilton 2010-07-06 11:56:08 UTC
We should include the udev rule to enable the UIF and EZ430 to act as a serial device:

SUBSYSTEM=="usb", ACTION=="add", ATTR{product}=="MSP-FET430UIF JTAG Tool", \
  ATTR{bNumConfigurations}=="2", ATTR{bConfigurationValue}="2"

Cheers,
Rob

Comment 5 Till Maas 2010-07-08 12:48:37 UTC
(In reply to comment #4)

> SUBSYSTEM=="usb", ACTION=="add", ATTR{product}=="MSP-FET430UIF JTAG Tool", \
>   ATTR{bNumConfigurations}=="2", ATTR{bConfigurationValue}="2"

This seems not to be needed for the Fedora kernel. I believe I read somewhere that it was only required for older kernels.

Comment 6 Rob Gilton 2010-08-05 16:16:41 UTC
Yes, it appears you're completely correct.  I've just tried a FET430 without the udev rule and it worked fine :)

Comment 7 Rob Gilton 2010-08-05 16:34:30 UTC
I've just realised I can review this...  took a while for that to sink it, sorry!

Comment 8 Rob Gilton 2010-08-05 16:37:44 UTC
Here's my review :)  (Took me a while for it to sink in that I could review it!)

% rpmlint mspdebug.spec
mspdebug.spec: W: invalid-url Source0: mspdebug-0.9git74a11c1a.tar.bz2
0 packages and 1 specfiles checked; 0 errors, 1 warnings.

Will be fixed by bumping up to 0.10, as this should contain those patches that you wanted.  Everything else looks good to me.  So I'll accept and then we can do the bump after import.

(ACCEPT :)

Comment 9 Till Maas 2010-08-06 13:42:31 UTC
Thank you for the review, I'll bump it to 0.10 before import.

New Package SCM Request
=======================
Package Name: mspdebug
Short Description: Debugger and gdb proxy for MSP430 MCUs
Owners: till rspanton
Branches: f12 f13 f14
InitialCC:

Comment 10 Kevin Fenzi 2010-08-07 19:01:02 UTC
Git done (by process-git-requests).

Comment 11 Fedora Update System 2010-08-17 12:16:04 UTC
mspdebug-0.10-1.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/mspdebug-0.10-1.fc13

Comment 12 Fedora Update System 2010-08-17 15:34:58 UTC
mspdebug-0.10-1.fc14 has been submitted as an update for Fedora 14.
http://admin.fedoraproject.org/updates/mspdebug-0.10-1.fc14

Comment 13 Fedora Update System 2010-08-17 15:35:04 UTC
mspdebug-0.10-1.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/mspdebug-0.10-1.fc12

Comment 14 Fedora Update System 2010-08-17 19:36:40 UTC
mspdebug-0.10-1.fc14 has been pushed to the Fedora 14 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update mspdebug'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/mspdebug-0.10-1.fc14

Comment 15 Fedora Update System 2010-08-19 18:29:43 UTC
mspdebug-0.10-2.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/mspdebug-0.10-2.fc12

Comment 16 Fedora Update System 2010-08-19 18:31:10 UTC
mspdebug-0.10-2.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/mspdebug-0.10-2.fc13

Comment 17 Fedora Update System 2010-08-19 18:41:30 UTC
mspdebug-0.10-2.fc14 has been submitted as an update for Fedora 14.
http://admin.fedoraproject.org/updates/mspdebug-0.10-2.fc14

Comment 18 Fedora Update System 2010-08-26 01:01:30 UTC
mspdebug-0.10-2.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 19 Fedora Update System 2010-08-31 06:33:17 UTC
mspdebug-0.10-2.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 20 Fedora Update System 2010-09-01 05:47:30 UTC
mspdebug-0.10-2.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.