J. Nick Koston
|
8895c8a987
|
bitpack api flags
|
2025-06-26 12:46:57 +02:00 |
|
J. Nick Koston
|
740dcd72a2
|
Merge branch 'duplicate_client_peername' into integration
|
2025-06-26 12:00:03 +02:00 |
|
J. Nick Koston
|
ffd442624f
|
Optimize API connection memory usage by removing client_peername_
|
2025-06-26 11:59:03 +02:00 |
|
Keith Burzinski
|
2930c8e9a8
|
[ld2450] Move consts to cpp file, optimize memory use (#9215)
|
2025-06-26 04:37:27 -05:00 |
|
Keith Burzinski
|
b12b9b97f4
|
[ld2410] More optimizations (#9209)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-06-26 04:04:38 -05:00 |
|
J. Nick Koston
|
088fd85694
|
Merge branch 'batch_ping_fallback' into integration
|
2025-06-26 10:14:21 +02:00 |
|
J. Nick Koston
|
d5b68d69d3
|
tweak
|
2025-06-26 10:14:05 +02:00 |
|
J. Nick Koston
|
bb0f7bb393
|
Merge branch 'batch_ping_fallback' into integration
|
2025-06-26 10:10:12 +02:00 |
|
J. Nick Koston
|
d86a108f18
|
Merge remote-tracking branch 'upstream/dev' into batch_ping_fallback
|
2025-06-26 10:09:24 +02:00 |
|
J. Nick Koston
|
7828ed2d9e
|
Merge branch 'batch_ping_fallback' into integration
|
2025-06-26 10:05:06 +02:00 |
|
J. Nick Koston
|
ebf14f50fb
|
Merge branch 'dev' of https://github.com/esphome/esphome into batch_ping_fallback
|
2025-06-26 10:02:32 +02:00 |
|
Jesse Hills
|
09e5aa6011
|
[script] Add exec bit to run-in-env (#9212)
|
2025-06-26 00:59:16 -05:00 |
|
Jesse Hills
|
9549304007
|
[ci] Lint lock.yml (#9214)
|
2025-06-26 17:44:02 +12:00 |
|
Keith Burzinski
|
f7ac32ceda
|
[ld2450] More optimizing, fix copypasta (#9210)
|
2025-06-26 00:35:30 -05:00 |
|
Jonathan Swoboda
|
92365f133d
|
[esp32] Improve and simplify IDF component support (#9163)
|
2025-06-26 17:29:42 +12:00 |
|
Jesse Hills
|
9daa9a6de8
|
Use shared workflow for locking (#9211)
|
2025-06-26 16:21:51 +12:00 |
|
J. Nick Koston
|
23b1e428de
|
Optimize Application class memory layout and reduce loop_interval size (#9208)
|
2025-06-26 15:35:01 +12:00 |
|
J. Nick Koston
|
f029f4f20e
|
Fix missing protobuf message dump for batched messages with very verbose logging (#9206)
|
2025-06-26 13:57:41 +12:00 |
|
J. Nick Koston
|
79e3d2b2d7
|
Optimize API connection memory with tagged pointers (#9203)
|
2025-06-26 13:55:12 +12:00 |
|
J. Nick Koston
|
c74e5e0f04
|
Optimize TemplatableValue memory (#9202)
|
2025-06-26 13:51:51 +12:00 |
|
J. Nick Koston
|
15ef93ccc9
|
Optimize API connection loop performance (#9184)
|
2025-06-26 13:47:41 +12:00 |
|
J. Nick Koston
|
e017250445
|
Reduce logger CPU usage by disabling loop when buffer is empty (#9160)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-06-26 13:44:07 +12:00 |
|
J. Nick Koston
|
1546ff615b
|
Merge branch 'app_padding' into integration
|
2025-06-26 02:47:46 +02:00 |
|
J. Nick Koston
|
46cf1fb597
|
comment
|
2025-06-26 02:47:33 +02:00 |
|
J. Nick Koston
|
8bf8655054
|
Merge branch 'app_padding' into integration
|
2025-06-26 02:45:13 +02:00 |
|
J. Nick Koston
|
a6d84948e2
|
Optimize Application class memory layout and reduce loop_interval size
|
2025-06-26 02:44:44 +02:00 |
|
J. Nick Koston
|
fac20a1f97
|
Merge branch 'batch_ping_fallback' into integration
|
2025-06-26 02:15:41 +02:00 |
|
J. Nick Koston
|
c65586b5e1
|
cleanup
|
2025-06-26 02:15:32 +02:00 |
|
J. Nick Koston
|
b27b018b06
|
Merge remote-tracking branch 'origin/integration' into integration
|
2025-06-26 02:13:42 +02:00 |
|
J. Nick Koston
|
403da1e632
|
Merge branch 'batch_ping_fallback' into integration
|
2025-06-26 02:12:53 +02:00 |
|
J. Nick Koston
|
2371ec1f9e
|
Replace ping retry timer with batch queue fallback
|
2025-06-26 02:11:17 +02:00 |
|
J. Nick Koston
|
17497eec43
|
Reduce memory required for sensor entities (#9201)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-25 18:15:59 -05:00 |
|
Clyde Stubbs
|
6d0c6329ad
|
[lvgl] Allow linear positioning of grid cells (#9196)
|
2025-06-26 10:45:14 +12:00 |
|
J. Nick Koston
|
5e3ec2d34b
|
lint
|
2025-06-26 00:24:53 +02:00 |
|
J. Nick Koston
|
78d84644c9
|
lint
|
2025-06-26 00:24:12 +02:00 |
|
J. Nick Koston
|
0cd0f8015a
|
Merge branch 'message_creator_ram' into integration
|
2025-06-26 00:09:31 +02:00 |
|
J. Nick Koston
|
4b5424f695
|
nolint
|
2025-06-26 00:08:15 +02:00 |
|
J. Nick Koston
|
a1d59040f7
|
Merge remote-tracking branch 'origin/message_creator_ram' into integration
|
2025-06-25 23:54:37 +02:00 |
|
J. Nick Koston
|
0306398072
|
Merge remote-tracking branch 'origin/component_iterator' into integration
|
2025-06-25 23:54:33 +02:00 |
|
J. Nick Koston
|
a7e0bf9013
|
tweak
|
2025-06-25 23:53:22 +02:00 |
|
J. Nick Koston
|
ddb988cd83
|
Merge remote-tracking branch 'upstream/dev' into component_iterator
|
2025-06-25 23:39:45 +02:00 |
|
J. Nick Koston
|
04b54353f1
|
Merge remote-tracking branch 'upstream/dev' into scheduler_copy
|
2025-06-25 23:36:41 +02:00 |
|
J. Nick Koston
|
f058107c05
|
tweak
|
2025-06-25 23:33:54 +02:00 |
|
J. Nick Koston
|
6b5b0815d7
|
tidy issues
|
2025-06-25 23:26:57 +02:00 |
|
J. Nick Koston
|
8388497038
|
tidy issues
|
2025-06-25 23:18:50 +02:00 |
|
J. Nick Koston
|
825b1113b6
|
tweak
|
2025-06-25 23:17:41 +02:00 |
|
J. Nick Koston
|
9074ef792f
|
Reduce component_iterator memory usage
|
2025-06-25 19:35:40 +02:00 |
|
J. Nick Koston
|
0946f28511
|
avoid string copy in scheduler for const strings
|
2025-06-25 19:08:18 +02:00 |
|
J. Nick Koston
|
23765cd4f5
|
Merge branch 'message_creator_ram' into integration
|
2025-06-25 18:28:56 +02:00 |
|
J. Nick Koston
|
e20c6468d0
|
fix missed one
|
2025-06-25 18:27:43 +02:00 |
|