1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 08:41:59 +00:00
Commit Graph

20298 Commits

Author SHA1 Message Date
J. Nick Koston
35a26b5b3d Merge branch 'str_sprintf' into integration 2026-01-14 15:48:29 -10:00
J. Nick Koston
06c619b2e0 [ci] Soft-deprecate str_sprintf/str_snprintf to prevent hidden heap allocations 2026-01-14 15:48:22 -10:00
J. Nick Koston
71c922bb60 [ci] Soft-deprecate str_sprintf/str_snprintf to prevent hidden heap allocations 2026-01-14 15:46:09 -10:00
J. Nick Koston
7bf6f48b75 Merge branch 'esp32_hosted_str_sprintf' into integration 2026-01-14 15:39:51 -10:00
J. Nick Koston
abba6e6db5 [esp32_hosted] Use stack buffer instead of str_sprintf for version string 2026-01-14 15:39:21 -10:00
J. Nick Koston
4473d35a0f Merge branch 'tormatic' into integration 2026-01-14 15:37:03 -10:00
J. Nick Koston
9cbee92589 [tormatic] Use stack buffers instead of str_sprintf in debug methods 2026-01-14 15:36:35 -10:00
J. Nick Koston
bc15349c59 Merge branch 'gdk101_heap_fix' into integration 2026-01-14 15:32:22 -10:00
J. Nick Koston
62eba4fa30 [gdk101] Use stack buffer to eliminate heap allocation for firmware version 2026-01-14 15:31:48 -10:00
J. Nick Koston
b2ddba7013 Merge branch 'statsd_stack' into integration 2026-01-14 15:29:13 -10:00
J. Nick Koston
0ea5d7abff [statsd] Use direct appends and stack buffer instead of str_sprintf 2026-01-14 15:27:04 -10:00
J. Nick Koston
03f3deff41 [lvgl] Use stack buffer for event code formatting, document justified str_sprintf usage (#13220)
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
2026-01-15 01:24:42 +00:00
J. Nick Koston
15ae96b7fe Merge branch 'sml_sprintf' into integration 2026-01-14 15:21:02 -10:00
J. Nick Koston
fc4f1ab094 [sml] Use stack buffers instead of str_sprintf 2026-01-14 15:20:33 -10:00
J. Nick Koston
bebb8f1ebd Merge branch 'modbus_string' into integration 2026-01-14 15:16:51 -10:00
J. Nick Koston
a50654ef4d [modbus_controller] Use stack buffers instead of str_sprintf/str_snprintf 2026-01-14 15:13:54 -10:00
J. Nick Koston
6d63f764e9 Merge branch 'lvgl_str_sprintf' into integration 2026-01-14 15:09:46 -10:00
J. Nick Koston
167eb24a63 [lvgl] Use stack buffer for event code formatting, document justified str_sprintf usage 2026-01-14 15:08:51 -10:00
J. Nick Koston
994ebac243 Merge branch 'dfrobot_sen0395' into integration 2026-01-14 14:54:17 -10:00
J. Nick Koston
bee4940947 Merge branch 'ezo_stack_format' into integration 2026-01-14 14:54:10 -10:00
J. Nick Koston
f5495e9d93 fix 2026-01-14 14:52:57 -10:00
J. Nick Koston
ce8e5b1a6b [dfrobot_sen0395] Reduce heap allocations in command building 2026-01-14 14:51:10 -10:00
J. Nick Koston
147d2aa384 Update esphome/components/ezo/ezo.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-14 14:50:54 -10:00
J. Nick Koston
6c02ca7900 Update esphome/components/ezo/ezo.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-14 14:50:42 -10:00
J. Nick Koston
fc18617e6a Merge branch 'ezo_stack_format' into integration 2026-01-14 14:46:22 -10:00
J. Nick Koston
63bff589c3 Merge branch 'cse7766_stack_debug' into integration 2026-01-14 14:46:16 -10:00
J. Nick Koston
e13743a9c3 tidy 2026-01-14 14:45:55 -10:00
J. Nick Koston
0515225437 [ezo] Replace str_sprintf with stack-based formatting 2026-01-14 14:44:29 -10:00
J. Nick Koston
3248722b9c Merge branch 'cse7766_stack_debug' into integration 2026-01-14 14:31:45 -10:00
J. Nick Koston
d3d96afbba tweak 2026-01-14 14:30:07 -10:00
J. Nick Koston
f5317a58be Merge branch 'cse7766_stack_debug' into integration 2026-01-14 14:05:53 -10:00
J. Nick Koston
6e77182523 [cse7766] Use stack buffer for verbose debug logging 2026-01-14 14:04:28 -10:00
J. Nick Koston
85beae1292 Merge branch 'mqtt_formatting' into integration 2026-01-14 14:00:24 -10:00
J. Nick Koston
ea18159f3a Merge branch 'zephyr_prefs' into integration 2026-01-14 14:00:20 -10:00
J. Nick Koston
77fa1f1261 tweak comment 2026-01-14 13:59:36 -10:00
J. Nick Koston
2182d1e9f0 [mqtt] Use stack buffers for discovery message formatting 2026-01-14 13:57:45 -10:00
J. Nick Koston
79d3dbd374 Merge branch 'zephyr_prefs' into integration 2026-01-14 13:51:55 -10:00
J. Nick Koston
6b5fea9be9 [zephyr] Avoid heap allocation in preferences key formatting 2026-01-14 13:51:29 -10:00
J. Nick Koston
c663626000 Merge branch 'resize_to_erase_end' into integration 2026-01-14 13:38:48 -10:00
J. Nick Koston
d3c2ecdf68 erase is faster 2026-01-14 13:32:21 -10:00
J. Nick Koston
2cf58c2ef9 Merge branch 'libretiny_mapping' into integration 2026-01-14 13:21:27 -10:00
J. Nick Koston
20e28724a2 [analyze_memory] Fix ELF section mapping for RTL87xx and LN882X platforms 2026-01-14 13:20:12 -10:00
J. Nick Koston
4ecdc80164 [analyze_memory] Fix ELF section mapping for RTL87xx and LN882X platforms 2026-01-14 13:19:55 -10:00
J. Nick Koston
0b9a8d3302 Merge branch 'fix_filter' into integration 2026-01-14 12:47:52 -10:00
J. Nick Koston
12f7519f7f Merge remote-tracking branch 'upstream/dev' into integration 2026-01-14 12:46:10 -10:00
dependabot[bot]
f1e5d3a39a Bump resvg-py from 0.2.5 to 0.2.6 (#13211)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-14 10:40:26 -10:00
J. Nick Koston
e351c65c93 [core] Fix platform subcomponents not filtering source files 2026-01-14 07:30:56 -10:00
J. Nick Koston
ea4e714f62 [core] Fix platform subcomponents not filtering source files 2026-01-14 07:24:54 -10:00
Jonathan Swoboda
2f6863230d Merge branch 'beta' into dev 2026-01-14 10:52:28 -05:00
Jonathan Swoboda
0de91e6648 Merge pull request #13206 from esphome/bump-2026.1.0b1
2026.1.0b1
2026.1.0b1
2026-01-14 10:52:13 -05:00