Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2025.6.0 source code.tar.gz | 2025-06-18 | 4.1 MB | |
2025.6.0 source code.zip | 2025-06-18 | 7.1 MB | |
README.md | 2025-06-18 | 36.8 kB | |
Totals: 3 Items | 11.3 MB | 0 |
Full list of changes
New Components
- Add CUBIC CM1106 Single Beam NDIR CO2 Sensor Module [#8293] by @andrewjswan (new-integration)
- [usb_uart] Implement USB Host mode UART [#8334] by @clydebarrow (new-integration)
- Add es8388 audio_dac [#8342] by @P4uLT (new-integration)
- [lc709203f] Add battery monitor [#8037] by @ilikecake (new-integration)
- [esp_ldo] Implement support for ESP32-P4 LDO [#9009] by @clydebarrow (new-integration)
- Add OpenThread support on ESP-IDF [#7506] by @mrene (new-integration)
Breaking Changes
- update minimal python version to 3.10 [#8850] by @ximex (breaking-change)
- Add LWIP optimization options to reduce flash usage [#8946] by @bdraco (breaking-change)
- Replace API deferred queue with efficient message batching system [#9012] by @bdraco (breaking-change)
- Optimize Component and Application state storage from uint32_t to uint8_t [#9082] by @bdraco (breaking-change)
- Reduce entity memory usage by eliminating field shadowing and bit-packing [#9076] by @bdraco (breaking-change)
- Optimize Application
area_
fromstd::string
toconst char*
[#9085] by @bdraco (breaking-change)