hathach 
							
						 
					 
					
						
						
							
						
						741cb3cf02 
					 
					
						
						
							
							rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_info_get  
						
						... 
						
						
						
						streamline bus info to usbh_devies, also replace dev0 (renamed to dev0_bus) 
						
						
					 
					
						2025-04-23 12:35:32 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						99673cdbb8 
					 
					
						
						
							
							fix wanings  
						
						
						
						
					 
					
						2025-03-25 17:36:15 +07:00 
						 
				 
			
				
					
						
							
							
								Ha Thach 
							
						 
					 
					
						
						
							
						
						02a630b3da 
					 
					
						
						
							
							Merge pull request  #1627  from atoktoto/midihost  
						
						... 
						
						
						
						RP2040 MIDI Host 
						
						
					 
					
						2025-03-09 19:01:10 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						65e44e0a51 
					 
					
						
						
							
							fix(dwc2) host driver conflict with max3421e  
						
						
						
						
					 
					
						2025-03-06 22:46:21 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						8c0c21189c 
					 
					
						
						
							
							Merge branch 'master' into fork/atoktoto/midihost  
						
						... 
						
						
						
						# Conflicts:
#	src/host/usbh.c 
						
						
					 
					
						2025-03-05 18:25:31 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						5f447b76ad 
					 
					
						
						
							
							- add tuh_descriptor_get_string_langid() API  
						
						... 
						
						
						
						- host enumeration always get language id, manufacturer, product and serial string. Which is required by some device such as 8bitdo 
						
						
					 
					
						2025-03-03 23:22:23 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						d132044b75 
					 
					
						
						
							
							add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb()  
						
						... 
						
						
						
						change tuh_midi_rx/tx_cb() to have xferred_bytes
rename tuh_midi_get_num_rx/tx_cables() to tuh_midi_get_rx/tx_cable_count()
use default empty callback instead of weak null to be compatible with keil compiler 
						
						
					 
					
						2025-02-24 16:05:31 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						9920ebff4a 
					 
					
						
						
							
							update bsp for h7 to support host mode  
						
						
						
						
					 
					
						2024-11-07 15:04:19 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						1f18be93db 
					 
					
						
						
							
							change the tusb_rhport_init_t struct, exclude the rhport to make API more consistent  
						
						
						
						
					 
					
						2024-10-14 18:27:52 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						92602b9de3 
					 
					
						
						
							
							change tusb_init(), tusb_rhport_init() to use init struct for expandability  
						
						
						
						
					 
					
						2024-10-11 13:41:53 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						57aac432b5 
					 
					
						
						
							
							add new tusb_int_handler(rhport, in_isr) as common irq handler  
						
						... 
						
						
						
						update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible 
						
						
					 
					
						2024-10-10 16:28:36 +07:00 
						 
				 
			
				
					
						
							
							
								graham sanderson 
							
						 
					 
					
						
						
							
						
						31a979a6cc 
					 
					
						
						
							
							fix some clang compiler warnings  
						
						
						
						
					 
					
						2024-07-18 11:11:06 +01:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						62331f0207 
					 
					
						
						
							
							fix nrfx v3 spim freq when init  
						
						... 
						
						
						
						fix clang build with nrf 
						
						
					 
					
						2024-04-22 15:55:50 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						c8e533e612 
					 
					
						
						
							
							fix build with nrfx v3, though max3421e spi does not seem to work well.  
						
						
						
						
					 
					
						2024-04-22 14:54:35 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						9b6f13716f 
					 
					
						
						
							
							correct rp2040 host with max3421  
						
						
						
						
					 
					
						2024-03-04 16:14:53 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						87d509d416 
					 
					
						
						
							
							make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34x  
						
						
						
						
					 
					
						2024-01-20 01:42:31 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						98781bb903 
					 
					
						
						
							
							- add ch34x_set_data_format()  
						
						... 
						
						
						
						- add ch34x_set_line_coding() 
						
						
					 
					
						2024-01-19 15:58:05 +07:00 
						 
				 
			
				
					
						
							
							
								IngHK 
							
						 
					 
					
						
						
							
						
						c2bbcc9f60 
					 
					
						
						
							
							initial support of CH34x CDC device  
						
						
						
						
					 
					
						2023-12-26 20:14:03 +01:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						551e47a464 
					 
					
						
						
							
							allow rp2040 to use max3421e as host controller  
						
						... 
						
						
						
						- fix warnings build hcd max3421 with rp2040
- add tinyusb_host_max3421 target for rp2040 cmake, -DMAX3421_HOST=1
will enable this
- add max3421 driver implementation for rp2040 family
- update tusb_config for host to allow easy enable host selection for
rp2040 (default/pio-usb/max3421) 
						
						
					 
					
						2023-12-26 22:50:01 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						aedc92f2d3 
					 
					
						
						
							
							fix typo in cdc line coding enum  
						
						
						
						
					 
					
						2023-11-22 11:25:55 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						86f6588c3f 
					 
					
						
						
							
							update example to work with featherwing max3421, set max3421 GPIO0 for vbus  
						
						... 
						
						
						
						tested with feather nrf52840, m0, m4 
						
						
					 
					
						2023-11-20 22:09:38 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						ab9585401b 
					 
					
						
						
							
							wrap up build cmake & make support for max3421, to enable the Host driver, 'MAX3421_HOST=1' must be added as part of make/cmake command  
						
						
						
						
					 
					
						2023-09-11 11:35:51 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						84df3b04db 
					 
					
						
						
							
							minor update  
						
						
						
						
					 
					
						2023-08-27 23:54:24 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						502b1bdda6 
					 
					
						
						
							
							more update to transaction  
						
						
						
						
					 
					
						2023-08-27 23:45:34 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						f2f005cbdf 
					 
					
						
						
							
							fix build iar with lpc43  
						
						
						
						
					 
					
						2023-08-14 22:01:30 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						ef5bd9ee6c 
					 
					
						
						
							
							Merge branch 'master' into enhance-bsp  
						
						
						
						
					 
					
						2023-08-04 00:31:12 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						cf91660cee 
					 
					
						
						
							
							rename hw/bsp/board.h to board_api.h  
						
						
						
						
					 
					
						2023-08-03 15:44:05 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						3f788a4e5a 
					 
					
						
						
							
							enable USBMC for uno r4, add board_init_after_tusb() API  
						
						... 
						
						
						
						add BOARD_UPPERCASE for board detection 
						
						
					 
					
						2023-07-31 19:09:40 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						1c4f22a54c 
					 
					
						
						
							
							EHCI: fix xfer failed with disconnected device as stalled  
						
						... 
						
						
						
						- change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if
not defined
- change QHD_MAX for EHCI, should be user configurable and more
optimized in the future 
						
						
					 
					
						2023-05-16 11:09:22 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						438387be8c 
					 
					
						
						
							
							more refactor  
						
						
						
						
					 
					
						2023-04-27 17:32:56 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						86f6fd17ed 
					 
					
						
						
							
							cp210x seems to work well  
						
						
						
						
					 
					
						2023-04-27 17:09:21 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						cf95b44001 
					 
					
						
						
							
							enable CDC FTDI  
						
						
						
						
					 
					
						2023-04-26 22:36:17 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						76dae8d8c1 
					 
					
						
						
							
							update host example to use new tuh mem macros  
						
						
						
						
					 
					
						2023-03-24 14:08:57 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						4cee79af27 
					 
					
						
						
							
							rename and change default pio usb pin to adafruit feather usb host  
						
						
						
						
					 
					
						2023-03-23 13:08:09 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						f27486e19a 
					 
					
						
						
							
							add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new tuh_itf_info_t  
						
						
						
						
					 
					
						2023-03-22 10:00:42 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						a97f39151e 
					 
					
						
						
							
							fine tune CFG_TUH_HID value  
						
						
						
						
					 
					
						2023-03-22 08:33:30 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						d22fc550c7 
					 
					
						
						
							
							change meaning of CFG_TUH_HID to total number of HID interfaces supported.  
						
						... 
						
						
						
						- previously CFG_TUH_HID is max number of interfaces per device which is
rather limited and consume more resources than needed.
- change hid host instance in API to index 
						
						
					 
					
						2023-03-21 21:04:06 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						bdfcd50b1b 
					 
					
						
						
							
							Merge branch 'master' into portability  
						
						
						
						
					 
					
						2023-03-17 23:53:38 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						3623ba1884 
					 
					
						
						
							
							fix trailing space and new line  
						
						... 
						
						
						
						temporarily disable codespell 
						
						
					 
					
						2023-03-17 16:12:49 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						317177c83d 
					 
					
						
						
							
							update host example, add pio-pico-usb for rp2040  
						
						
						
						
					 
					
						2023-03-17 14:06:25 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						f33883c308 
					 
					
						
						
							
							add tuh_cdc_get_local_line_coding()  
						
						
						
						
					 
					
						2022-12-22 19:41:39 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						05c119ce97 
					 
					
						
						
							
							cdc host, add set line coding API  
						
						
						
						
					 
					
						2022-12-22 18:28:06 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						11233e4d3e 
					 
					
						
						
							
							minor clean up  
						
						
						
						
					 
					
						2022-12-22 11:43:57 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						cd9008e5a9 
					 
					
						
						
							
							add tuh_cdc_tx_complete_cb() callback  
						
						
						
						
					 
					
						2022-12-21 13:05:45 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						84a483f5ea 
					 
					
						
						
							
							add more host cdc API  
						
						... 
						
						
						
						tuh_cdc_write_available(), tuh_cdc_read_flush(), tuh_cdc_rx_cb()
callback 
						
						
					 
					
						2022-12-21 12:47:00 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						badb30a6c3 
					 
					
						
						
							
							correct cdc host app  
						
						
						
						
					 
					
						2022-12-21 12:25:13 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						b3e63c335a 
					 
					
						
						
							
							updat cdc host app  
						
						
						
						
					 
					
						2022-12-21 11:47:07 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						854e5222ae 
					 
					
						
						
							
							finalizing cdc host, has a working read/write  
						
						... 
						
						
						
						TODO: first character seems not to get echoed. set control line state
seems to failed with LOG < 2 
						
						
					 
					
						2022-12-21 00:26:46 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						4f03695084 
					 
					
						
						
							
							adding tuh_cdc_mount_cb/tuh_cdc_umount_cb  
						
						... 
						
						
						
						start adding cdc_app.c to example 
						
						
					 
					
						2022-12-16 17:08:37 +07:00 
						 
				 
			
				
					
						
							
							
								Bastien Nocera 
							
						 
					 
					
						
						
							
						
						6a2cf67289 
					 
					
						
						
							
							Fix typos  
						
						
						
						
					 
					
						2022-12-04 19:43:23 +07:00