diff options
| author | Siarhei B <[email protected]> | 2025-08-14 10:29:41 +0200 |
|---|---|---|
| committer | Siarhei B <[email protected]> | 2025-08-14 10:30:36 +0200 |
| commit | f84eb9a7eb2df85b2d0dc7a934f2568640ef6161 (patch) | |
| tree | efae0d5bf578254f073880c3881739d61d2b1e21 /embassy-mspm0 | |
| parent | b66fa9ae4a3f994a61bde0e49dac642aaeb8ed4f (diff) | |
embassy-mspm0: add changes to the CHANGELOG.md
Diffstat (limited to 'embassy-mspm0')
| -rw-r--r-- | embassy-mspm0/CHANGELOG.md | 10 |
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 | |||
| 3 | All notable changes to this project will be documented in this file. | ||
| 4 | |||
| 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
| 6 | and 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) | ||
