mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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.
This commit is contained in:
parent
c4f4fd8f16
commit
d2af1df65f
1 changed files with 4 additions and 1 deletions
|
@ -601,7 +601,10 @@ (define-public openocd
|
|||
"parport" "aice" "cmsis-dap" "dummy" "jtag_vpi"
|
||||
"remote-bitbang" "rlink" "stlink" "ti-icdi" "ulink"
|
||||
"usbprog" "vsllink" "usb-blaster-2" "usb_blaster"
|
||||
"presto" "openjtag")))
|
||||
"presto" "openjtag" "rshim" "ft232r" "xds110"
|
||||
"cmsis-dap-v2" "nulink" "kitprog" "jtag_dpi"
|
||||
"bcm2835gpio" "imx_gpio" "ep93xx" "at91rm9200"
|
||||
"sysfsgpio" "xlnx-pcie-xvc")))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'bootstrap
|
||||
|
|
Loading…
Reference in a new issue