Opened 10 years ago

Closed 10 years ago

#41205 closed enhancement (fixed)

openocd: Add ti-icdi support

Reported by: hardwhack Owned by: nerdling (Jeremy Lavergne)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: haspatch Cc:
Port: openocd

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Add variant to openocd port to add support for ti-icdi (Tiva and Stellaris Launchpads). Proposed change is to add:

variant ti description {TI-ICDI interface on Stellaris Launchpad} {
    configure.args-append --enable-ti-icdi
    depends_lib-append  port:libusb
}

to the end of the port file. It does not add any more dependencies as afar as I can tell and builds cleanly on my system (10.9).

Change History (3)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: haspatch added; ti-icdi stellaris tiva removed
Owner: changed from macports-tickets@… to snc@…
Priority: Not setNormal
Summary: Add ti-icdi support to openedopenocd: Add ti-icdi support

comment:2 Changed 10 years ago by nerdling (Jeremy Lavergne)

Status: newassigned

comment:3 Changed 10 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: assignedclosed

Added in r112971.

Note: See TracTickets for help on using tickets.