J. Nick Koston
|
76758addf7
|
Merge branch 'ard_debug_no_heap' into integration
|
2026-01-19 17:50:18 -10:00 |
|
J. Nick Koston
|
4d37ddb778
|
Merge branch 'dev' into ard_debug_no_heap
|
2026-01-19 17:39:34 -10:00 |
|
J. Nick Koston
|
ea70faf642
|
[debug] Use shared buf_append_printf helper from core (#13260)
|
2026-01-19 17:38:56 -10:00 |
|
J. Nick Koston
|
5d7b38b261
|
[ezo_pmp] Replace sprintf with bounds-checked snprintf (#13304)
|
2026-01-19 17:38:22 -10:00 |
|
J. Nick Koston
|
e88093ca60
|
[am43][lightwaverf][rf_bridge][spi_led_strip] Replace sprintf with safe alternatives (#13302)
|
2026-01-19 17:38:08 -10:00 |
|
J. Nick Koston
|
b48d4ab785
|
[mqtt] Reduce heap allocations in publish path (#13372)
|
2026-01-19 17:37:54 -10:00 |
|
J. Nick Koston
|
8ade9dfc10
|
[shtcx] Use LogString for type to_string to save RAM on ESP8266 (#13370)
|
2026-01-19 17:37:33 -10:00 |
|
J. Nick Koston
|
4e0e7796de
|
[mqtt] Remove unnecessary defer in ESP8266 on_message callback (#13373)
|
2026-01-19 17:37:19 -10:00 |
|
J. Nick Koston
|
62b6c9bf7c
|
[esp32_ble] Deprecate ESPBTUUID::to_string() in favor of heap-free to_str() (#13376)
|
2026-01-19 17:37:03 -10:00 |
|
J. Nick Koston
|
b5fe271d6b
|
[sprinkler] Disable loops when idle to reduce CPU overhead (#13381)
|
2026-01-19 17:36:47 -10:00 |
|
J. Nick Koston
|
5d787e2512
|
[sprinkler] Eliminate std::string heap allocations (#13379)
|
2026-01-19 17:35:58 -10:00 |
|
J. Nick Koston
|
8998ef0bc3
|
[network] Deprecate IPAddress::str() in favor of heap-free str_to() (#13378)
|
2026-01-19 17:35:32 -10:00 |
|
J. Nick Koston
|
8ec31dd769
|
[voice_assistant] Deprecate Timer::to_string() in favor of heap-free to_str() (#13377)
|
2026-01-19 17:35:19 -10:00 |
|
J. Nick Koston
|
0193464f92
|
[dsmr] Avoid std::string allocation for decryption key (#13375)
|
2026-01-19 17:34:49 -10:00 |
|
J. Nick Koston
|
af2f1f3ec9
|
Merge branch 'sprinker_loops_reduce' into integration
|
2026-01-19 16:07:48 -10:00 |
|
J. Nick Koston
|
acdd0d85b1
|
[sprinkler] Disable loops when idle to reduce CPU overhead
|
2026-01-19 16:05:37 -10:00 |
|
J. Nick Koston
|
4d82fd3019
|
bot comments
|
2026-01-19 15:30:24 -10:00 |
|
J. Nick Koston
|
99fecf9c75
|
Merge branch 'sprinker_followup_cleanups' into integration
|
2026-01-19 15:28:28 -10:00 |
|
J. Nick Koston
|
916d802a9e
|
[sprinkler] Eliminate std::string heap allocations
|
2026-01-19 15:26:57 -10:00 |
|
J. Nick Koston
|
dd851509a5
|
[sprinkler] Eliminate std::string heap allocations
|
2026-01-19 15:23:49 -10:00 |
|
J. Nick Koston
|
27ea65ae7c
|
Merge branch 'ipaddress_small_string_no_heap' into integration
|
2026-01-19 15:16:59 -10:00 |
|
J. Nick Koston
|
077517b0b3
|
[network] Deprecate IPAddress::str() in favor of heap-free str_to()
|
2026-01-19 15:16:12 -10:00 |
|
J. Nick Koston
|
4af1afa852
|
Merge branch 'sprintf_group_2' into integration
|
2026-01-19 15:13:07 -10:00 |
|
J. Nick Koston
|
61f9dff8ab
|
Merge remote-tracking branch 'upstream/sprintf_group_2' into sprintf_group_2
|
2026-01-19 15:11:34 -10:00 |
|
J. Nick Koston
|
8f4ca0c6d2
|
simplify
|
2026-01-19 15:11:21 -10:00 |
|
J. Nick Koston
|
365bd036d2
|
Merge branch 'dev' into sprintf_group_2
|
2026-01-19 15:10:32 -10:00 |
|
J. Nick Koston
|
a80e6a6467
|
Merge branch 'voice_assist_to_string' into integration
|
2026-01-19 15:04:44 -10:00 |
|
J. Nick Koston
|
ff61248224
|
[voice_assistant] Deprecate Timer::to_string() in favor of heap-free to_str()
|
2026-01-19 15:03:45 -10:00 |
|
J. Nick Koston
|
1e233d1443
|
Merge branch 'ESPBTUUID_to_string' into integration
|
2026-01-19 14:56:37 -10:00 |
|
J. Nick Koston
|
bff4276697
|
[esp32_ble] Deprecate ESPBTUUID::to_string() in favor of heap-free to_str()
|
2026-01-19 14:55:34 -10:00 |
|
J. Nick Koston
|
6fdba73576
|
Merge branch 'dsmr_store_key_rodata' into integration
|
2026-01-19 14:49:48 -10:00 |
|
J. Nick Koston
|
cc3a16a8bf
|
tweak
|
2026-01-19 14:47:31 -10:00 |
|
J. Nick Koston
|
2be26ee6b0
|
Merge branch 'dsmr_store_key_rodata' into integration
|
2026-01-19 14:39:21 -10:00 |
|
J. Nick Koston
|
fe7038cd37
|
[dsmr] Avoid std::string allocation for decryption key
|
2026-01-19 14:38:08 -10:00 |
|
J. Nick Koston
|
01783e0c61
|
Merge branch 'mqtt_less_alloc' into integration
|
2026-01-19 14:27:29 -10:00 |
|
J. Nick Koston
|
fcebfe6f48
|
cleanup
|
2026-01-19 14:26:19 -10:00 |
|
J. Nick Koston
|
2c10ebe16a
|
tweaks
|
2026-01-19 14:24:57 -10:00 |
|
J. Nick Koston
|
0eb30f4c1d
|
Merge branch 'mqtt_defer_8266' into integration
|
2026-01-19 14:19:17 -10:00 |
|
J. Nick Koston
|
f89c082bd3
|
[mqtt] Remove unnecessary defer in ESP8266 on_message callback
|
2026-01-19 14:18:11 -10:00 |
|
J. Nick Koston
|
98db7c3757
|
Merge branch 'mqtt_less_alloc' into integration
|
2026-01-19 14:14:27 -10:00 |
|
J. Nick Koston
|
2970d3d54f
|
[mqtt] Reduce heap allocations in publish path
|
2026-01-19 14:05:32 -10:00 |
|
J. Nick Koston
|
38e7dd5f29
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2026-01-19 12:48:51 -10:00 |
|
Jonathan Swoboda
|
1996bc425f
|
[core] Fix state leakage and module caching when processing multiple configurations (#13368)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-19 14:46:24 -05:00 |
|
Clyde Stubbs
|
a0d3d54d69
|
[mipi_spi] Add variants of ESP32-2432S028 displays (#13340)
|
2026-01-20 05:13:36 +11:00 |
|
J. Nick Koston
|
ee264d0fd4
|
[anova] Replace sprintf with bounds-checked alternatives (#13303)
|
2026-01-18 23:57:42 -10:00 |
|
J. Nick Koston
|
892e9b006f
|
[api] Use MAX_STATE_LEN constant for Home Assistant state buffer (#13278)
|
2026-01-18 23:57:27 -10:00 |
|
J. Nick Koston
|
5f88ab80f4
|
Merge branch 'set_time_string_literals' into integration
|
2026-01-18 23:29:14 -10:00 |
|
J. Nick Koston
|
48e7e7aeb3
|
hdr
|
2026-01-18 23:18:38 -10:00 |
|
J. Nick Koston
|
54a4d60f5d
|
[datetime] Add const char * overloads for string parsing to avoid heap allocation
|
2026-01-18 23:09:24 -10:00 |
|
J. Nick Koston
|
d41980d0d2
|
[datetime] Add const char * overloads for string parsing to avoid heap allocation
|
2026-01-18 23:06:17 -10:00 |
|