Skip to content

[changelog] Add breaking change note about CPU frequency #5013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 26 commits into
base: current
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
22d62dc
Update template.rst
hwstar Nov 4, 2023
64a42f7
Update template.rst
hwstar Nov 4, 2023
77711c0
Update template.rst
hwstar Nov 4, 2023
1f84b62
Update index.rst
hwstar Nov 4, 2023
8c8bb6c
Update index.rst
hwstar Nov 4, 2023
a56c7d4
Merge branch 'current' into current
hwstar Nov 4, 2023
15f720b
Update index.rst
hwstar Nov 4, 2023
2903dcb
Update index.rst
hwstar Nov 4, 2023
be377c5
Merge branch 'current' of https://github.com/esphome/esphome-docs int…
clydebarrow Apr 11, 2024
5849fc4
Merge branch 'current' of https://github.com/esphome/esphome-docs int…
clydebarrow May 15, 2024
dc9f6d8
Merge branch 'current' of https://github.com/esphome/esphome-docs int…
clydebarrow May 28, 2024
61782ab
Merge branch 'current' of https://github.com/esphome/esphome-docs int…
clydebarrow May 31, 2024
0c76b62
Merge branch 'current' of https://github.com/esphome/esphome-docs int…
clydebarrow Oct 27, 2024
91d004d
* In search, clicking on excerpt text goes to the corresponding ancho…
clydebarrow Oct 28, 2024
ae18b5f
Merge branch 'current' of https://github.com/esphome/esphome-docs int…
clydebarrow May 24, 2025
6e4d9b4
Merge branch 'current' of https://github.com/esphome/esphome-docs int…
clydebarrow May 26, 2025
2bc254b
Merge branch 'current' of https://github.com/esphome/esphome-docs int…
clydebarrow May 30, 2025
15d4bf9
Merge branch 'current' of https://github.com/esphome/esphome-docs int…
clydebarrow Jun 4, 2025
be9e773
Merge branch 'current' of https://github.com/esphome/esphome-docs int…
clydebarrow Jun 10, 2025
5407cec
Merge branch 'current' of https://github.com/esphome/esphome-docs int…
clydebarrow Jun 19, 2025
e9e11bd
[changelog] Add breaking change note about CPU frequency
clydebarrow Jun 19, 2025
62f2a41
Merge branch 'current' of https://github.com/esphome/esphome-docs int…
clydebarrow Jul 1, 2025
9ea3ec0
Merge branch 'current' into ard-160
clydebarrow Jul 1, 2025
878ace5
Add paragraph for CPU frequency change
clydebarrow Jul 1, 2025
1f81d25
Merge branch 'ard-160' of https://github.com/clydebarrow/esphome-docs…
clydebarrow Jul 1, 2025
8ec4631
Merge branch 'current' of https://github.com/clydebarrow/esphome-docs…
clydebarrow Jul 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions changelog/2025.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ focus on three key areas:
These optimizations are part of an ongoing effort to make ESPHome more efficient and reliable. More performance
improvements are planned for future releases.

Arduino Platform Default CPU Frequency
---------------------------------------------

The default CPU frequency for ESP32 is now 160MHz for both ESP-IDF and Arduino (was 240MHz for Arduino). This can
be configured in the ``esp32`` block using the ``cpu_frequency`` option. See :doc:`/components/esp32`.

BME68x BSEC2 Arduino Independence
---------------------------------
Expand Down Expand Up @@ -217,6 +222,7 @@ Breaking Changes
- Optimize Component and Application state storage from uint32_t to uint8_t :esphomepr:`9082` by :ghuser:`bdraco` (breaking-change)
- Reduce entity memory usage by eliminating field shadowing and bit-packing :esphomepr:`9076` by :ghuser:`bdraco` (breaking-change)
- Optimize Application ``area_`` from ``std::string`` to ``const char*`` :esphomepr:`9085` by :ghuser:`bdraco` (breaking-change)
- The default CPU frequency for ESP32 is now 160MHz for both ESP-IDF and Arduino (was 240MHz for Arduino) :esphomepr:`8542` by :ghuser:`clydebarrow` (breaking-change)

Beta Changes
^^^^^^^^^^^^
Expand Down