All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
v0.3.0 - 2021-08-12
- Basic I2C Support
- Fix compilication errors around the
const_fn
feature. - Bumped
xtensa-lx
,xtensa-lx-rt
&esp32
to support newer compilers.
v0.2.0 - 2020-09-23
- Replace
xtenxa-lx6
withxtensa-lx
, a silicon agnostic crate for the runtime and peripheral access of xtensa CPU's.
- Update alloc to support the new
alloc_ref
nightly changes. - Clean up examples
v0.1.0 - 2020-09-15
- Initial release