espressif / esp-adf

Espressif Audio Development Framework
Other
1.54k stars 677 forks source link

No Audio HAL option in "idf.py menuconfig" (AUD-5209) #1153

Closed n0th1n6 closed 2 months ago

n0th1n6 commented 7 months ago

Environment

Problem Description

When running idf.py menuconfig there is no Audio HAL option in the menu.

Expected Behavior

Audio HAL option is present

Actual Behavior

No Audio HAL option in the menu

Steps to Reproduce

  1. install ESP-ADF's current release
  2. run install.bat then export.bat for ADF.
  3. Did the same for the IDF using the IDF that comes with ESP-ADF
  4. idf.py set-target esp32
  5. idf.py menuconfig

// If possible, attach a picture of your setup/wiring here.

Screenshot 2024-02-18 155717

Code to Reproduce This Issue

// the code should be wrapped in the ```cpp tag so that it will be displayed better.
#include "esp_log.h"

void app_main()
{

}

// If your code is longer than 30 lines, GIST is preferred.

Debug Logs

Debug log goes here. It should contain the backtrace, as well as the reset source if it is a crash.
Please copy the plaintext here for us to search the error log. Or attach the complete logs and leave the main part here if the log is *too* long.

Other Items If Possible

TempoTian commented 7 months ago

Please provide your top level CMakeLists.txt, seems that you forget to include ADF in it.

include($ENV{ADF_PATH}/CMakeLists.txt)
jason-mao commented 2 months ago

This topic has become inactive so I'm going to close the issue. Please reopen this if you have any questions or need any further assistance.