7 rustPlatform.buildRustPackage rec {
8 pname = "esp-generate";
11 src = fetchFromGitHub {
13 repo = "esp-generate";
15 hash = "sha256-o8b30xCkHWdfGhI+8KXVj1U8xJtt7YsRcKBL6FxUVW8=";
18 useFetchCargoVendor = true;
19 cargoHash = "sha256-eTXSVeFzlQHBPWPRgt//uvtsPal4KeD2Rk7Sevkx/LE=";
22 description = "Template generation tool to create no_std applications targeting Espressif's chips";
23 homepage = "https://github.com/esp-rs/esp-generate";
24 license = with lib.licenses; [
28 maintainers = [ lib.maintainers.eymeric ];