J. Nick Koston
|
8259fd29e3
|
Merge branch 'deep_sleep_fixes' into integration
|
2025-09-29 16:41:13 -05:00 |
|
J. Nick Koston
|
c2d9d66bb0
|
Remove C2 and H2 from component test matrix to avoid CI disk space issues
|
2025-09-29 14:39:56 -05:00 |
|
J. Nick Koston
|
d1e068cdc3
|
Merge remote-tracking branch 'upstream/dev' into deep_sleep_fixes
|
2025-09-29 14:39:08 -05:00 |
|
J. Nick Koston
|
b11a52fd1e
|
Remove C2 and H2 from component test matrix to avoid CI disk space issues
|
2025-09-29 14:38:54 -05:00 |
|
J. Nick Koston
|
26ab6291f1
|
Merge branch 'script_name' into integration
|
2025-09-29 14:05:36 -05:00 |
|
J. Nick Koston
|
c0ff48de17
|
fix
|
2025-09-29 14:05:27 -05:00 |
|
J. Nick Koston
|
7249f3d167
|
Merge branch 'script_name' into integration
|
2025-09-29 14:00:40 -05:00 |
|
J. Nick Koston
|
8ca9e2d015
|
[script] Reduce RAM usage by storing names in flash
|
2025-09-29 13:59:39 -05:00 |
|
J. Nick Koston
|
6a849a1d49
|
Merge branch 'esp8266_socket_overhead' into integration
|
2025-09-29 13:13:26 -05:00 |
|
J. Nick Koston
|
e23c97d9e9
|
Merge branch 'api_limits' into integration
|
2025-09-29 13:13:17 -05:00 |
|
J. Nick Koston
|
3560d6ca96
|
sane
|
2025-09-29 12:45:24 -05:00 |
|
J. Nick Koston
|
8b76b59a45
|
[socket] Reduce memory overhead for LWIP TCP accept queue on ESP8266/RP2040
|
2025-09-29 12:05:59 -05:00 |
|
J. Nick Koston
|
bb82496c12
|
limtis
|
2025-09-29 12:04:27 -05:00 |
|
J. Nick Koston
|
a888a72859
|
Merge branch 'api_size_limits' into integration
|
2025-09-29 10:01:54 -05:00 |
|
J. Nick Koston
|
6b83e55088
|
[api] Add message size limits to prevent memory exhaustion
|
2025-09-29 09:58:36 -05:00 |
|
Vladimir Makeev
|
29db576f79
|
[sim800l] Fixed ignoring incoming calls. (#10865)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-09-29 09:08:51 -04:00 |
|
J. Nick Koston
|
0246a8eb1d
|
[usb_host] Fix double-free crash with lock-free atomic pool allocation (#10926)
|
2025-09-29 14:48:51 +10:00 |
|
J. Nick Koston
|
a56d044d98
|
[api] Prevent API from overriding noise encryption keys set in YAML (#10927)
|
2025-09-28 22:42:58 -05:00 |
|
J. Nick Koston
|
7975f12d60
|
[esp32] deep sleep fixes to align with variant support
|
2025-09-28 22:31:27 -05:00 |
|
J. Nick Koston
|
7ead15c987
|
Merge branch 'guard_trq_allocation' into integration
|
2025-09-28 21:34:24 -05:00 |
|
J. Nick Koston
|
b8bbe91e67
|
switch to != per discord review comemnts
|
2025-09-28 21:33:35 -05:00 |
|
J. Nick Koston
|
9705663e62
|
no need to copy
|
2025-09-28 21:29:38 -05:00 |
|
J. Nick Koston
|
f6253d52b4
|
[esp32_ble_server] Conditionally compile BLE automation features to save memory (#10910)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-29 14:28:03 +13:00 |
|
J. Nick Koston
|
b74193e730
|
Merge branch 'guard_trq_allocation' into integration
|
2025-09-28 18:54:35 -05:00 |
|
J. Nick Koston
|
5334ddd9f0
|
Update esphome/components/usb_host/usb_host_client.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-28 18:54:14 -05:00 |
|
J. Nick Koston
|
f2ee0195de
|
fix retry
|
2025-09-28 18:53:31 -05:00 |
|
J. Nick Koston
|
f2e1e1d8cc
|
Merge branch 'guard_trq_allocation' into integration
|
2025-09-28 18:50:39 -05:00 |
|
J. Nick Koston
|
a37cd67bc3
|
add static assert to ensure we do not break it in the future
|
2025-09-28 18:49:53 -05:00 |
|
J. Nick Koston
|
ef09159e4a
|
Merge branch 'guard_trq_allocation' into integration
|
2025-09-28 18:44:16 -05:00 |
|
J. Nick Koston
|
73ce3d4ef6
|
reduce flash usag
|
2025-09-28 18:44:08 -05:00 |
|
J. Nick Koston
|
c37cd31706
|
Merge branch 'guard_trq_allocation' into integration
|
2025-09-28 18:43:02 -05:00 |
|
J. Nick Koston
|
d65b1fad67
|
fix underflow
|
2025-09-28 18:41:20 -05:00 |
|
J. Nick Koston
|
19186507bb
|
Merge branch 'guard_trq_allocation' into integration
|
2025-09-28 18:27:18 -05:00 |
|
J. Nick Koston
|
e07af13bef
|
[usb_host] Fix double-free crash with lock-free atomic pool allocation
|
2025-09-28 18:25:29 -05:00 |
|
Clyde Stubbs
|
77dff52183
|
[mipi_spi] Fix t-display-amoled (#10922)
|
2025-09-29 12:12:06 +13:00 |
|
J. Nick Koston
|
4b86f31b66
|
[core] Fix platform component normalization happening too late in validation pipeline (#10908)
|
2025-09-29 12:09:08 +13:00 |
|
J. Nick Koston
|
78655968df
|
[event_emitter] Replace unordered_map with vector - saves 2.6KB flash, 2.3x faster (#10900)
|
2025-09-29 12:07:13 +13:00 |
|
J. Nick Koston
|
ab79e596b5
|
[esp32_ble_server] Optimize notification and action managers for typical use cases (#10897)
|
2025-09-29 11:32:16 +13:00 |
|
J. Nick Koston
|
ef73ae2116
|
[esp32_ble_server] Replace HashMap with vector for services - saves 1KB flash, 26x faster (#10894)
|
2025-09-29 10:36:40 +13:00 |
|
J. Nick Koston
|
0111f725ff
|
[esp32_ble_tracker] Reduce gap_scan_result log verbosity to VV (#10917)
|
2025-09-29 10:34:32 +13:00 |
|
J. Nick Koston
|
34b4cb46f6
|
[esp32_improv] Make device name visible to passive BLE scanners (#10918)
|
2025-09-29 10:33:36 +13:00 |
|
J. Nick Koston
|
a2f833d665
|
[captive_portal] Add DNS server support for ESP-IDF framework (#10919)
|
2025-09-29 10:07:26 +13:00 |
|
Brandon Ibach
|
a7042687c1
|
[spi] fix SPI interface selection on ESP32-S2 and -S3 (#10732) (#10766)
|
2025-09-28 10:58:42 +00:00 |
|
Oliver Kleinecke
|
0d2d18c198
|
[usb_uart] Disable flow control on ch34x
|
2025-09-28 19:35:40 +10:00 |
|
Oliver Kleinecke
|
3f03e8c423
|
[usb_host][usb_uart] Allow on ESP32-P4 (#10815)
|
2025-09-28 07:15:18 +00:00 |
|
Keith Burzinski
|
9dd6be4061
|
[zwave_proxy, api] Add notification message when Z-Wave HomeID changes (#10860)
|
2025-09-27 17:50:18 -05:00 |
|
Jonathan Swoboda
|
2bf79a607f
|
[sx126x] Fix issues with variable length FSK packets (#10911)
|
2025-09-27 15:55:14 -04:00 |
|
J. Nick Koston
|
1e10ee8388
|
Merge branch 'make_captive_portal_captive' into integration
|
2025-09-27 13:59:27 -05:00 |
|
J. Nick Koston
|
ddd004985b
|
fix auto load
|
2025-09-27 13:52:49 -05:00 |
|
J. Nick Koston
|
f6cc548d19
|
fix auto load
|
2025-09-27 13:52:38 -05:00 |
|