| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-16 | example: host: support hpmicro family | Zhihong Chen | |
| Signed-off-by: Zhihong Chen <[email protected]> | |||
| 2025-12-15 | minor clean up | hathach | |
| 2025-12-14 | bsp: nxp: add support for RW612 (FRDM-RW612) | gab-k | |
| - Added `rw61x` family support. - Added `frdm_rw612` board support. - Update `get_deps.py` to include mcux-sdk for RW61x. - Add ci_hs_rw61x include to ChipIdea HS driver and enable host examples. | |||
| 2025-12-13 | example/bare_api: move buffer into USB section | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-13 | update LPC54 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-13 | example/msc_app: move buffers into usb ram section | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-13 | bsp/lpc55: add hcd_ip3516 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-13 | Merge branch 'refs/heads/master' into hcd_fsdev | hathach | |
| 2025-12-02 | adding metrics for computing average compiled size | hathach | |
| 2025-11-27 | fix build | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-11-27 | bsp/stm32h5: support host mode | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-11-25 | fsdev: reorganize functions | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-11-25 | hcd: add fsdev driver | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-11-19 | device_info wait 100ms for host's uart, needed for hil test | hathach | |
| 2025-11-08 | fix more alerts | hathach | |
| 2025-11-06 | update espressif cmake | hathach | |
| 2025-11-04 | Fixed more alert found by PVS-Studio | hathach | |
| 2025-11-03 | fix #2942, include stdio if CFG_TUSB_DEBUG > 0 and CFG_TUSB_DEBUG_PRINTF is ↵ | hathach | |
| not defined | |||
| 2025-10-30 | Merge pull request #3271 from karlp/pr/examplesd-freertos-stacks | Ha Thach | |
| examples/device/*_freertos: expand stack size when needed | |||
| 2025-10-30 | increase freertos stack size when debug is enabled | hathach | |
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach | |
| fix compiling with nuc family | |||
| 2025-10-14 | fix lots of warnings for missing-prototypes for irqhandler | hathach | |
| 2025-10-14 | more make refactor | hathach | |
| 2025-10-14 | more warnings fix | hathach | |
| 2025-10-14 | improve cmake warning flags, fix various warnings in examples | hathach | |
| 2025-10-14 | move make.mk to hw/bsp/family_support.mk | hathach | |
| 2025-10-01 | examples/device/*_freertos: expand stack size when needed | Karl Palsson | |
| All four of these examples immediately crashed on stack overflow when connected, at least on a FRDM_K64F board. In 46fd82299040f the default freertos stack size was increased, but _only_ for stm32? Perhaps either all platform examples need the default increased, rather than increasing the problem task stacks as is done here. Signed-off-by: Karl Palsson <[email protected]> | |||
| 2025-09-29 | Refresh board presets | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-17 | Fix board_init_after_tusb | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-07-09 | add board_vbus_set() for samd21/d51 to enable usb host vbus | hathach | |
| enable host example build for samd21/d51 | |||
| 2025-07-05 | enable ci host and dual build for ch32v20x | hathach | |
| 2025-07-02 | update example | hathach | |
| 2025-07-02 | update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM | hathach | |
| 2025-06-27 | clean up | hathach | |
| 2025-06-20 | cdch clean up and refactor, add explicit sync() API | hathach | |
| 2025-06-19 | revert CFG_TUH_CDC_DTR/RTS_CONTROL_ON_ENUM | hathach | |
| 2025-06-17 | add common cdch_process_set_config() to safely complete set_config() when it ↵ | hathach | |
| failed. driver_process_set_config() also pass drv index with user_data | |||
| 2025-06-16 | Merge branch 'master' into fork/IngHK/cdch_upgrade | hathach | |
| # Conflicts: # README.rst # docs/reference/index.rst # src/class/cdc/cdc_device.c # src/class/cdc/cdc_host.c | |||
| 2025-06-12 | Merge branch 'master' into fork/james-advatek/stm32n657nucleo | hathach | |
| 2025-06-04 | chore: squash previous commits from other branches | James Sandison | |
| 2025-05-15 | Merge branch 'master' into h7rs | HiFiPhile | |
| 2025-05-13 | fix warnings, minor clean up | 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-22 | include h7rs in host examples. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-17 | fix iar make build with wb and u5 | hathach | |
| 2025-04-03 | fix(hcd) hcd_edpt_open() return true if endpoint is already opened. | hathach | |
| 2025-03-25 | fix wanings | hathach | |
| 2025-03-25 | add tuh_edpt_close() API, it will abort any pending transfer | hathach | |
| implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header. | |||
| 2025-03-21 | enable hil dual for metro m4 with max3421 | hathach | |
| 2025-03-09 | Merge pull request #1627 from atoktoto/midihost | Ha Thach | |
| RP2040 MIDI Host | |||
