Skip to content

rowsail/AdaXtensa-RTS

Repository files navigation

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 https://github.com/rowsail/AdaExtensa-RTS.git
    cd AdaExtensa-RTS
    alr toolchain --select gnat_xtensa_esp32_elf gprbuild
    alr build
    

About

Runtime system for Ada on an Xtensa processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages