~ruther/uni-mam-arm

ref: 91359abb1abbbf56f187591cc3b4b818fa64ffdf uni-mam-arm/arm02/manifest.scm -rw-r--r-- 268 bytes
91359abb — Rutherther feat(arm03): add debouncer timer for startstop button 1 year, 2 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"))))