| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-15 | Merge branch 'master' into xfer_close | HiFiPhile | |
| 2025-05-15 | Merge branch 'master' into xfer_close | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-05-15 | Fix transfer failed event still queued | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-05-15 | Merge pull request #3121 from hathach/bump-gcc14 | Ha Thach | |
| Bump gcc14 | |||
| 2025-05-15 | bump up pio-usb and codeql version | hathach | |
| 2025-05-14 | update stm32wb linker to match new startup | hathach | |
| 2025-05-13 | fix dual example for rp2350 conflict printf and cdc_printf | hathach | |
| 2025-05-13 | pump up pico-pio-usb and cmsis_device_wb | hathach | |
| 2025-05-13 | fix warnings, minor clean up | hathach | |
| 2025-05-12 | bump ci to gcc 14 | hathach | |
| 2025-05-09 | simplify vendord_open parsing loop | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-05-09 | revert 'end fix' | ZakDanger | |
| 2025-05-09 | revert 'end fix' | ZakDanger | |
| 2025-05-09 | vendor device open fix for descriptor parsing | ZakDanger | |
| 2025-05-06 | Merge pull request #3114 from hathach/fix-sigma-mouse-multiple-attach | Ha Thach | |
| Fix sigma mouse multiple attach | |||
| 2025-05-06 | add support for usbtmc vendor-spicific command messages | Moritz Scholjegerdes | |
| 2025-05-06 | clean up ci | hathach | |
| 2025-05-06 | move hil into build workflow | hathach | |
| 2025-05-06 | chore(usbh): change removing_hubs to array instead of bitmask | hathach | |
| 2025-05-06 | usbh: force removed device in the same bus info, before setting address. | hathach | |
| usbh: move code around hub: queue status endpoint for detach/remove event | |||
| 2025-05-04 | dcd/ci_hs: add vbus charge option. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-29 | fix pre-commmit | hathach | |
| 2025-04-29 | Merge pull request #3104 from hathach/usbh-attach-debounce | Ha Thach | |
| Usbh attach debounce | |||
| 2025-04-29 | define hcd_devtree_info_t forr backward compatible | hathach | |
| 2025-04-29 | add enum for set addr recovery | hathach | |
| 2025-04-29 | attach debouncing fixed issue with port1 highspeed on imxrt | hathach | |
| 2025-04-28 | - spelling fixes to pass ci | Eli Hughes | |
| - added mca156 the list in boards.rst. - Fixup to family.cmake for mcxa156 to pass ci | |||
| 2025-04-28 | Merge branch 'hathach:master' into mcxa156__sdk216 | ehughes | |
| 2025-04-28 | remove the old attach duplicated logic, debouncing skip should take care of it. | hathach | |
| 2025-04-28 | usbh: add roothub debounncing flag to ignore attach/remove event on the ↵ | hathach | |
| roothub that is currently doing debouncing delay | |||
| 2025-04-28 | Merge pull request #3100 from wavenumber-eng/get_deps_fix | Ha Thach | |
| Fixed broken deps on a fresh clone | |||
| 2025-04-27 | Added initial support for FRDM-MCXA156 and fixed up a crash with MCXN947 | Eli Hughes | |
| I will be porting tinyuf2 to MCXA156 and N947 and need this work in place. This is the 1st step before bringing in support for other MCX devices. We had previous patched https://github.com/hathach/mcux-sdk.git' for MCX support as it was not pulically available I updated get_deps to point to the mcux-sdk version 2.16.10 from NXP. I repointed the entry in the get_deps script to use NXP MCU repo. The existing current code couldn't build as the MCUXpresso SDK was old. - For now, I put a copy of fsl_spc.c in the drivers folder for the mcx family. None of the ports could build with the version in the mcux github sdk. The sdk on github has version 2.4.0. The SDK package that can be downloaded with the SDK generator uses 2.4.2. All of the clock_config routines use versions of the datastructure from 2.4.2. For now, keeping an updated copy in hw/bsp/mcx/drivers so we can build against the latest mcuxpresso sdk and enable MCXA156. I'll file an issue on the nxp github. - Cleaned up the MCX family.c a little bit. the MCXA/N these chips don't have SCT so I removed the neopixel code. - fixed a clock init issue w/ N947 that was causing it to crash when initializing the uart. - I tested the cmake and make scripts on the A153,A156 and N947 using the CDC/MSC sample. All worked OK. - Patched get_deps so it will do a fetch/check on a new folder. Some of the deps were failing on a fresh clone of tinyusb - Fixed lpc51,54 and lpc55 make/cmake files to build with mcuxpresso sdk 2.16.10 The folder structure for flexcomm/uart changed a little bit - lpc55s59 libpower_hardabi.a no longer is included in mcuxpressosdk, (fsl_power.c is replacement). remove of libpower_hardabi.a from the linker config. LPC55 still works as expected. - Using tinyuf2 get deps | |||
| 2025-04-27 | using get-deps from tinyuf2 | Eli Hughes | |
| 2025-04-24 | Merge pull request #3096 from hathach/usbh-improve-hub | Ha Thach | |
| Usbh improve hub | |||
| 2025-04-24 | hub check status before get 1st device descriptor | hathach | |
| 2025-04-24 | fix build | hathach | |
| 2025-04-24 | refactor hub driver and move port reset on connection change to usbh. | hathach | |
| 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 | |||
| 2025-04-24 | Merge pull request #3095 from fenugrec/ex_cmake_CM0 | Ha Thach | |
| examples cmake: fix gcc flag -mcpu=cortex=m0 | |||
| 2025-04-24 | add tuh_address_set() API | hathach | |
| minor rename and move code around | |||
| 2025-04-23 | examples cmake: fix gcc flag -mcpu=cortex-m0 | fenugrec | |
| 2025-04-23 | Merge pull request #3093 from hathach/refactor-usbh-bus-info | Ha Thach | |
| refactor(usbh) improve the usage of bus info | |||
| 2025-04-23 | move usbh ctrl_xfer into usbh_data | hathach | |
| 2025-04-23 | rename and expose tuh_bus_info_get() to application | hathach | |
| 2025-04-23 | rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to ↵ | hathach | |
| hcd_bus_info_get streamline bus info to usbh_devies, also replace dev0 (renamed to dev0_bus) | |||
| 2025-04-23 | Merge pull request #3080 from HiFiPhile/enum_racing | Ha Thach | |
| host: fix enumerate racing | |||
| 2025-04-22 | Compile fix. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-22 | include h7rs in host examples. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-22 | reduce ENUM_DEBOUNCING_DELAY_MS to 200ms | hathach | |
| replace dev0.enumerating by enumerating_daddr for better clean up on unplugging while enumerating move controller_id & enumerating_daddr into _usbh_data struct | |||
| 2025-04-22 | move removing dev0 to process_removing_device() | hathach | |
| 2025-04-22 | Also cleanup unaddressed device. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
