Update 2025-06-23-draft.md

This commit is contained in:
Anne Barela 2025-06-19 15:24:21 -04:00 committed by GitHub
parent 14d91df554
commit 6fff7c7fdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ We're on [Discord](https://discord.gg/HYqvREz), [Twitter/X](https://twitter.com/
## Headline
[![CircuitPython 10.0.0-alpha.7](../assets/20250623/20250623-name.jpg)](https://blog.adafruit.com/2025/06/17/circuitpython-10-0-0-alpha-7-released/)
[![CircuitPython 10.0.0-alpha.7](../assets/20250623/20250623cp10.jpg)](https://blog.adafruit.com/2025/06/17/circuitpython-10-0-0-alpha-7-released/)
CircuitPython 10.0.0-alpha.7 is now out. It's an alpha release for 10.0.0. Further features, changes, and bug fixes will be added before the final release of 10.0.0. - [Adafruit Blog](https://blog.adafruit.com/2025/06/17/circuitpython-10-0-0-alpha-7-released/) and Release Notes - [GitHub](https://github.com/adafruit/circuitpython/releases/tag/10.0.0-alpha.7).
@ -48,9 +48,9 @@ CircuitPython 10.0.0-alpha.7 is now out. It's an alpha release for 10.0.0. Furth
- Update frozen modules
- Merge MicroPython v1.24.1
- Espressif:
- Expand firmware partition on non-USB boards
- Fix `pulseio.PulseIn` length limitation
- Initial impl of MicroROS
- Expand firmware partition on non-USB boards
- Fix `pulseio.PulseIn` length limitation
- Initial impl of MicroROS
- Nordic: reinit BLE properly after deep sleep
- Fixes from CPy 9.2.8 and later