robin
robin
I'm using an esp32 and am trying to use the esp32/button example. I'm using the currently latest stable esp-idf and toolchain on MacOS 10.15.6. I've cloned the latest version of...
This PR is in response to issue #56. Using `-f` or `-F` requires the RP2040 to have enabled USB-CDC. As this isn't immediately obvious this PR adds a short reminder...
This PR aims to improve the makefiles of the example projects. The goal is to make the examples easier to understand, use and maintain. **Changes**: - Created a `tools.mk` file...
Running ```make menuconfig``` and subsequently ```make``` on this cloned repository using the latest esp-idf version (commit 39f090a) does not successfully build the project. The following include headers are deprecated: -...
### Answers checklist. - [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [X] I have updated my IDF branch (master or...