ESP-IDF: Difference between revisions

imported>CrazedProgrammer
m Remove empty line below header and add link to Espressif/esp-idf repository
imported>Wirew0rm
Add the cryptography python package which is required by ESP-IDF
Line 71: Line 71:
   buildInputs = with pkgs; [
   buildInputs = with pkgs; [
     gawk gperf gettext automake bison flex texinfo help2man libtool autoconf ncurses5
     gawk gperf gettext automake bison flex texinfo help2man libtool autoconf ncurses5
     (python2.withPackages (ppkgs: with ppkgs; [ pyserial future ]))
     (python2.withPackages (ppkgs: with ppkgs; [ pyserial future cryptography ]))
     (pkgs.callPackage ~/esp/esp32-toolchain.nix {})
     (pkgs.callPackage ~/esp/esp32-toolchain.nix {})
   ];
   ];