386f33807aMerge branch 'master' into fork/james-advatek/stm32n657nucleo
hathach
2025-06-12 11:02:54 +07:00
170de855a3Merge pull request #2960 from HiFiPhile/h7rs
Ha Thach
2025-06-11 21:05:33 +07:00
732a07ba5dfix linker issue with clang
hathach
2025-06-11 19:59:24 +07:00
14124c1735add h7rs to ci matrix
hathach
2025-06-11 19:35:20 +07:00
d3d505e8f7Merge branch 'master' into fork/HiFiPhile/h7rs
hathach
2025-06-11 16:23:54 +07:00
8e25220369Merge pull request #3145 from hathach/refactor-maxim-bsp
Ha Thach
2025-06-11 16:20:35 +07:00
41e615d7c2add make build for maxim
hathach
2025-06-11 12:00:20 +07:00
1be7b8f781remove max32666fthr from hil pool
hathach
2025-06-10 23:29:45 +07:00
b56265f381merge all maxim (32650, 32666, 32690, 78002) family into common bsp/maxim. Only support cmake build system rename hw/mcu/analog/max32 to hw/mcu/analog/msdk
hathach
2025-06-10 22:28:03 +07:00
b203d9eaf7Merge pull request #3143 from Precidata/fix-epsize
HiFiPhile
2025-06-09 18:15:33 +02:00
f5944d35b0vendor device open fix for descriptor parsing
ZakDanger
2025-05-09 18:17:07 +10:00
542e5b4550Merge pull request #3114 from hathach/fix-sigma-mouse-multiple-attach
Ha Thach
2025-05-06 21:40:23 +07:00
95be35b587add support for usbtmc vendor-spicific command messages
Moritz Scholjegerdes
2025-05-06 16:06:10 +02:00
a05fc50461clean up ci
hathach
2025-05-06 18:01:30 +07:00
fb2214dea6move hil into build workflow
hathach
2025-05-06 16:30:34 +07:00
809af3e74cchore(usbh): change removing_hubs to array instead of bitmask
hathach
2025-05-06 15:44:00 +07:00
bc37ed6e3eusbh: force removed device in the same bus info, before setting address. usbh: move code around hub: queue status endpoint for detach/remove event
hathach
2025-05-06 15:23:23 +07:00
e7d4b5c9e7add enum for set addr recovery
hathach
2025-04-29 17:04:10 +07:00
fc43eeddf2attach debouncing fixed issue with port1 highspeed on imxrt
hathach
2025-04-29 10:11:20 +07:00
538684ac62- spelling fixes to pass ci - added mca156 the list in boards.rst. - Fixup to family.cmake for mcxa156 to pass ci
Eli Hughes
2025-04-28 07:58:09 -04:00
08ebf1b0f2Merge branch 'hathach:master' into mcxa156__sdk216
ehughes
2025-04-28 07:09:42 -04:00
42d4f7c81eremove the old attach duplicated logic, debouncing skip should take care of it.
hathach
2025-04-28 15:10:03 +07:00
2c1414b4c1usbh: add roothub debounncing flag to ignore attach/remove event on the roothub that is currently doing debouncing delay
hathach
2025-04-28 12:59:59 +07:00
a22e45b816Merge pull request #3100 from wavenumber-eng/get_deps_fix
Ha Thach
2025-04-28 10:36:29 +07:00
f392b4c91dAdded initial support for FRDM-MCXA156 and fixed up a crash with MCXN947
Eli Hughes
2025-01-01 13:22:48 -05:00
0937a2b2d3using get-deps from tinyuf2
Eli Hughes
2025-04-26 13:04:39 -04:00
b5d4d0f623Merge pull request #3096 from hathach/usbh-improve-hub
Ha Thach
2025-04-24 23:02:18 +07:00
b5b7a4be60hub check status before get 1st device descriptor
hathach
2025-04-24 21:53:57 +07:00
0f784e8a07refactor hub driver and move port reset on connection change to usbh. hub: add hub_port_get_status_local(), ignore resp in hub_port_get_status(pot != 0) usbh properly deboucning with hub/rootport accordingly to usb specs, also add 10ms of reset recovery
hathach
2025-04-24 17:59:45 +07:00
1afe8a0039Merge pull request #3095 from fenugrec/ex_cmake_CM0
Ha Thach
2025-04-24 10:46:14 +07:00
89f8d0cffbadd tuh_address_set() API minor rename and move code around
hathach
2025-04-24 10:41:00 +07:00
736b1d50bcexamples cmake: fix gcc flag -mcpu=cortex-m0
fenugrec
2025-04-23 16:01:24 -04:00
8b3c558881Merge pull request #3093 from hathach/refactor-usbh-bus-info
Ha Thach
2025-04-23 20:08:38 +07:00
9a1f690ec4move usbh ctrl_xfer into usbh_data
hathach
2025-04-23 16:50:58 +07:00
a2da575793rename and expose tuh_bus_info_get() to application
hathach
2025-04-23 16:03:40 +07:00
741cb3cf02rename 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)
hathach
2025-04-23 12:35:32 +07:00
b632686f54Merge pull request #3080 from HiFiPhile/enum_racing
Ha Thach
2025-04-23 10:41:14 +07:00