Page MenuHomeFreeBSD

devel/openocd: Add option for remote-bitbang driver
ClosedPublic

Authored by jbo on Jul 14 2024, 5:20 PM.
Tags
None
Referenced Files
F109358432: D45975.diff
Tue, Feb 4, 12:46 AM
Unknown Object (File)
Mon, Jan 27, 9:23 AM
Unknown Object (File)
Sun, Jan 26, 12:24 PM
Unknown Object (File)
Tue, Jan 21, 12:04 AM
Unknown Object (File)
Dec 3 2024, 4:39 AM
Unknown Object (File)
Nov 8 2024, 3:14 PM
Unknown Object (File)
Nov 3 2024, 1:34 PM
Unknown Object (File)
Nov 2 2024, 1:09 PM
Subscribers
None

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 58639
Build 55527: arc lint + arc unit

Event Timeline

jbo requested review of this revision.Jul 14 2024, 5:20 PM
jbo created this revision.

This looks sane to me.

Something to think about for the future is whether that DESC is really helpful ..

This revision is now accepted and ready to land.Jul 14 2024, 7:04 PM

Something to think about for the future is whether that DESC is really helpful ..

That was already thought about in the past :p
The rationale here is that the option is inside the adapters group (which has it's own description). The "full" option description therefore becomes:

Hardware adapters/programmers/debuggers support  -->  Remote bitbanging driver

Hence, this option enables the bitbanging driver for adapters/programmers/debuggers.

If this is not "good enough", I am of course more than happy to do better in the future :)