All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed shield.io badge paths
- Add first version of the
esp32c-rt
crate - Include build script for regular and for
direct-boot
mode (configurable via the featuredirect-boot
, which is enabled by default) - Include memory layout for ESP32-C3 with feature
esp32-c3
which is enabled by default - Compared to
riscv-rt
, removed support for all architectures other thanrv32imc
as these are not necessary in this context