aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiarhei B <[email protected]>2025-08-14 10:29:41 +0200
committerSiarhei B <[email protected]>2025-08-14 10:30:36 +0200
commitf84eb9a7eb2df85b2d0dc7a934f2568640ef6161 (patch)
treeefae0d5bf578254f073880c3881739d61d2b1e21
parentb66fa9ae4a3f994a61bde0e49dac642aaeb8ed4f (diff)
embassy-mspm0: add changes to the 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)