Search found 4 matches

by awegel
Fri Mar 29, 2024 11:35 pm
Forum: ESP-IDF
Topic: Bluetooth options disappeared from menuconfig
Replies: 6
Views: 2645

Re: Bluetooth options disappeared from menuconfig

Hi Thats odd. Main "component" does not need to use REQUIRES in CMakeLists.txt at all and is assuming all components are available. Other components, which should REQUIRES or PRIV_REQUIRES just fail to build, but you still should see all options in menuconfig available for current target, because ma...
by awegel
Fri Mar 29, 2024 8:14 am
Forum: ESP-IDF
Topic: Bluetooth options disappeared from menuconfig
Replies: 6
Views: 2645

Re: Bluetooth options disappeared from menuconfig

Hi Thats odd. Main "component" does not need to use REQUIRES in CMakeLists.txt at all and is assuming all components are available. Other components, which should REQUIRES or PRIV_REQUIRES just fail to build, but you still should see all options in menuconfig available for current target, because ma...
by awegel
Thu Mar 28, 2024 9:52 am
Forum: ESP-IDF
Topic: Bluetooth options disappeared from menuconfig
Replies: 6
Views: 2645

Re: Bluetooth options disappeared from menuconfig

Thanks for the responses, i found the reason now:
Stupid me used a CMakeLists.txt in this project version where the COMPONENTS list didn't include "bt".

I didn't expect that this would lead to bluetooth options missing from the menuconfig though...

Cheers
by awegel
Wed Mar 27, 2024 12:17 pm
Forum: ESP-IDF
Topic: Bluetooth options disappeared from menuconfig
Replies: 6
Views: 2645

Bluetooth options disappeared from menuconfig

Hello Suddenly all the bluetooth options are missing when I use "idf.py menuconfig". They are still there when creating a new project, but in my existing projects they're just gone. Even when searching in menuconfig (using "/"), they can't be found ("BT" does find some SOC capability options, but th...