ahhh.... thanks. I was triggering this bug and was not sure why it was not working for me.
So, what's the best way to solve this?
e.g: I want to depend on a certain component (e.g: "arduino") only if certain features gets enabled in Kconfig?
Search found 4 matches
- Wed Dec 15, 2021 8:58 pm
- Forum: ESP-IDF
- Topic: problem with CmakeLists.txt conditional configuration
- Replies: 7
- Views: 7181
- Sun Jan 13, 2019 6:47 pm
- Forum: ESP-IDF
- Topic: bluetooth classic HID example
- Replies: 1
- Views: 4410
Re: bluetooth classic HID example
self answer: Unfortunately I couldn't find any BL classic + HID example using the esp-idf stack. apparently it is not implemented yet. I tried using btstack is working fine for me. it includes some good bt classic HID example. But I would prefer to use esp-idf stack if possible. Does anyone know if/...
- Mon Dec 31, 2018 12:04 am
- Forum: ESP-IDF
- Topic: bluetooth classic HID example
- Replies: 1
- Views: 4410
bluetooth classic HID example
Hi, I'm want to connect existing Bluetooth Classic gamepads to the esp32. Something like playing a game inside the esp32 with an Android gamepad. Problem is I know very little about Bluetooth. I started with the esp-idf examples, but I couldn't find any BT classic HID example. I started reading the ...
- Fri Jan 06, 2017 3:45 pm
- Forum: Sample Code
- Topic: Simple Interrupt Handler
- Replies: 3
- Views: 16676
Re: Simple Interrupt Handler
thanks. is gpio_pad_select_gpio() needed if you use the "driver" API? it seems that gpio_pad_select_gpio() belongs to the "rom" API and I guess it is needed if you use that set of APIs. BTW, why what's the difference between the "driver" and the "rom" APIs ? Which one should we use ? Also, were you ...