J. Nick Koston
|
5ecdce9473
|
Merge branch 'integration' into memory_api
|
2025-09-26 10:32:23 -05:00 |
|
J. Nick Koston
|
63d690fb8d
|
Merge branch 'event_emitter_vector' into integration
|
2025-09-26 10:32:13 -05:00 |
|
J. Nick Koston
|
2b0af0df84
|
preen
|
2025-09-26 10:32:05 -05:00 |
|
J. Nick Koston
|
70a0b4e1e4
|
Merge branch 'integration' into memory_api
|
2025-09-26 10:23:34 -05:00 |
|
J. Nick Koston
|
bbcdf140bb
|
Merge branch 'event_emitter_vector' into integration
|
2025-09-26 10:23:28 -05:00 |
|
J. Nick Koston
|
a3f8173436
|
prefer this->
|
2025-09-26 10:23:17 -05:00 |
|
J. Nick Koston
|
efe5057cc2
|
Merge branch 'integration' into memory_api
|
2025-09-26 10:18:10 -05:00 |
|
J. Nick Koston
|
285eb7a2e1
|
Merge branch 'event_emitter_vector' into integration
|
2025-09-26 10:17:59 -05:00 |
|
J. Nick Koston
|
4110d926dd
|
preen
|
2025-09-26 10:17:48 -05:00 |
|
J. Nick Koston
|
fbf413690b
|
Merge branch 'event_emitter_vector' into integration
|
2025-09-26 10:15:58 -05:00 |
|
J. Nick Koston
|
9ed99e52e2
|
Merge remote-tt racking branch 'upstream/ble_server_opt' into integration
|
2025-09-26 10:15:52 -05:00 |
|
J. Nick Koston
|
eeff69d50b
|
[event_emitter] Replace unordered_map with vector - saves 2.6KB flash, 2.3x faster
|
2025-09-26 10:14:34 -05:00 |
|
J. Nick Koston
|
70685f2939
|
bot comments
|
2025-09-26 09:46:38 -05:00 |
|
J. Nick Koston
|
fb3ce6c783
|
bot comments
|
2025-09-26 09:43:36 -05:00 |
|
J. Nick Koston
|
75b9b56627
|
Merge branch 'integration' into memory_api
|
2025-09-26 09:15:34 -05:00 |
|
J. Nick Koston
|
8275b54594
|
Merge branch 'ble_server_opt' into integration
|
2025-09-26 09:15:26 -05:00 |
|
J. Nick Koston
|
baf09e2eed
|
[esp32_ble_server] Optimize notification and action managers for typical use cases
|
2025-09-26 09:14:29 -05:00 |
|
J. Nick Koston
|
ba88187353
|
Merge branch 'integration' into memory_api
|
2025-09-26 00:13:24 -05:00 |
|
J. Nick Koston
|
cf6a33ab71
|
Merge branch 'esp32_ble_server_services_simple' into integration
|
2025-09-26 00:13:13 -05:00 |
|
J. Nick Koston
|
1eaa121ad2
|
[esp32_ble_server] Optimize service storage: 1KB flash savings, 84x-241x faster lookups
|
2025-09-26 00:04:05 -05:00 |
|
J. Nick Koston
|
91b2140916
|
Merge branch 'integration' into memory_api
|
2025-09-25 22:50:16 -05:00 |
|
J. Nick Koston
|
243695a1d3
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2025-09-25 22:50:06 -05:00 |
|
J. Nick Koston
|
e9f78238d4
|
Merge branch 'sha256_ota' into memory_api
|
2025-09-25 20:36:24 -05:00 |
|
J. Nick Koston
|
bbe72ac738
|
Merge branch 'sha256_ota' into integration
|
2025-09-25 20:36:20 -05:00 |
|
J. Nick Koston
|
ba73061a4f
|
random_bytes
|
2025-09-25 20:36:04 -05:00 |
|
Jesse Hills
|
f33819bb8e
|
Add some more defines for dev/ci
|
2025-09-26 13:12:24 +12:00 |
|
J. Nick Koston
|
1560b8b8e2
|
[climate] Remove STL algorithm overhead in save_state() method (#10888)
|
2025-09-26 12:19:48 +12:00 |
|
J. Nick Koston
|
b26776fad4
|
[select] Remove STL algorithm overhead to reduce flash usage (#10887)
|
2025-09-26 12:19:06 +12:00 |
|
J. Nick Koston
|
875ada86b0
|
[web_server] Remove std::find_if overhead matching IDF implementation (#10889)
|
2025-09-26 12:14:16 +12:00 |
|
J. Nick Koston
|
195d1be4a9
|
[version] Reduce flash usage by optimizing string concatenation in setup() (#10890)
|
2025-09-26 12:12:39 +12:00 |
|
J. Nick Koston
|
2b12ff5874
|
[esp32_ble] Reduce RAM usage and firmware size by disabling unused GATT functionality (#10862)
|
2025-09-26 12:11:13 +12:00 |
|
J. Nick Koston
|
250b94d113
|
[text_sensor] Convert LOG_TEXT_SENSOR macro to function to reduce flash usage (#10884)
|
2025-09-26 12:10:31 +12:00 |
|
Patrick Van Oosterwijck
|
460eb219ba
|
[ethernet] Add LAN8670 PHY support (#10874)
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2025-09-25 21:45:07 +00:00 |
|
J. Nick Koston
|
be696c40db
|
Merge branch 'dev' into sha256_ota
|
2025-09-25 16:03:42 -05:00 |
|
Jonathan Swoboda
|
cef9cf49bf
|
[htu21d] Fix I2C NACK issue and buffer overrun (#10801)
|
2025-09-25 15:54:38 -05:00 |
|
Jonathan Swoboda
|
28f09f9ed1
|
[dashboard] Fix progress bars on Windows (#10858)
|
2025-09-25 15:53:34 -05:00 |
|
J. Nick Koston
|
3eb502b328
|
Add sha256 support (#10882)
|
2025-09-26 08:53:21 +12:00 |
|
J. Nick Koston
|
3ce430985a
|
Merge branch 'integration' into memory_api
|
2025-09-25 14:48:12 -05:00 |
|
J. Nick Koston
|
fa5245fcfc
|
Merge branch 'version_text_sensor_flash' into integration
|
2025-09-25 14:48:02 -05:00 |
|
J. Nick Koston
|
c3266db03d
|
[version] Reduce flash usage by optimizing string concatenation in setup()
|
2025-09-25 14:47:32 -05:00 |
|
J. Nick Koston
|
76a2725a25
|
Merge branch 'integration' into memory_api
|
2025-09-25 14:33:43 -05:00 |
|
J. Nick Koston
|
f7d617fabe
|
Merge branch 'remove_std_find_web_server_like_we_did_for_idf' into integration
|
2025-09-25 14:33:36 -05:00 |
|
J. Nick Koston
|
55cc3a5646
|
Merge branch 'climate_stl_overhead' into integration
|
2025-09-25 14:33:31 -05:00 |
|
J. Nick Koston
|
829b6cfe6a
|
review
|
2025-09-25 14:33:19 -05:00 |
|
J. Nick Koston
|
f62e66e52b
|
[web_server] Remove std::find_if overhead matching IDF implementation
|
2025-09-25 14:31:08 -05:00 |
|
J. Nick Koston
|
a4af23ebe4
|
Merge branch 'integration' into memory_api
|
2025-09-25 14:24:58 -05:00 |
|
J. Nick Koston
|
7b24e10da0
|
Merge branch 'climate_stl_overhead' into integration
|
2025-09-25 14:24:53 -05:00 |
|
J. Nick Koston
|
1da9345af0
|
[climate] Remove STL algorithm overhead in save_state() method
|
2025-09-25 14:24:25 -05:00 |
|
J. Nick Koston
|
2d395d1f8d
|
Merge branch 'integration' into memory_api
|
2025-09-25 14:20:58 -05:00 |
|
J. Nick Koston
|
a0bf1ba099
|
Merge branch 'select_stl_overhead' into integration
|
2025-09-25 14:20:51 -05:00 |
|