Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
3 tasks
n0th1n6 opened this issue Feb 18, 2024 · 2 comments
Closed
3 tasks

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

n0th1n6 opened this issue Feb 18, 2024 · 2 comments

Comments

@n0th1n6
Copy link

n0th1n6 commented Feb 18, 2024

Environment

  • Audio development kit: ESP32-LyraT
  • Audio kit version (for ESP32-LyraT/ESP32-LyraT-Mini/ESP32-S3-Korvo-2): v4
  • [Required] Module or chip used: ESP32-WROVER-E
  • [Required] IDF version (run git describe --tags in $IDF_PATH folder to find it): v4.4.4-278-g3c8bc2213c
    // v4.4-191-g83daa6dabb
  • [Required] ADF version (run git describe --tags in $ADF_PATH folder to find it): v2.6-76-gf1cd5b6a
    // v2.3-171-gaac5912
  • Build system: [Make|CMake|idf.py]
  • [Required] Running log: All logs from power-on to problem recurrence
  • Compiler version (run xtensa-esp32-elf-gcc --version in your project folder to find it): xtensa-esp32-elf-gcc (crosstool-NG esp-2021r2-patch5) 8.4.0
    // 1.22.0-80-g6c4433a
  • Operating system: Windows
  • (Windows only) Environment type: ESP Command Prompt
  • Using an IDE?: No
  • Power supply: USB

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

  • sdkconfig file (Attach the sdkconfig file from your project folder)
  • elf file in the build folder (Note this may contain all the code details and symbols of your project.)
  • coredump (This provides stacks of tasks.)
@github-actions github-actions bot changed the title No Audio HAL option in "idf.py menuconfig" No Audio HAL option in "idf.py menuconfig" (AUD-5209) Feb 18, 2024
@TempoTian
Copy link
Contributor

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

include($ENV{ADF_PATH}/CMakeLists.txt)

@jason-mao
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants