Commit Graph
21189 Commits
Author SHA1 Message Date
J. Nick Koston e0c772a243 Merge branch 'http_request_reduce_alloc' into integration 2026-01-28 10:55:29 -10:00
J. Nick Koston a883b3fdec Merge branch 'chunked_fix_again_comments' into integration 2026-01-28 10:51:42 -10:00
J. Nick Koston 3f9d6e39a9 add comment here as well 2026-01-28 10:51:29 -10:00
J. Nick Koston 4e67898073 improve comment 2026-01-28 06:45:14 -10:00
J. Nick Koston 0c868cbcc5 adjust comments, cases were reversed as I had the wrong file open 2026-01-28 06:38:01 -10:00
J. Nick Koston e8ea90cb13 fix comment 2026-01-28 06:31:52 -10:00
J. Nick Koston 93c6414c8b Merge branch 'esp8266_scan_failed_fix' into integration 2026-01-28 06:17:35 -10:00
J. Nick Koston b6023023ee Merge branch 'compact_string_wifi' into integration 2026-01-28 06:17:32 -10:00
J. Nick Koston 2b5d212644 [wifi] Fix ESP8266 yield panic when WiFi scan fails 2026-01-28 06:12:27 -10:00
J. Nick Koston a3c2248b44 Merge upstream/dev into compact_string_wifi 2026-01-28 05:51:28 -10:00
tomaszduda23andJonathan Swoboda 3bd6ec4ec7 [nrf52,zigbee] Time synchronization (#12236)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
2026-01-28 15:51:17 +00:00
J. Nick Koston b203b8cee7 Merge branch 'runtime_stats_no_heap' into integration 2026-01-28 05:42:38 -10:00
J. Nick Koston 258e57ff17 cleanups 2026-01-28 05:42:25 -10:00
J. Nick KostonandCopilot 051604f284 [wifi] Filter scan results to only store matching networks (#13409)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-28 05:37:05 -10:00
J. Nick Koston 3744186c3d [http_request] Fix empty body for chunked transfer encoding responses 2026-01-28 05:02:24 -10:00
Dan Schafer 10dfd95ff2 [esp32] Add pin definitions for adafruit_feather_esp32s3_reversetft (#13273) 2026-01-28 09:50:19 -05:00
J. Nick Koston ba6e050c91 [http_request] Reduce heap allocations in update check by parsing JSON directly from buffer 2026-01-28 00:02:32 -10:00
J. Nick Koston 07746d1724 Merge branch 'runtime_stats_no_heap' into integration 2026-01-27 23:54:44 -10:00
J. Nick Koston 9d25e385d9 [runtime_stats] Eliminate heap churn by using stack-allocated buffer for sorting 2026-01-27 23:54:08 -10:00
J. Nick Koston 04019c7eca Merge remote-tracking branch 'upstream/dev' into integration 2026-01-27 22:26:17 -10:00
Hypothalamus 22e0a8ce2e [hub75] Add Huidu HD-WF1 board configuration (#13341) 2026-01-27 20:10:49 -10:00
J. Nick Koston b4f63fd992 [core] Add LOG_ENTITY_ICON/DEVICE_CLASS/UNIT_OF_MEASUREMENT macros (#13578) 2026-01-28 05:11:30 +00:00
tomaszduda23andJonathan Swoboda ded835ab63 [nrf52] Move toolchain to platform (#13498)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
2026-01-28 04:51:18 +00:00
J. Nick Koston 73a249c075 [esp32] Default to CMN certificate bundle, saving ~51KB flash (#13574) 2026-01-28 04:02:01 +00:00
J. Nick Koston 3b4c3a5046 Merge branch 'logging_cleanup' into integration 2026-01-27 17:37:38 -10:00
J. Nick Koston 3841c8e651 fix tag 2026-01-27 17:37:14 -10:00
J. Nick Koston d3ec76b55c fix tag 2026-01-27 17:36:58 -10:00
J. Nick Koston fe6f27c526 [text_sensor] Use in-place mutation for filters to reduce heap allocations (#13475) 2026-01-27 17:33:46 -10:00
J. Nick Koston 911f9bfa26 Merge branch 'logging_cleanup' into integration 2026-01-27 17:32:24 -10:00
J. Nick Koston 3d789f9ccc tweak 2026-01-27 17:29:02 -10:00
J. Nick Koston cd80ceacfc macro 2026-01-27 17:23:53 -10:00
J. Nick Koston f73c539ea7 [web_server] Add RP2040 platform support (#13576) 2026-01-27 17:18:31 -10:00
J. Nick Koston 0b7d2699f3 Merge branch 'logging_cleanup' into integration 2026-01-27 17:04:36 -10:00
J. Nick Koston f2092df3bc [core] Consolidate entity dump_config logging into shared helpers 2026-01-27 17:04:08 -10:00
Edward Firmoandpre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> f87aa384d0 [nextion] Fix alternative code path for dump_device_info (#13566)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-01-27 16:31:00 -10:00
J. Nick Koston f9687a2a31 [web_server_idf] Replace heap-allocated url() with stack-based url_to() (#13407) 2026-01-28 14:02:19 +13:00
J. Nick Koston 8d8a728bd9 Merge branch 'rp2040_web_server_only_no_cap' into integration 2026-01-27 14:46:02 -10:00
J. Nick Koston 8c59b45a3c compile test 2026-01-27 14:45:16 -10:00
J. Nick Koston 7458f64f15 [web_server] Add RP2040 platform support 2026-01-27 14:41:05 -10:00
J. Nick Koston 429cc11948 Merge branch 'reduce_certs_to_expected_usage' into integration 2026-01-27 12:43:08 -10:00
J. Nick Koston 4598205c88 tweaks 2026-01-27 10:23:25 -10:00
J. Nick Koston 856f54667c fixes 2026-01-27 10:09:49 -10:00
J. Nick Koston 3e1a5a06f5 [esp32] Default to CMN certificate bundle to save ~35KB flash 2026-01-27 10:01:59 -10:00
Stuart ParmenterandClaude f084d320fc [hub75] Update esp-hub75 to 0.3.2 (#13572)
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-27 09:24:13 -10:00
esphomebotandpre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> f93382445e Update webserver local assets to 20260127-190637 (#13573)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-01-27 19:21:26 +00:00
J. Nick Koston 6e2887dacb Merge remote-tracking branch 'upstream/dev' into integration 2026-01-27 09:19:05 -10:00
J. Nick Koston 463363a08d [web_server] Add name_id to SSE for entity ID format migration (#13535) 2026-01-27 09:08:46 -10:00
J. Nick Koston a0790f926e [libretiny] Regenerate boards for v1.11.0 (#13539) 2026-01-28 07:59:01 +13:00
J. Nick Koston d569f577a1 Merge remote-tracking branch 'upstream/dev' into integration 2026-01-27 08:56:44 -10:00
J. Nick Koston ca59ab8f37 [esp32] Eliminate dead exception class code via linker wraps (#13564) 2026-01-27 07:47:34 -10:00