Commit Graph
13295 Commits
Author SHA1 Message Date
J. Nick Koston e12cc9a9a7 cleanup 2025-07-04 11:12:54 -05:00
J. Nick Koston 8e4470cdff Merge branch 'reduce_main_loop' into integration 2025-07-04 11:02:07 -05:00
J. Nick Koston bdb7e19fd0 guard esp8266 2025-07-04 10:59:58 -05:00
J. Nick Koston 0fc3f0e162 guard esp8266 2025-07-04 10:57:39 -05:00
J. Nick Koston 6fac66e63b Merge branch 'reduce_main_loop' into integration 2025-07-04 10:46:38 -05:00
J. Nick Koston 71e06ea1b6 cleanup 2025-07-04 10:45:47 -05:00
J. Nick Koston 3df434fd55 improve test 2025-07-04 10:41:59 -05:00
J. Nick Koston 729b2b2873 remove debug 2025-07-04 10:35:29 -05:00
J. Nick Koston bc2adb6b5a there was no locking on host! 2025-07-04 10:25:31 -05:00
J. Nick Koston aaff086aeb there was no locking on host! 2025-07-04 10:24:04 -05:00
J. Nick Koston e4c0f18ee3 fixes 2025-07-04 10:17:41 -05:00
J. Nick Koston 9c09a271f2 tweaks 2025-07-04 10:14:54 -05:00
J. Nick Koston 37578f3e22 fixes 2025-07-04 10:11:19 -05:00
J. Nick Koston 4649599592 fixes 2025-07-04 10:01:00 -05:00
J. Nick Koston 71f78e3a81 fixes 2025-07-04 10:00:25 -05:00
J. Nick Koston f7ca26eef8 stress 2025-07-04 08:59:15 -05:00
J. Nick Koston 0665fcea9e stress test 2025-07-04 08:49:35 -05:00
J. Nick Koston cd2b50c27f stress test 2025-07-04 08:49:12 -05:00
J. Nick Koston ca70f17b3b make test race safe 2025-07-04 08:33:34 -05:00
J. Nick Koston a5e08aaf74 make test race safe 2025-07-04 08:33:24 -05:00
J. Nick Koston 947db4605a Merge branch 'reduce_main_loop' into integration 2025-07-04 08:16:18 -05:00
J. Nick Koston 481a00a0b5 Merge remote-tracking branch 'upstream/dev' into integration 2025-07-04 08:16:16 -05:00
J. Nick Koston 465019e510 cover 2025-07-04 08:04:16 -05:00
J. Nick Koston a4d5f39fb6 cover 2025-07-04 07:59:12 -05:00
J. Nick Koston 5dd76966c3 cover 2025-07-04 07:55:01 -05:00
J. Nick Koston db86f87fc3 Make defer FIFO 2025-07-04 07:42:59 -05:00
J. Nick Koston e21334b7fa Make defer FIFO 2025-07-04 07:42:37 -05:00
J. Nick Koston ba4c268956 Make defer FIFO 2025-07-04 07:35:24 -05:00
J. Nick Koston 068594be5e Make defer FIFO 2025-07-04 07:29:37 -05:00
J. Nick KostonandJesse Hills d686257cff Fix web_server busy loop with ungracefully disconnected clients (#9312)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2025-07-04 02:07:25 +00:00
J. Nick Koston 0fd45fc86e fix 2025-07-03 20:15:45 -05:00
J. Nick Koston 257fb98113 Merge branch 'api_cleanup' into integration 2025-07-03 20:05:59 -05:00
J. Nick Koston f8922b3cca Use std::span to eliminate heap allocation for single-packet API transmissions 2025-07-03 20:01:28 -05:00
Big Mike adb7ccdbc7 Fix compiler warning in tsl2591 component (#9310) 2025-07-04 13:00:50 +12:00
J. Nick Koston d00e20ccdf Reduce web_server loop overhead on ESP32 by avoiding unnecessary semaphore operations (#9308) 2025-07-04 12:53:14 +12:00
J. Nick Koston 25457da97c Fix web_server URL parsing lifetime issue (#9309) 2025-07-04 12:33:19 +12:00
J. Nick Koston 14d7c4bdbd Add device_id to entity state messages for sub-device support (#9304) 2025-07-04 12:31:03 +12:00
J. Nick Koston b0b08f317b Merge remote-tracking branch 'origin/dev' into integration 2025-07-03 17:47:02 -05:00
dependabot[bot]andJ. Nick Koston eef71a79da Bump ruff from 0.12.1 to 0.12.2 (#9311)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2025-07-03 21:49:51 +00:00
Jonathan Swoboda a8e4ed009b Bump arduino version to 3.2.1 2025-07-03 16:49:22 -04:00
J. Nick Koston 2c4667fb46 Merge branch 'camera-platform' into integration 2025-07-03 15:14:49 -05:00
J. Nick Koston 9eadfa21d8 Merge branch 'webserver_busy_loop_dropped_connection' into integration 2025-07-03 14:45:38 -05:00
J. Nick Koston 953fd24458 Fix web_server busy loop with ungracefully disconnected clients 2025-07-03 14:43:11 -05:00
J. Nick Koston 1be171e084 Merge remote-tracking branch 'origin/webserver_string_lifetime' into integration 2025-07-03 14:06:25 -05:00
J. Nick Koston 5c83b99e0c do not need to rename as we changed design to not need it 2025-07-03 14:06:07 -05:00
J. Nick Koston 743e611735 Merge remote-tracking branch 'origin/webserver_string_lifetime' into integration 2025-07-03 13:59:22 -05:00
J. Nick Koston 35ff850894 make sure its bug for bug compat 2025-07-03 13:56:29 -05:00
Dieter Tschanz b666295b53 Replace Windows-style with Unix-style directory separators in test 2025-07-03 20:53:00 +02:00
J. Nick Koston 96cf8d97ab Merge remote-tracking branch 'upstream/webserver_string_lifetime' into integration 2025-07-03 13:52:04 -05:00
J. Nick Koston 3c1a781a1c cleanups 2025-07-03 13:51:01 -05:00