https://github.com/espressif/esp-toolchain-docs
Repository with documentation related to toolchains and debuggers maintained by Espressif
https://github.com/espressif/esp-toolchain-docs
docs gcc openocd toolchain
Last synced: 8 months ago
JSON representation
Repository with documentation related to toolchains and debuggers maintained by Espressif
- Host: GitHub
- URL: https://github.com/espressif/esp-toolchain-docs
- Owner: espressif
- Created: 2023-04-17T15:25:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T09:10:14.000Z (11 months ago)
- Last Synced: 2025-01-23T00:51:52.372Z (9 months ago)
- Topics: docs, gcc, openocd, toolchain
- Homepage:
- Size: 161 KB
- Stars: 14
- Watchers: 9
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp-toolchain-docs
This repository collects documentation about ESP toolchains features that are not related to ESP-IDF.
## QEMU
- [Espressif QEMU fork documentation](qemu/README.md)
## GCC toolchain
- [Build ELF file to run it on QEMU or load via OpenOCD](gcc/build-and-run-native-app.md)
## Clang toolchain
- [Build ESP-IDF application](clang/esp-idf-app-clang-build.md)
- [Build Clang Toolchain](https://github.com/espressif/esp-llvm-embedded-toolchain/blob/master/docs/building-from-source.md#espressif-toolchain-specifics)
- [Build demo project for testing GLOW Ahead Of Time (AOT) compiled executable bundles](clang/glow-image-file-server.md)