Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						32c17b419a 
					 
					
						
						
							
							fix(uart_vfs): read() now aligned to POSIX defined behavior  
						
						 
						
						... 
						
						
						
						- For blocking mode, block until data available
- Return with the bytes available in the file at the time,
  it should not block until reaching the requested size
And read() should not realy return on the newline character
Closes https://github.com/espressif/esp-idf/issues/14155  
						
						
					 
					
						2024-12-03 16:32:27 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						d3c6c9ccb8 
					 
					
						
						
							
							fix(ci): enable gpio, uart, ledc target tests on esp32p4  
						
						 
						
						
						
						
					 
					
						2024-10-23 18:01:50 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chen Jichang 
							
						 
					 
					
						
						
							
						
						84f024478c 
					 
					
						
						
							
							fix(ci): rerun pre-commit to fix readme files  
						
						 
						
						
						
						
					 
					
						2024-09-27 11:12:55 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						8b8bb72ad4 
					 
					
						
						
							
							feat(uart): support uart module sleep retention on c6/h2/p4  
						
						 
						
						
						
						
					 
					
						2024-07-31 15:15:11 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						951bdd70a2 
					 
					
						
						
							
							fix(ci): fix the readme check of c5 mp  
						
						 
						
						
						
						
					 
					
						2024-07-30 15:40:19 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						1ca9a46737 
					 
					
						
						
							
							Merge branch 'bugfix/forbid_uart_suspend_auto_lightsleep' into 'master'  
						
						 
						
						... 
						
						
						
						uart: Fixed issue that TX be blocked by auto-lightsleep
Closes IDF-5518
See merge request espressif/esp-idf!21719  
						
						
					 
					
						2024-04-10 10:49:24 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						65b1fd33d3 
					 
					
						
						
							
							ci(esp32c5mp): disable the unsupported tests  
						
						 
						
						
						
						
					 
					
						2024-04-07 12:13:29 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						f251e32f48 
					 
					
						
						
							
							feat(uart_test): add test case for uart tx blocked by auto-suspend  
						
						 
						
						
						
						
					 
					
						2024-04-05 03:01:24 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								LiPeng 
							
						 
					 
					
						
						
							
						
						235bb6f294 
					 
					
						
						
							
							fix(uart): Fixed issue that TX be blocked by auto-lightsleep  
						
						 
						
						
						
						
					 
					
						2024-04-05 03:01:24 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						c0289ee6eb 
					 
					
						
						
							
							fix(drivers): fix typos found by codespell  
						
						 
						
						... 
						
						
						
						codespell components/esp_driver* 
						
						
					 
					
						2024-03-28 10:01:27 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						5276cd4f1d 
					 
					
						
						
							
							refactor(uart): add support to be able to test LP_UART port  
						
						 
						
						... 
						
						
						
						Increase LP_UART_EMPTY_THRESH_DEFAULT value to 4. The original value
could cause the FIFO become empty before filling next data into the FIFO
when the buadrate is high. TX_DONE interrupt would raise before actual
transmission complete in such case. 
						
						
					 
					
						2024-02-07 14:37:48 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cao Sen Miao 
							
						 
					 
					
						
						
							
						
						6768805d20 
					 
					
						
						
							
							fix(uart,usj...): Fix wrong serial number that has been parsed to rom functions,  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/12958  
						
						
					 
					
						2024-01-18 10:51:51 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Armando 
							
						 
					 
					
						
						
							
						
						3c5a4f9e8a 
					 
					
						
						
							
							ci(p4): added todo jira for disabled tests on p4  
						
						 
						
						
						
						
					 
					
						2024-01-04 09:36:38 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Armando 
							
						 
					 
					
						
						
							
						
						907b876354 
					 
					
						
						
							
							ci(p4): temporarily disable failed ci tests on p4  
						
						 
						
						
						
						
					 
					
						2024-01-04 09:36:06 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						bc09031496 
					 
					
						
						
							
							refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart  
						
						 
						
						... 
						
						
						
						Deprecated esp_vfs_dev_uart_xxx APIs
vfs_uart test case moved to esp_driver_uart test_apps
Astyle fixed for uart_vfs 
						
						
					 
					
						2023-12-15 17:14:55 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						ef281dff5a 
					 
					
						
						
							
							fix(esp_driver_uart): always use heap_caps_malloc to malloc memory base on flags  
						
						 
						
						
						
						
					 
					
						2023-12-15 17:03:58 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						6ad80f0332 
					 
					
						
						
							
							refactor(uart): make uart driver as component, and fix astyle  
						
						 
						
						
						
						
					 
					
						2023-12-15 17:03:51 +08:00