John Boiles
John Boiles
This is the [documented way](https://github.com/espressif/arduino-esp32/blob/b2e67ca2785bf666f1715978bb51ebee8be62dab/docs/en/esp-idf_component.rst?plain=1#L257) to reference the `arduino-esp32` component. I believe you must reference it this way to use the [version in IDF component manager](https://components.espressif.com/components/espressif/arduino-esp32/versions/3.0.3). Similar PR for BusIO:...
This allows this library to be built from ESP-IDF. See also where this was done for [Adafruit-GFX-Library](https://github.com/adafruit/Adafruit-GFX-Library/pull/376)
This is the [documented way](https://github.com/espressif/arduino-esp32/blob/b2e67ca2785bf666f1715978bb51ebee8be62dab/docs/en/esp-idf_component.rst?plain=1#L257) to reference the `arduino-esp32` component. I believe you must reference it this way to use the [version in IDF component manager](https://components.espressif.com/components/espressif/arduino-esp32/versions/3.0.3).
This allows this library to be built from ESP-IDF. See also where this was done for [Adafruit-GFX-Library](https://github.com/adafruit/Adafruit-GFX-Library/pull/376)
I've got an ESP32-S3 + TinyUSB project that creates two CDC serial devices. On macOS and Linux these always enumerate in a consistent order, and thus I'm able to sort...
### What version of Music Assistant has the issue? 2.2.5 ### What version of the Home Assistant Integration have you got installed? 2024.9.1 ### Have you tried everything in the...
### What version of Music Assistant has the issue? 2.2.3 ### What version of the Home Assistant Integration have you got installed? 2024.8.1 ### Have you tried everything in the...
### 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...
Fixes #15996 This PR adds the TCM memory range to the `esp_ptr_internal` and `esp_ptr_byte_accessible` helper functions. ## Description `esp_ptr_internal` and `esp_ptr_byte_accessible` were not checking TCM memory when available. I believe...
# What does this implement/fix? This implements a SPDIF speaker. This is ported from [this PR](https://github.com/gnumpi/esphome_audio/pull/59) and is especially useful with the new `nabu_media_player` which can use any speaker as...