qemu_esp32
qemu_esp32 copied to clipboard
Question about ESP32 BT emulation
Hi, first of all, thanks for the really great project. I'm new to qemu and was wondering if the Bluetooth hardware part for ESP32 is implemented.
If not, would this require efforts in reverse engineering esp32 BT lib?
Regards
Hello, Wifi and BT is not implemented, and as you have noticed, https://github.com/Ebiroll/ghidra-xtensa makes it easy to load a BT compiled elf and look at the BT lib. I am looking at this but do not have not had enough time yet.