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

e42b08d54a1a6b36b8f2898ec1a0cef308e44dd7 — Rutherther 9 months ago fb2c7ec
chore: clangd
2 files changed, 8 insertions(+), 2 deletions(-)

M .envrc
M manifest.scm
M .envrc => .envrc +3 -0
@@ 1,1 1,4 @@
use guix

# This is for clangd to work, it doesn't respect CROSS_C_INCLUDE_PATH.
export C_INCLUDE_PATH=$CROSS_C_INCLUDE_PAT

M manifest.scm => manifest.scm +5 -2
@@ 9,7 9,7 @@

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

    "openocd"


@@ 17,4 17,7 @@

    "make"

    "man-db"))))
    "man-db"

    "bear"
    "clang"))))