Merge branch 'next' into lvgl-next-doc

This commit is contained in:
H. Árkosi Róbert 2024-05-09 15:41:06 +02:00 committed by GitHub
commit 03e4c48852
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -49,6 +49,9 @@ Beta Changes
- [ethernet] Use constexpr instead of inline define for KSZ80XX_PC2R_REG_ADDR :esphomepr:`6705` by :ghuser:`jesserockz`
- Add PHY register writes to enable external clock on Ethernet with RTL8201 :esphomepr:`6704` by :ghuser:`heythisisnate`
- Bump recommended ESP-IDF to 4.4.7 :esphomepr:`6703` by :ghuser:`bdraco`
- [core] Ensure that a generated ID name is distinct from its type. :esphomepr:`6706` by :ghuser:`clydebarrow`
- [color] Fix crash when hex color parses as int, improve error reporting. :esphomepr:`6707` by :ghuser:`clydebarrow`
- [github] Fix digest artifact name :esphomepr:`6710` by :ghuser:`jesserockz`
All changes
^^^^^^^^^^^
@ -186,6 +189,9 @@ All changes
- [ethernet] Use constexpr instead of inline define for KSZ80XX_PC2R_REG_ADDR :esphomepr:`6705` by :ghuser:`jesserockz`
- Add PHY register writes to enable external clock on Ethernet with RTL8201 :esphomepr:`6704` by :ghuser:`heythisisnate`
- Bump recommended ESP-IDF to 4.4.7 :esphomepr:`6703` by :ghuser:`bdraco`
- [core] Ensure that a generated ID name is distinct from its type. :esphomepr:`6706` by :ghuser:`clydebarrow`
- [color] Fix crash when hex color parses as int, improve error reporting. :esphomepr:`6707` by :ghuser:`clydebarrow`
- [github] Fix digest artifact name :esphomepr:`6710` by :ghuser:`jesserockz`
Past Changelogs
---------------

View File

@ -259,6 +259,7 @@ Contributors
- `Chris Feenstra (@cfeenstra1024) <https://github.com/cfeenstra1024>`__
- `Filipe Mendonça (@cfilipem) <https://github.com/cfilipem>`__
- `cg089 (@cg089) <https://github.com/cg089>`__
- `chbmuc (@chbmuc) <https://github.com/chbmuc>`__
- `Audric Schiltknecht (@chemicalstorm) <https://github.com/chemicalstorm>`__
- `Charles Johnson (@ChemicalXandco) <https://github.com/ChemicalXandco>`__
- `chiahsing (@chiahsing) <https://github.com/chiahsing>`__
@ -591,6 +592,7 @@ Contributors
- `HengYongChao (@HengYongChao) <https://github.com/HengYongChao>`__
- `Hermann Kraus (@herm) <https://github.com/herm>`__
- `Herr Frei (@herrfrei) <https://github.com/herrfrei>`__
- `Nate Clark (@heythisisnate) <https://github.com/heythisisnate>`__
- `highground88 (@highground88) <https://github.com/highground88>`__
- `hindenbugbite (@hindenbugbite) <https://github.com/hindenbugbite>`__
- `Hobby Components (@HobbyComponents) <https://github.com/HobbyComponents>`__