Commit Graph

46 Commits

Author SHA1 Message Date
49a8529dcf clean up cmake, remove family_get_project_name() 2025-12-19 12:33:42 +07:00
abf27bfa37 Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-12-16 20:47:37 +01:00
22534a6019 Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612
Signed-off-by: Zixun LI <admin@hifiphile.com>
2025-12-16 11:51:42 +01:00
d8da458a0b example: host: support hpmicro family
Signed-off-by: Zhihong Chen <zhihong.chen@hpmicro.com>
2025-12-16 13:11:21 +08:00
1583864e0b minor clean up 2025-12-15 13:28:24 +07:00
b43b99a571 bsp: nxp: add support for RW612 (FRDM-RW612)
- 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-14 01:30:12 +01:00
2d3aaaf6e1 bsp/stm32h5: support host mode
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-11-27 22:39:34 +01:00
fb631c9a40 hcd: add fsdev driver
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-11-25 22:45:40 +01:00
4b92d325be device_info wait 100ms for host's uart, needed for hil test 2025-11-19 15:07:50 +07:00
0172f40e66 update espressif cmake 2025-11-06 11:39:10 +07:00
c48bbfab5e more make refactor 2025-10-14 17:53:55 +07:00
0a2b6e77da more warnings fix 2025-10-14 17:33:56 +07:00
9bf18d080b move make.mk to hw/bsp/family_support.mk 2025-10-14 15:14:43 +07:00
be9409bfa7 Fix board_init_after_tusb
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 23:44:01 +02:00
e598972438 add board_vbus_set() for samd21/d51 to enable usb host vbus
enable host example build for samd21/d51
2025-07-09 16:01:11 +07:00
4b95a70bee enable ci host and dual build for ch32v20x 2025-07-05 11:51:33 +07:00
0388700ad7 update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM 2025-07-02 15:32:12 +07:00
386f33807a Merge branch 'master' into fork/james-advatek/stm32n657nucleo 2025-06-12 11:02:54 +07:00
56c9521abd chore: squash previous commits from other branches 2025-06-04 11:21:27 +10:00
9645baa42e include h7rs in host examples.
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-04-22 20:19:34 +02:00
4787cd5f54 fix(hcd) hcd_edpt_open() return true if endpoint is already opened. 2025-04-03 18:11:33 +07:00
e54753814b enable hil dual for metro m4 with max3421 2025-03-21 00:11:18 +07:00
02a630b3da Merge pull request #1627 from atoktoto/midihost
RP2040 MIDI Host
2025-03-09 19:01:10 +07:00
65e44e0a51 fix(dwc2) host driver conflict with max3421e 2025-03-06 22:46:21 +07:00
6ebd362cfd Merge branch 'master' into fork/atoktoto/midihost
# Conflicts:
#	src/host/usbh.c
2025-02-21 10:59:40 +07:00
86d371fb79 more ci fix 2025-02-12 13:58:01 +07:00
14f1feac84 Fix path.
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-02-11 20:56:41 +01:00
09bce3532c Add CMake presets.
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-02-09 00:25:38 +01:00
c8130afe9b bump up cmake min to 3.20 2025-01-21 16:28:26 +07:00
123f1affb7 update device_info example to work with p4 dcache 2024-11-27 00:01:37 +07:00
aeae2966a2 hil add stm32f723disco, add test flags for device/host/dual 2024-11-13 13:08:30 +07:00
839ec17292 fix example build 2024-11-12 22:03:13 +07:00
e391e33492 update host/device_info to build with freertos for espressif board. Add hil test for host/device_info 2024-11-12 19:00:00 +07:00
3831786ede minor clean up 2024-11-08 22:53:28 +07:00
9920ebff4a update bsp for h7 to support host mode 2024-11-07 15:04:19 +07:00
f5978876d2 get hprt interrupt triggered 2024-10-21 11:43:37 +07:00
10a3aa3cc8 adding hcd dwc2 2024-10-15 13:03:12 +07:00
1f18be93db change the tusb_rhport_init_t struct, exclude the rhport to make API more consistent 2024-10-14 18:27:52 +07:00
92602b9de3 change tusb_init(), tusb_rhport_init() to use init struct for expandability 2024-10-11 13:41:53 +07:00
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
de62b55042 add dual/host_info_to_device_cdc example 2024-06-18 13:29:04 +07:00
d945261aef LOG3 in isr 2024-06-18 12:53:57 +07:00
f93eb40b1d add host/device_info example 2024-06-18 12:52:32 +07:00
6b5490ced6 merge device_info into bare_api example 2022-03-11 13:12:36 +07:00
37960990a5 Print speed. Don't crash if string get fails 2022-03-10 11:01:44 -08:00
22f682c378 Add host example that prints out info of connected devices 2022-03-09 15:22:31 -08:00