Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1 KB

README.md

File metadata and controls

29 lines (22 loc) · 1 KB

Ada Xtensa ESP Light Runtime

Provides Ada light runtime support for the Xtensa ESP family of SOC devices.

Project Status and Release Notes (alpha)

Project is in alpha stage

  • Runtime source files have been copied from gnat_xtensa_esp32_elf toolchain into new Alire crate
  • Alire has been properly configured for building
  • Successful crate build
  • Linker errors

Requirements

  • Alire 2.0.1 or higher
  • gnat_xtensa_esp32_elf 14.2.1 or higher

Instructions

Alire and toolchain installation

  1. If not already installed, install Alire using one of the two methods below:

  2. Issue the following commands in your terminal:

    git clone [email protected]:Joebeazelman/light_xtensa_esp.git
    cd light_xtensa_esp
    alr build