| name | bzd-espressif |
| description | How to build/test esp32/esp32s3/etc targets in the bzd monorepo. |
| compatibility | opencode |
Hardware & Silicon Documentation
Software Frameworks & API References
- ESP-IDF (Official C/C++ Framework): ESP-IDF Programming Guide — The comprehensive API reference for the official Espressif IoT Development Framework.
- ESP-IDF (Official Rust Framework): ESP-IDF Rust
QEMU
Commands
Useful commands to build, run, debug esp32 targets.
./tools/bazel run //rust/esp32 --config=esp32
./tools/bazel run //rust/esp32 --config=esp32s3
./tools/bazel run //rust/esp32 --config=esp32 --config=gdb --config=dev
killall qemu-system-xtensa