aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-mspm0/CHANGELOG.md')
-rw-r--r--embassy-mspm0/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/embassy-mspm0/CHANGELOG.md b/embassy-mspm0/CHANGELOG.md
new file mode 100644
index 000000000..7c22b2f28
--- /dev/null
+++ b/embassy-mspm0/CHANGELOG.md
@@ -0,0 +1,10 @@
1# Changelog for embassy-mspm0
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## Unreleased - ReleaseDate
9
10- feat: Add I2C Controller (blocking & async) + examples for mspm0l1306, mspm0g3507 (tested MCUs) (#4435)