summaryrefslogtreecommitdiffstats
path: root/manifest.scm
blob: c32eb446ef4791e76af89619072e0ba627069632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(use-modules (gnu packages embedded)
	     (rustup build toolchain))

(concatenate-manifests
 (list (packages->manifest
	(list (rustup #:targets (list "thumbv6m-none-eabi"))
	      (make-arm-none-eabi-toolchain-7-2018-q2-update)
	      (make-gdb-arm-none-eabi)))
       (specifications->manifest
	(list "gcc-toolchain"
	      "minicom"
	      "rust-analyzer"
	      "emacs"
	      "emacs-rust-mode"
	      "emacs-dap-mode"
	      "emacs-flycheck-rust"))))