~ruther/stm32-templates

35f77c5f540aea46db420319034f8700bdc54c31 — Rutherther 6 months ago
Initial commit
3 files changed, 23 insertions(+), 0 deletions(-)

A .envrc
A .gitignore
A manifest.scm
A  => .envrc +1 -0
@@ 1,1 @@
use guix

A  => .gitignore +2 -0
@@ 1,2 @@
obj/
bin/
\ No newline at end of file

A  => manifest.scm +20 -0
@@ 1,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