mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
12 lines
314 B
TOML
12 lines
314 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/openocd-org/openocd/#building-openocd
|
|
[source]
|
|
tar = "https://sourceforge.net/projects/openocd/files/openocd/0.12.0/openocd-0.12.0.tar.bz2/download"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"jimtcl",
|
|
#"libusb",
|
|
#"libftdi",
|
|
]
|