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...
Simply added support for the new 2024.2 release. It builds and installs on my MacOS 15.1.1 M4. Additionally I've got it to install and run Vitis by installing the dependencies...