Page 1 of 1

ADF Master branch support ESP-IDF 5.4?

Posted: Wed Jun 04, 2025 1:46 am
by tpbedford
It seems ADF Master branch links to IDF 5.4 (from Dec 31st) as a submodule, so if we're looking to be using IDF 5.4 in a product (skipping 5.3) then we won't run into too much trouble with ADF Master instead of ADF v2.7?

Re: ADF Master branch support ESP-IDF 5.4?

Posted: Wed Jun 04, 2025 5:51 pm
by ahsrabrifat
You can use ADF master if your goal is to build on IDF 5.4 . You'll likely avoid more trouble than trying to force ADF v2.7 to work with IDF 5.4.

Re: ADF Master branch support ESP-IDF 5.4?

Posted: Fri Jun 13, 2025 6:39 am
by alex25
Using ADF master with IDF 5.4 is appropriate if:
You want to use IDF 5.4 in your product (and skip IDF 5.3).
You are okay with using the latest Audio Development Framework (ADF) features and updates that are being tested against IDF 5.4.
You are comfortable with potential instability or API changes that might occur on the master branch of ADF.

Re: ADF Master branch support ESP-IDF 5.4?

Posted: Tue Aug 05, 2025 4:04 am
by tpbedford
Using ADF master with IDF 5.4 is appropriate if:
You want to use IDF 5.4 in your product (and skip IDF 5.3).
You are okay with using the latest Audio Development Framework (ADF) features and updates that are being tested against IDF 5.4.
You are comfortable with potential instability or API changes that might occur on the master branch of ADF.
I've been running ADF against 5.4.1 successfully, but am keen to look at 5.5

The migration guide for ESP-IDF 5.4 to 5.5 seems to indicate this path is fairly minor. Any semi-official opinion on whether current ADF release would work with IDF 5.5?