| 
							
							
								 J. Nick Koston | a0b3527710 | Merge branch 'logger_memory' into integration | 2025-06-22 22:59:51 +02:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | df24f48fa1 | Merge branch 'pre_preserve_looping_components' into integration | 2025-06-22 22:57:38 +02:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 13d53590b2 | Pre-reserve looping components vector to reduce memory allocations | 2025-06-22 22:56:31 +02:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 788803d588 | Bump flake8 from 7.2.0 to 7.3.0 (#9172) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org> | 2025-06-22 19:05:54 +00:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | e7fa156254 | Merge remote-tracking branch 'upstream/dev' into integration | 2025-06-22 20:15:02 +02:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | cbfd904b9f | Bump aioesphomeapi from 32.2.4 to 33.1.0 (#9173) Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-22 11:00:42 +00:00 |  | 
			
				
					| 
							
							
								 Jimmy Hedman | c81dbf9d59 | Improve on C++17 (#9170) | 2025-06-22 12:09:38 +02:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | ac9c608542 | Bump esptool from 4.8.1 to 4.9.0 (#9158) | 2025-06-21 18:13:07 +02:00 |  | 
			
				
					| 
							
							
								 Edward Firmo | a6c20853ca | [nextion] Extract common upload_end_function to shared file (#9155) | 2025-06-21 11:26:14 +02:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 41697a7b1b | Merge remote-tracking branch 'upstream/logger_disable_loop' into integration | 2025-06-21 11:19:12 +02:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 912e265bc0 | Merge branch 'dev' into logger_disable_loop | 2025-06-21 11:18:59 +02:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 96ee6fb064 | Merge branch 'logger_disable_loop' into integration | 2025-06-21 11:17:13 +02:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 788dba8ef3 | define | 2025-06-21 11:16:14 +02:00 |  | 
			
				
					| 
							
							
								 Jesse Hills | 4ef0264ed3 | Clean up RAMAllocators in light related code (#9142) | 2025-06-21 17:32:24 +10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | fdde9c4681 | Reduce Logger memory usage by optimizing variable sizes | 2025-06-21 00:27:05 +02:00 |  | 
			
				
					| 
							
							
								 Clyde Stubbs | 169db9cc0a | [spi] Enable >6 devices with ESP-IDF (#9128) | 2025-06-21 07:55:08 +10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | f195e73d38 | Merge branch 'logger_disable_loop' into integration | 2025-06-20 22:54:40 +02:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | b0d9ffc6a1 | Reduce logger CPU usage by disabling loop when buffer is empty | 2025-06-20 22:53:12 +02:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | e17619841d | fix last component being charged for stats | 2025-06-20 22:03:53 +02:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | eb6a7cf3b9 | fix last component being charged for stats | 2025-06-20 22:02:19 +02:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 9901e2d72e | Merge branch 'dev' into integration | 2025-06-20 21:36:36 +02:00 |  | 
			
				
					| 
							
							
								 RoganDawes | b693b8ccb1 | [usb-host] Add support for USB Hubs (#9154) | 2025-06-20 22:03:15 +10:00 |  | 
			
				
					| 
							
							
								 Keith Burzinski | 3e98cceb00 | [bh1750] Remove redundant platform name from logging (#9153) | 2025-06-20 12:33:46 +02:00 |  | 
			
				
					| 
							
							
								 Keith Burzinski | 46d962dcf1 | [wifi, wifi_info] Tidy up/shorten more log messages (#9151) | 2025-06-20 22:02:36 +12:00 |  | 
			
				
					| 
							
							
								 Edward Firmo | 7dbad42470 | [nextion] Cached timing optimization  (#9150) Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com> | 2025-06-20 07:46:12 +00:00 |  | 
			
				
					| 
							
							
								 Edward Firmo | eb97781f68 | [nextion] Add command queuing to prevent command loss when spacing is active (#9139) Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> | 2025-06-20 01:38:40 -05:00 |  | 
			
				
					| 
							
							
								 Jesse Hills | 4d0f8528d2 | [esp32_camera] Allow sharing i2c bus (#9137) Co-authored-by: Keith Burzinski <kbx81x@gmail.com> | 2025-06-19 01:31:19 -05:00 |  | 
			
				
					| 
							
							
								 Jesse Hills | 2c17b2bacc | [i2c] Make ` get_port()` public (#9146) | 2025-06-19 05:44:33 +00:00 |  | 
			
				
					| 
							
							
								 Jesse Hills | 30bea20f7a | Clean up RAMAllocators in display related code (#9141) | 2025-06-19 05:17:08 +00:00 |  | 
			
				
					| 
							
							
								 Jesse Hills | d4cb4ef994 | Clean up RAMAllocators in http_request code (#9143) | 2025-06-19 03:11:18 +00:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 9c90ca297a | Fix missing BLE GAP events causing RSSI sensor and beacon failures (#9138) | 2025-06-19 03:03:09 +00:00 |  | 
			
				
					| 
							
							
								 Jesse Hills | a9e1a4cef3 | Clean up RAMAllocators in audio related code (#9140) | 2025-06-19 02:53:54 +00:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 0ce3621ac0 | Disable Ethernet loop polling when connected and stable (#9102) | 2025-06-19 14:49:31 +12:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | bcf961c0b0 | Merge branch 'dev' into integration | 2025-06-19 04:05:25 +02:00 |  | 
			
				
					| 
							
							
								 Jesse Hills | d527398dae | [i2c] Expose internal i2c bus port number (#9136) | 2025-06-18 20:50:47 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | f84a4c9753 | Merge remote-tracking branch 'origin/disable_ethernet_loop' into integration | 2025-06-19 03:42:53 +02:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | df56ca0236 | remove redundant enable_loop, it must already be enabled to get here | 2025-06-19 03:41:25 +02:00 |  | 
			
				
					| 
							
							
								 Edward Firmo | 2e9ac8945d | [nextion] Fix command spacing double timing and response blocking issues (#9134) | 2025-06-19 13:41:20 +12:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | de0cd0ec67 | Merge branch 'dev' into disable_ethernet_loop | 2025-06-19 03:39:15 +02:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 40a5638005 | Optimize OTA loop to avoid unnecessary stack allocations (#9129) | 2025-06-19 13:33:00 +12:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 8ba22183b9 | Add enable_loop_soon_any_context() for thread and ISR-safe loop enabling (#9127) | 2025-06-19 13:30:41 +12:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 2e11e66db4 | Optimize bluetooth_proxy memory usage on ESP32 (#9114) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> | 2025-06-19 13:11:13 +12:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | eeb0710ad4 | Optimize API component memory usage by reordering class members to reduce padding (#9111) | 2025-06-19 13:08:25 +12:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 43c677ef37 | Optimize API server performance by using cached loop time (#9104) | 2025-06-19 12:12:14 +12:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 95544e489d | Use smaller atomic types for ESP32 BLE Tracker ring buffer indices (#9106) | 2025-06-19 12:10:50 +12:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | a08d021f77 | Reduce code duplication in auto-generated API protocol code (#9097) | 2025-06-19 12:10:01 +12:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | b7b1d17ecb | Remove empty generated protobuf methods (#9098) | 2025-06-19 12:06:39 +12:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 67c30245c4 | make copilot happy | 2025-06-19 02:01:55 +02:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 1f72757591 | tidy | 2025-06-19 01:35:45 +02:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 35c2fdf6af | dry | 2025-06-19 01:31:11 +02:00 |  |