Open dudanov opened 2 years ago
Although in this case, the functionality of the external_components
component is more suitable than the libraries
option of the root component.
This looks promising, but have you been able to get it to work?
I'm trying
esp32:
variant: esp32s3
board: lolin_s3_mini
framework:
type: esp-idf
version: latest
...
components:
- name: esp_tinyusb
source: github://espressif/esp-usb
- name: tinyusb
source: github://espressif/tinyusb
and it doesn't appear to have any effect....
Describe the problem you have/What new integration you would like
Option to use native
esp-idf
components inESPHome
project.Please describe your use case for this integration and alternatives you've tried:
I need to use native
esp-idf
components, but there is no such possibility yet. It would be nice if there was an option likelibraries
that either copied the components specified in YAML to the project's optionalcomponents
folder in build directory, or used theEXTRA_COMPONENT_DIRS
option in the rootCMakeLists.txt
file. These 2 ways are currently supported byPlatformio
.Additional context