qemu_esp32 icon indicating copy to clipboard operation
qemu_esp32 copied to clipboard

Question about ESP32 BT emulation

Open Matheus-Garbelini opened this issue 5 years ago • 1 comments

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

Matheus-Garbelini avatar Jun 30 '20 21:06 Matheus-Garbelini

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.

Ebiroll avatar Jul 01 '20 05:07 Ebiroll