Changes between Initial Version and Version 1 of Ticket #41205


Ignore:
Timestamp:
Nov 5, 2013, 6:56:15 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41205

    • Property Priority changed from Not set to Normal
    • Property Keywords haspatch added; ti-icdi stellaris tiva removed
    • Property Owner changed from macports-tickets@… to snc@…
    • Property Summary changed from Add ti-icdi support to opened to openocd: Add ti-icdi support
  • Ticket #41205 – Description

    initial v1  
    11Add variant to openocd port to add support for ti-icdi (Tiva and Stellaris Launchpads). Proposed change is to add:
    22
     3{{{
    34variant ti description {TI-ICDI interface on Stellaris Launchpad} {
    45    configure.args-append --enable-ti-icdi
    56    depends_lib-append  port:libusb
    67}
     8}}}
    79
    810to 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).