J. Nick Koston
|
60e59b98d5
|
Merge branch 'esp32_ble_tracker_core_data' into integration
|
2025-10-13 18:29:03 -10:00 |
|
J. Nick Koston
|
18d5fd160a
|
[i2s_audio] Refactor to use CORE.data instead of module-level globals
|
2025-10-13 18:11:34 -10:00 |
|
J. Nick Koston
|
dd0699305e
|
[esp32_ble] Refactor to use CORE.data instead of module-level globals
|
2025-10-13 18:08:52 -10:00 |
|
J. Nick Koston
|
5bdd6dac97
|
[esp32_ble_tracker] Refactor to use CORE.data instead of module-level globals
|
2025-10-13 18:02:28 -10:00 |
|
J. Nick Koston
|
4c688a4b00
|
[network] Optimize get_use_address() to return const reference instead of a copy (#11218)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-14 03:54:33 +00:00 |
|
J. Nick Koston
|
7629309e76
|
Merge branch 'clear_scan_result_done' into integration
|
2025-10-13 17:49:47 -10:00 |
|
J. Nick Koston
|
5c30c1b691
|
core.data
|
2025-10-13 17:49:07 -10:00 |
|
J. Nick Koston
|
8a15c18066
|
[bluetooth_proxy] Use FixedVector for GATT characteristics and descriptors (#11214)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-14 16:05:13 +13:00 |
|
J. Nick Koston
|
f54db515bc
|
Merge branch 'get_use_address' into integration
|
2025-10-13 16:50:58 -10:00 |
|
J. Nick Koston
|
5bb69a968c
|
[esp32_ble] Replace handler vectors with StaticVector for 560B-2KB memory savings (#11200)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-14 15:33:33 +13:00 |
|
J. Nick Koston
|
c5076e69f0
|
host platform
|
2025-10-13 15:52:00 -10:00 |
|
J. Nick Koston
|
9f9abd2259
|
Merge branch 'get_use_address' into integration
|
2025-10-13 15:41:47 -10:00 |
|
J. Nick Koston
|
6b8d5be528
|
Update esphome/components/network/util.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-13 15:41:17 -10:00 |
|
J. Nick Koston
|
7c02f2f10a
|
[socket] Split LWIP socket classes to reduce memory overhead on ESP8266/RP2040 (#11172)
|
2025-10-14 14:00:49 +13:00 |
|
J. Nick Koston
|
84d42aeeaf
|
Merge branch 'fixed_vector_wifi' into integration
|
2025-10-13 14:51:18 -10:00 |
|
J. Nick Koston
|
fa830cfd39
|
fix
|
2025-10-13 14:50:55 -10:00 |
|
J. Nick Koston
|
e9766603b7
|
Merge branch 'get_use_address' into integration
|
2025-10-13 14:39:02 -10:00 |
|
J. Nick Koston
|
2881f32b08
|
[network] Optimize get_use_address() to return const reference instead of copy
|
2025-10-13 14:37:10 -10:00 |
|
J. Nick Koston
|
10724f411b
|
[network] Optimize get_use_address() to return const reference instead of copy
|
2025-10-13 14:32:17 -10:00 |
|
J. Nick Koston
|
9d04878a0c
|
Merge branch 'fixed_vector_wifi' into integration
|
2025-10-13 14:20:17 -10:00 |
|
J. Nick Koston
|
5a11a2e5b2
|
Merge branch 'fixed_vector_bluetooth_services' into integration
|
2025-10-13 14:20:12 -10:00 |
|
J. Nick Koston
|
7b5a86e4df
|
fixes
|
2025-10-13 14:15:37 -10:00 |
|
J. Nick Koston
|
ce46f16308
|
merge
|
2025-10-13 14:05:19 -10:00 |
|
J. Nick Koston
|
d5234e3357
|
merge
|
2025-10-13 14:04:39 -10:00 |
|
J. Nick Koston
|
ddf6e0a7b6
|
revert
|
2025-10-13 14:04:15 -10:00 |
|
J. Nick Koston
|
fbef9b1264
|
revert
|
2025-10-13 14:03:59 -10:00 |
|
J. Nick Koston
|
3fd9c42d82
|
Merge branch 'wifi_fixed_vector' into fixed_vector_wifi
|
2025-10-13 14:02:41 -10:00 |
|
J. Nick Koston
|
3847e8aa73
|
Merge remote-tracking branch 'upstream/dev' into fixed_vector_bluetooth_services
|
2025-10-13 13:25:58 -10:00 |
|
J. Nick Koston
|
494ffb8c48
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2025-10-13 11:41:35 -10:00 |
|
J. Nick Koston
|
6372099df3
|
[http_request] Pass parameters by const reference to reduce flash usage (#11184)
|
2025-10-14 09:53:11 +13:00 |
|
J. Nick Koston
|
8d8fcfeda2
|
[core] Add make_name_with_suffix helper to optimize string concatenation (#11176)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-14 09:39:38 +13:00 |
|
J. Nick Koston
|
c10f68ef0c
|
[mdns] Conditionally store services to reduce RAM usage by 200-464 bytes (#11180)
|
2025-10-14 07:24:57 +13:00 |
|
J. Nick Koston
|
bcc424afed
|
[web_server] Reduce code duplication in JSON generation with helper functions (#11117)
|
2025-10-14 07:21:19 +13:00 |
|
J. Nick Koston
|
be2c859df3
|
[web_server] Consolidate duplicate client connection checks (saves 288 bytes of flash) (#11116)
|
2025-10-14 07:01:47 +13:00 |
|
J. Nick Koston
|
dd09897a1d
|
Update esphome/components/wifi_info/text_sensor.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-12 20:46:36 -10:00 |
|
J. Nick Koston
|
71bf274214
|
Merge branch 'clear_scan_result_done' into integration
|
2025-10-12 20:22:23 -10:00 |
|
J. Nick Koston
|
d191d1e99a
|
preen
|
2025-10-12 20:21:56 -10:00 |
|
J. Nick Koston
|
299cbdd411
|
Merge branch 'clear_scan_result_done' into integration
|
2025-10-12 20:20:42 -10:00 |
|
J. Nick Koston
|
4d55c8f309
|
preen
|
2025-10-12 20:20:17 -10:00 |
|
J. Nick Koston
|
9435a3a1fc
|
Merge branch 'clear_scan_result_done' into integration
|
2025-10-12 20:15:11 -10:00 |
|
J. Nick Koston
|
6f3a996698
|
[wifi] Free scan results memory after successful connection
|
2025-10-12 20:12:34 -10:00 |
|
J. Nick Koston
|
347501d895
|
wifi fixed vector
|
2025-10-12 19:39:55 -10:00 |
|
J. Nick Koston
|
a9fd0a3b26
|
fixed_vector, bluetooth services
|
2025-10-12 18:21:14 -10:00 |
|
Jesse Hills
|
59f728488e
|
[media_player.speaker] Dynamic auto load (#11084)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-10-13 12:58:30 +13:00 |
|
J. Nick Koston
|
d3806d790d
|
Merge branch 'ble_handlers_static' into integration
|
2025-10-12 11:28:54 -10:00 |
|
J. Nick Koston
|
26ebfa4906
|
cleaner
|
2025-10-12 11:19:58 -10:00 |
|
J. Nick Koston
|
7070204b00
|
Merge branch 'ble_handlers_static' into integration
|
2025-10-12 11:16:27 -10:00 |
|
J. Nick Koston
|
6f2c7c0e5d
|
fixes
|
2025-10-12 11:13:14 -10:00 |
|
J. Nick Koston
|
2a94463ac1
|
[esp32_ble] Replace handler vectors with StaticVector for 2KB memory savings
|
2025-10-12 11:07:01 -10:00 |
|
J. Nick Koston
|
41860c312e
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2025-10-12 10:31:59 -10:00 |
|