diff options
| -rw-r--r-- | cyw43-pio/CHANGELOG.md | 17 | ||||
| -rw-r--r-- | cyw43/CHANGELOG.md | 23 |
2 files changed, 40 insertions, 0 deletions
diff --git a/cyw43-pio/CHANGELOG.md b/cyw43-pio/CHANGELOG.md new file mode 100644 index 000000000..913f3515a --- /dev/null +++ b/cyw43-pio/CHANGELOG.md | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | # Changelog | ||
| 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 | ||
| 9 | |||
| 10 | ## 0.2.0 - 2024-08-05 | ||
| 11 | |||
| 12 | - Update to cyw43 0.2.0 | ||
| 13 | - Update to embassy-rp 0.2.0 | ||
| 14 | |||
| 15 | ## 0.1.0 - 2024-01-11 | ||
| 16 | |||
| 17 | - First release | ||
diff --git a/cyw43/CHANGELOG.md b/cyw43/CHANGELOG.md new file mode 100644 index 000000000..1859f7317 --- /dev/null +++ b/cyw43/CHANGELOG.md | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | # Changelog | ||
| 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 | ||
| 9 | |||
| 10 | ## 0.2.0 - 2024-08-05 | ||
| 11 | |||
| 12 | - Update to new versions of embassy-{time,sync} | ||
| 13 | - Add more fields to the BssInfo packet struct #2461 | ||
| 14 | - Extend the Scan API #2282 | ||
| 15 | - Reuse buf to reduce stack usage #2580 | ||
| 16 | - Add MAC address getter to cyw43 controller #2818 | ||
| 17 | - Add function to join WPA2 network with precomputed PSK. #2885 | ||
| 18 | - Add function to close soft AP. #3042 | ||
| 19 | - Fixing missing re-export #3211 | ||
| 20 | |||
| 21 | ## 0.1.0 - 2024-01-11 | ||
| 22 | |||
| 23 | - First release | ||
