The ESP-IDF GNAT Runtime now enables Ada application development on the ESP32-S3. While native Ada tasking is not yet supported, this runtime allows you to leverage advanced Ada features directly within FreeRTOS tasks.
Key Features Supported:
- Exceptions and Controlled Types
- Secondary Stacks
- Simple protected objects
- Seamless integration into the ESP-IDF ecosystem
Quick Links:
- Runtime: GitHub - espidf_gnat_runtime (Provided as an ESP-IDF component)
- Template Project: Start here for a fast and smooth setup.
- Validation: Verified using ACATS test suites.