failing mcuboot poc

This commit is contained in:
Jeremy Janella
2026-05-16 23:17:22 -04:00
parent ce11d9bc0f
commit 6f163e1250
854 changed files with 129260 additions and 2 deletions
+5
View File
@@ -24,11 +24,16 @@
"arm-zephyr-eabi"
];
})
# zephyr.west
zephyr.pythonEnv
# Use zephyr.hosttools-nix to use nixpkgs built tooling instead of official Zephyr binaries
zephyr.hosttools
pkgs.cmake
pkgs.ninja
pkgs.python3Packages.jsonschema
pkgs.python3Packages.click
pkgs.pyocd
pkgs.mcuboot-imgtool
];
};