añade openocd

This commit is contained in:
Fabián Montero 2022-04-09 20:37:55 -06:00
parent e04729580a
commit e2c1170bc6

View file

@ -2,6 +2,7 @@ pkgs: {
paths = with pkgs; [ paths = with pkgs; [
gcc-arm-embedded gcc-arm-embedded
gnumake gnumake
openocd
qemu qemu
]; ];
} }