Alexey Lapshin 
							
						 
					 
					
						
						
							
						
						b10938e44b 
					 
					
						
						
							
							fix(vfs): fix warnings found by GNU static analyzer  
						
						 
						
						
						
						
					 
					
						2025-01-24 11:32:19 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tomáš Rohlínek 
							
						 
					 
					
						
						
							
						
						64c27eac67 
					 
					
						
						
							
							fix(storage/vfs): incorrect log level in esp_vfs_register_fd_range  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/14327  
						
						
					 
					
						2025-01-10 16:52:00 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tomáš Rohlínek 
							
						 
					 
					
						
						
							
						
						f981c28a8d 
					 
					
						
						
							
							fix(storage/vfs_console): stop new console opens from overwriting existing fds  
						
						 
						
						
						
						
					 
					
						2025-01-09 11:28:02 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						c3c5ab0a92 
					 
					
						
						
							
							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-04 21:39:12 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeroen Domburg 
							
						 
					 
					
						
						
							
						
						f8f3427aee 
					 
					
						
						
							
							refactor(usb-serial-jtag): usb-serial-jtag driver simplification to fix rom print coexistence  
						
						 
						
						
						
						
					 
					
						2024-10-18 16:07:00 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						d45ec891d2 
					 
					
						
						
							
							Merge branch 'docs/update_esp_vfs_notes_v5.1' into 'release/v5.1'  
						
						 
						
						... 
						
						
						
						docs(vfs): update esp_vfs_register_fd api description (v5.1)
See merge request espressif/esp-idf!30427  
						
						
					 
					
						2024-07-01 10:21:41 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						14e01c031f 
					 
					
						
						
							
							Merge branch 'fix/fsync-call-propagation-to-secondary-console_v5.1' into 'release/v5.1'  
						
						 
						
						... 
						
						
						
						fix(console): Fsync not propagated to secondary output (backport v5.1)
See merge request espressif/esp-idf!30263  
						
						
					 
					
						2024-06-25 16:07:38 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						442a798083 
					 
					
						
						
							
							Merge branch 'feat/add_example_usj_v5.1' into 'release/v5.1'  
						
						 
						
						... 
						
						
						
						change(usb_serial_jtag): Add example for usb serial jtag echo (backport v5.1)
See merge request espressif/esp-idf!30020  
						
						
					 
					
						2024-05-11 22:37:34 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sonika.rathi 
							
						 
					 
					
						
						
							
						
						a2cc142a54 
					 
					
						
						
							
							docs(vfs): update esp_vfs_register_fd api description  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/11586  
						
						
					 
					
						2024-04-23 15:25:12 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Xu Si Yu 
							
						 
					 
					
						
						
							
						
						1e5858b57a 
					 
					
						
						
							
							fix(vfs): add eventfd_select_block test case  
						
						 
						
						
						
						
					 
					
						2024-04-22 10:31:13 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Guillaume Souchere 
							
						 
					 
					
						
						
							
						
						045b013796 
					 
					
						
						
							
							fix(console): Fsync not propagated to secondary output  
						
						 
						
						... 
						
						
						
						Calls to fsync need to also be propagated to secondary
output when CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG
is enabled.
Closes https://github.com/espressif/esp-idf/issues/13162  
						
						
					 
					
						2024-04-16 08:35:44 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeroen Domburg 
							
						 
					 
					
						
						
							
						
						28e2ab09ea 
					 
					
						
						
							
							fix(driver): Add docs and driver fix for the case where a full EP does not cause the host to pickup the data  
						
						 
						
						
						
						
					 
					
						2024-04-07 10:46:34 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Xu Si Yu 
							
						 
					 
					
						
						
							
						
						7155146f9c 
					 
					
						
						
							
							fix(vfs): fix eventfd select  
						
						 
						
						
						
						
					 
					
						2024-03-15 17:38:28 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zwx 
							
						 
					 
					
						
						
							
						
						7f12a645ce 
					 
					
						
						
							
							fix(vfs): fix uart malloc when locates ISR context in IRAM  
						
						 
						
						
						
						
					 
					
						2023-12-07 10:43:58 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sonika.rathi 
							
						 
					 
					
						
						
							
						
						633a3b06db 
					 
					
						
						
							
							fix(vfs/uart): add UART VFS select callback in IRAM  
						
						 
						
						... 
						
						
						
						UART VFS select callback is placed in IRAM when CONFIG_UART_ISR_IN_IRAM is enabled 
						
						
					 
					
						2023-11-21 14:17:08 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sonika.rathi 
							
						 
					 
					
						
						
							
						
						8a6ca94484 
					 
					
						
						
							
							fix(vfs/uart): Add support for multi-task call to uart select (v5.1)  
						
						 
						
						
						
						
					 
					
						2023-10-05 09:46:30 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sonika Rathi 
							
						 
					 
					
						
						
							
						
						199205026e 
					 
					
						
						
							
							UART: UART_SELECT_WRITE_NOTIF event added in UART driver  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/10986  
						
						
					 
					
						2023-09-25 10:36:44 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								LiPeng 
							
						 
					 
					
						
						
							
						
						20219b8ee6 
					 
					
						
						
							
							fix(vfs): Fix event_write may not exit critical section  
						
						 
						
						... 
						
						
						
						This commit fixes the event_write() function where the critical section
was unbalanced.
Merges https://github.com/espressif/esp-idf/pull/12258  
						
						
					 
					
						2023-09-19 08:52:36 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						87b960121a 
					 
					
						
						
							
							Merge branch 'contrib/github_pr_10987_v5.1' into 'release/v5.1'  
						
						 
						
						... 
						
						
						
						Allow to config the maximum number of VFS entries. (GitHub PR) (v5.1)
See merge request espressif/esp-idf!23871  
						
						
					 
					
						2023-07-05 19:32:32 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						46396d7c16 
					 
					
						
						
							
							Merge branch 'bugfix/usb_serial_jtag_select_poll_crash_v5.1' into 'release/v5.1'  
						
						 
						
						... 
						
						
						
						vfs: select sanity NULL check (v5.1)
See merge request espressif/esp-idf!23946  
						
						
					 
					
						2023-07-05 19:25:25 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						641a07950d 
					 
					
						
						
							
							vfs_uart: fix out-of-bounds read  
						
						 
						
						... 
						
						
						
						when open uart device "/2" on chips only have 2 UART peripherals 
						
						
					 
					
						2023-06-26 07:07:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Múdry 
							
						 
					 
					
						
						
							
						
						3da76d4bd7 
					 
					
						
						
							
							vfs: select sanity NULL check  
						
						 
						
						... 
						
						
						
						https://github.com/espressif/esp-idf/issues/9964  
						
						
					 
					
						2023-05-26 13:46:11 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						aea087b793 
					 
					
						
						
							
							vfs: VFS_MAX_COUNT should be non-zero even without IO support  
						
						 
						
						
						
						
					 
					
						2023-05-22 12:30:24 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Oliver Schmidt 
							
						 
					 
					
						
						
							
						
						de4e003256 
					 
					
						
						
							
							Allow to config the maximum number of VFS entries.  
						
						 
						
						
						
						
					 
					
						2023-05-22 12:30:24 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						202b18b5fa 
					 
					
						
						
							
							esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h  
						
						 
						
						
						
						
					 
					
						2023-04-27 11:11:18 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								C.S.M 
							
						 
					 
					
						
						
							
						
						b184b9a153 
					 
					
						
						
							
							Merge branch 'bugfix/usb_serial_driver_block' into 'master'  
						
						 
						
						... 
						
						
						
						usb_serial_jtag: Fix bug of blocking TX xfer when using driver
Closes IDF-5390 and IDFGH-8776
See merge request espressif/esp-idf!22412  
						
						
					 
					
						2023-02-24 10:22:08 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cao Sen Miao 
							
						 
					 
					
						
						
							
						
						720b8d9c1a 
					 
					
						
						
							
							usb_serial_jtag: Fix bug of blocking TX xfer when using driver,  
						
						 
						
						... 
						
						
						
						Merges https://github.com/espressif/esp-idf/pull/10208  
						
						
					 
					
						2023-02-23 17:45:39 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chip Weinberger 
							
						 
					 
					
						
						
							
						
						c39be8bc76 
					 
					
						
						
							
							[USB Serial/JTAG Driver] use time-limited blocking for TX  
						
						 
						
						
						
						
					 
					
						2023-02-22 14:28:08 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexey Lapshin 
							
						 
					 
					
						
						
							
						
						75642ca07a 
					 
					
						
						
							
							vfs: fix gcc-12 compile errors  
						
						 
						
						
						
						
					 
					
						2023-02-22 05:33:03 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cao Sen Miao 
							
						 
					 
					
						
						
							
						
						fd3e0b0b18 
					 
					
						
						
							
							esp32h2(ci): enable target test  
						
						 
						
						
						
						
					 
					
						2023-02-15 10:20:43 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						774a05399b 
					 
					
						
						
							
							soc: fix wrong APB_CLK_FREQ value on esp32c6  
						
						 
						
						
						
						
					 
					
						2023-01-28 06:33:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						e13a4ad963 
					 
					
						
						
							
							ci: Disable some unit-test-apps for esp32c6 to pass ci build stage  
						
						 
						
						
						
						
					 
					
						2022-11-28 11:58:30 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						11ec9d392d 
					 
					
						
						
							
							Merge branch 'bugfix/storage_wformat' into 'master'  
						
						 
						
						... 
						
						
						
						storage: fix and re-enable -Wformat warnings
See merge request espressif/esp-idf!20486  
						
						
					 
					
						2022-10-18 20:21:53 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						0a352a6ff2 
					 
					
						
						
							
							vfs, spi_flash: re-enable unit tests for C2  
						
						 
						
						
						
						
					 
					
						2022-10-12 11:09:36 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						23e1ae1bc2 
					 
					
						
						
							
							storage: fix and re-enable -Wformat warnings  
						
						 
						
						
						
						
					 
					
						2022-10-06 16:16:32 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								radek.tandler 
							
						 
					 
					
						
						
							
						
						723adae0ec 
					 
					
						
						
							
							spiffs: convert host tests from Make to CMake  
						
						 
						
						
						
						
					 
					
						2022-09-12 14:14:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						8b8d525a6c 
					 
					
						
						
							
							vfs: use recommended esp_cpu_dbgr_is_attached API  
						
						 
						
						... 
						
						
						
						This fixes deprecation warning with earlier API
`cpu_hal_is_debugger_attached`. 
						
						
					 
					
						2022-08-29 22:15:11 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Vychodil 
							
						 
					 
					
						
						
							
						
						38acc3f7bf 
					 
					
						
						
							
							Merge branch 'feature/vfs_driver_interface' into 'master'  
						
						 
						
						... 
						
						
						
						esp/vfs: VFS semihosting interface support
Closes OCD-98
See merge request espressif/esp-idf!16932  
						
						
					 
					
						2022-08-29 20:52:17 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						401c10ecfb 
					 
					
						
						
							
							build system: re-add -Wno-format as private flag for some components  
						
						 
						
						
						
						
					 
					
						2022-08-03 16:42:47 +04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						0d4a533b74 
					 
					
						
						
							
							Merge branch 'bugfix/usb_console_reset' into 'master'  
						
						 
						
						... 
						
						
						
						esp_system: usb_console: fix restart when Wi-Fi is working
Closes IDFGH-5683
See merge request espressif/esp-idf!19289  
						
						
					 
					
						2022-08-01 13:36:44 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						bf10146a15 
					 
					
						
						
							
							esp_system, vfs: fix incomplete blocking reads in vfs_cdcacm  
						
						 
						
						... 
						
						
						
						Blocking read from cdcacm VFS could return less bytes than requested.
This didn’t match the behaviour of other VFS drivers, and higher level
code could misbehave. 
						
						
					 
					
						2022-07-28 17:28:08 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Darian Leung 
							
						 
					 
					
						
						
							
						
						05ff1039dc 
					 
					
						
						
							
							esp_hw_support: Fix misuse of spinlocks as critical sections  
						
						 
						
						... 
						
						
						
						Spinlocks themselves do not constitute critical sections as after a spinlock is acquired, interrupts
can remain enabled. However, there are some places where spinlocks are used direclty instead of using
the portMUX_TYPE and portENTER_CRITICAL_...() APIs. This commit fixes those calls. 
						
						
					 
					
						2022-07-28 17:25:00 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Vychodil 
							
						 
					 
					
						
						
							
						
						a16431c7a9 
					 
					
						
						
							
							Merge branch 'feature/vfs_serial_fcntl_get_rd_wr_state' into 'master'  
						
						 
						
						... 
						
						
						
						vfs: uart/cdcacm/usb_serial_jtag fcntl return read/write state
See merge request espressif/esp-idf!19168  
						
						
					 
					
						2022-07-24 16:15:28 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Guillaume Souchere 
							
						 
					 
					
						
						
							
						
						6005cc9163 
					 
					
						
						
							
							hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces  
						
						 
						
						... 
						
						
						
						This commit marks all functions in interrupt_controller_hal.h, cpu_ll.h and cpu_hal.h as deprecated.
Users should use functions from esp_cpu.h instead. 
						
						
					 
					
						2022-07-22 00:06:06 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dong Heng 
							
						 
					 
					
						
						
							
						
						37c18d9ee4 
					 
					
						
						
							
							vfs: uart/cdcacm/usb_serial_jtag fcntl return read/write state  
						
						 
						
						
						
						
					 
					
						2022-07-21 16:16:44 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eren Terzioglu 
							
						 
					 
					
						
						
							
						
						f6248ebf0d 
					 
					
						
						
							
							esp/vfs: VFS semihosting interface support  
						
						 
						
						
						
						
					 
					
						2022-06-28 17:04:15 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						6a8aed12ee 
					 
					
						
						
							
							ci: partially enable ut tests for esp32c2  
						
						 
						
						... 
						
						
						
						Disabled test cases are tracked in:
 IDF-4465, IDF-5045, IDF-5057, IDF-5058, IDF-5059, IDF-5060, IDF-5061, IDF-5131
- test_fatfs: IDF-5136
- test_pm: IDF-5053
- test_cache_mmu: IDF-5138
- test_partitions: IDF-5137
- test_vfs: IDF-5139
- test_freertos: IDF-5140
- test_wpa_supplicant: IDF-5046
- test_mbedtls: IDF-5141
- test_pthread: IDF-5142
- test_protocomm: IDF-5143
- test_lightsleep: IDF-5053
- test_taskwdt: IDF-5055
- test_tcp_transport: IDF-5144
- test_app_update: IDF-5145
- test_timer: IDF-5052
- test_spi: IDF-5146
- test_rtc_clk: IDF-5060
- test_heap: IDF-5167
ci: fixed issues for tests of libgcc, ets_timer, newlib
test_pm: support on C2 
						
						
					 
					
						2022-06-02 14:23:35 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Čermák 
							
						 
					 
					
						
						
							
						
						285c6fc906 
					 
					
						
						
							
							Merge branch 'bugfix/vfs_sock_select_race' into 'master'  
						
						 
						
						... 
						
						
						
						vfs: Fix potential select() race if both sock and other-fd trigger
Closes IDFGH-7308
See merge request espressif/esp-idf!18023  
						
						
					 
					
						2022-05-17 15:28:48 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Cermak 
							
						 
					 
					
						
						
							
						
						bf8ceae780 
					 
					
						
						
							
							vfs: Fix potential select() race if both sock and other-fd trigger  
						
						 
						
						... 
						
						
						
						This fixes a potential race condition in select() if both a socket-fd
and non-socket fd trigger simultaneously to unblock this select.
In case of both fds, we use lwip's local thread semaphore, so we only
have to try return it (if it was taken/triggered more than once) when
we exit select().
Closes https://github.com/espressif/esp-idf/issues/8896  
						
						
					 
					
						2022-05-16 20:26:44 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						722fde218d 
					 
					
						
						
							
							uart: add default source clock for all targets  
						
						 
						
						
						
						
					 
					
						2022-05-09 11:26:30 +08:00