~ruther/stm32h747i-disco-usb-image-viewer

ref: 6e7520f062e4d13939a9b9bb25a850d758626d1f stm32h747i-disco-usb-image-viewer/manifest.scm -rw-r--r-- 268 bytes
6e7520f0 — Rutherther chore: direnv guix 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(use-modules
 (gnu packages embedded))

(concatenate-manifests
 (list
  (packages->manifest
   (list
    (make-gdb-arm-none-eabi)))

  (specifications->manifest
   (list
    "arm-none-eabi-toolchain"
    "gdb"

    "openocd"
    "stlink"

    "make"

    "man-db"))))
Do not follow this link