Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

Repository with documentation related to toolchains and debuggers maintained by Espressif

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)