~ruther/stm32-templates

ref: 154bbce9f0b1d033cd3c1422932ff79b456cd367 stm32-templates/manifest.scm -rw-r--r-- 268 bytes
154bbce9 — Rutherther feat: add support for stm32f446 6 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