espressif / esp-adf

Espressif Audio Development Framework
Other
1.53k stars 672 forks source link

custom board (AUD-3358) #694

Closed tacrazymage closed 2 years ago

tacrazymage commented 2 years ago

are there any documents or guides for defining a custom board and it's peripherals? I just used https://github.com/espressif/esp-adf/tree/master/examples/get-started/play_mp3_control examples as my guide but I still stuck using gpio35 as my volup input key

HengYongChao commented 2 years ago

Hi @tacrazymage

You can chose the customer board in menuconfig and then the folder components/my_board will compile into the project.

Note that the code in folder components/my_board needs to be modified by the user. You can refer to the configuration of the official development board in $adf_path/components/audio_board folder.