aboutsummaryrefslogtreecommitdiff
path: root/gnu/bootloader/depthcharge.scm
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2021-12-16 20:22:07 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2021-12-16 21:31:45 +0100
commitd2af1df65f453ff81567eb2c49d908c0a2032329 (patch)
tree9594f534e85c053197cfe81dfe76b0283f6eee4b /gnu/bootloader/depthcharge.scm
parentc4f4fd8f16a5d3605547e2a5208a36c3c4de1a27 (diff)
downloadguix-d2af1df65f453ff81567eb2c49d908c0a2032329.tar.gz
guix-d2af1df65f453ff81567eb2c49d908c0a2032329.zip
gnu: openocd: Explicitly enable all the programmers.
* gnu/packages/embedded.scm (openocd)[arguments]<#:configure-flags>: Add "enable" flags for rshim, ft232r, xds110, cmsis-dap-v2, nulink, kitprog, jtag_dpi, bcm2835gpio, imx_gpio, ep93xx, at91rm9200, sysfsgpio, xlnx-pcie-xvc.
Diffstat (limited to 'gnu/bootloader/depthcharge.scm')
0 files changed, 0 insertions, 0 deletions
m-contents, narinfo-contents) (differing-files, report-differing-files): New procedures. (summarize-report): Add #:report-differences and call it. (show-help, %options): Add "--diff". (%default-options): Add 'difference-report' key. (report-differing-files): Parameterize CURRENT-TERMINAL-COLUMNS and pass #:report-differences to 'summarize-report'. * guix/tests/http.scm (%local-url): Add optional argument. (call-with-http-server): Fix docstring typo. * tests/challenge.scm (query-path-size, make-narinfo): New procedures. ("differing-files"): New test. * doc/guix.texi (Invoking guix challenge): Document "--diff". Ludovic Courtès