nixpkgs-esp-dev icon indicating copy to clipboard operation
nixpkgs-esp-dev copied to clipboard

Nix flake and overlay for ESP8266 and ESP32 development.

Results 35 nixpkgs-esp-dev issues
Sort by recently updated
recently updated
newest added

@mirrexagon: I'd like to reporting that `nix-shell shells/esp32-idf.nix` does not seem to work Steps performed: ```shell git clone https://github.com/mirrexagon/nixpkgs-esp-dev.git cd nixpkgs-esp-dev nix-shell shells/esp32-idf.nix ``` Output: ```shell The Package 'pathlib' (build:...

Hi, i am getting the following error when trying to run: `nix-shell esp32c3-idf.nix`. ` ` `sh building '/nix/store/lcqycb7r7d8288p1gdz3qznm5a80p1pc-py-eval-result.drv'... Traceback (most recent call last): File "", line 2, in File "/nix/store/da07biz6d62383s4ykbssysdalxqq3xj-python3.9-packaging-21.3/lib/python3.9/site-packages/packaging/version.py",...

Running `idf.py --version` complains that Git can't get the version. ``` $ idf.py --version fatal: not a git repository: '/nix/store/zxyj5pafs2v9dbc1ij30zxg00cyi20a9-esp-idf-v4.3.1/.git' WARNING: Git version unavailable, reading from source ESP-IDF v4.3.1 ```...

enhancement

Hi. It's a minor change but I thought it'd better if it gets updated to 5.1.3 before 5.2 is merged. Last couple of weeks I got into quite a few...

I'm running a develop shell directly from the flake ref as in the readme, but when I try to run an idf.py command, I get an error: ``` $ idf.py...

This version has major changes with a compiler bump in the gcc fork from 12 to 13. I am not able to make it pass the nix checks and fail...

If version.txt is missing some part of the cmake toolchain tries to read refs/heads/fetchgit in the idf repo which failed. This is not a perfect solution, but works nicely when...

Hello, I am trying to get this working with CLion and PlatformIO. Sadly I do not know a lot about this yet but learning quick. When CLion tries to make...

#24 points out that since #23 changed from using mach-nix to dynamically read the requirements file to manually packaging and including the necessary Python packages, overriding the ESP-IDF version (see...

The IDF vscode debugger still depends on Python 2.7: https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/DEBUGGING.md#use-the-esp-idf-debug-adapter Unfortunately, building for 2.7 is a pain on Nix in general an using mach-nix specifically.