49a8529dcf
clean up cmake, remove family_get_project_name()
2025-12-19 12:33:42 +07:00
c859744784
adding metrics for computing average compiled size
2025-12-02 13:01:49 +07:00
c9a9e94ae5
tweak to dual host info device cdc to make it easier to pass hil test
2025-11-14 11:56:13 +07:00
aac7ad1eb6
cdc device tx_persistent for dual host info to help with hil test
2025-11-13 13:56:02 +07:00
94c1e05a72
fix typo detected by copilot
2025-11-06 19:26:44 +07:00
cd90d94e7c
make host info to devcie cdc to work with freertos/noos
2025-11-06 19:08:53 +07:00
d92b810df7
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
...
fix compiling with nuc family
2025-10-28 14:14:01 +07:00
a12806a6cd
fix descriptor warning when shifting zero
2025-10-28 00:17:26 +07:00
f39dcae9f1
fix several warnings
2025-10-24 13:04:49 +07:00
a8be575953
fix build warning with clang
2025-10-15 15:27:48 +07:00
c48bbfab5e
more make refactor
2025-10-14 17:53:55 +07:00
9bf18d080b
move make.mk to hw/bsp/family_support.mk
2025-10-14 15:14:43 +07:00
3773d60a1e
fix typos
2025-10-02 17:15:22 +07:00
be9409bfa7
Fix board_init_after_tusb
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-09-17 23:44:01 +02:00
4b95a70bee
enable ci host and dual build for ch32v20x
2025-07-05 11:51:33 +07:00
0ebc91ec97
update stm32wb linker to match new startup
2025-05-14 15:41:57 +07:00
fe4446090e
fix dual example for rp2350 conflict printf and cdc_printf
2025-05-13 16:27:26 +07:00
69dca9518c
added mimxrt1064_evk to hil test pool
2025-03-26 15:20:27 +07:00
875e645b32
update hil test to include dual and host for pico/pico2
2025-03-24 23:56:32 +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
9920ebff4a
update bsp for h7 to support host mode
2024-11-07 15:04:19 +07:00
772edf879b
fix iar build
2024-11-06 22:13:05 +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
0db42aac71
add hil support for dual host_info_to_cdc
...
replace itsybitsy m4 by metro m4 + max3421e
2024-08-22 18:14:14 +07:00
de62b55042
add dual/host_info_to_device_cdc example
2024-06-18 13:29:04 +07:00
f93eb40b1d
add host/device_info example
2024-06-18 12:52:32 +07:00
26ca48e7a7
move make.mk and rules.mk to build_system/make
2023-11-23 20:20:01 +07:00
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
92457ec99f
Merge pull request #2202 from Rocky04/patch-4
...
Invoke unmounted state on configuration reset
2023-08-09 20:48:26 +07:00
45af3d6a83
Update examples
2023-08-07 12:04:22 +00:00
9697c4df4e
update all examples to use unique ID as serial if avaialble
2023-08-04 10:28:24 +07:00
ef5bd9ee6c
Merge branch 'master' into enhance-bsp
2023-08-04 00:31:12 +07:00
cf91660cee
rename hw/bsp/board.h to board_api.h
2023-08-03 15:44:05 +07:00
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
ec093bebad
Merge branch 'master' into renesas_ra_hs_rebased
2023-07-27 16:50:34 +07:00
fbaa148fe0
updating hcd rusb2
...
- make osal_task_delay() as weak function in usbh
- implement osal_task_delay() in hcd rusb2 (may moved to other places)
2023-07-26 18:55:41 +07:00
1cc7c5d030
add hcd_edpt_abort_xfer() API
2023-07-21 12:43:48 +07:00
e43387abac
rework cmake with rtos support add RTOS to family_configure_device/host/dual_example()
2023-06-27 15:45:38 +07:00
a9aa0e3a1a
fix error on EHCI causes xfer error in non-queued qhd which cause memory fault
2023-05-16 11:10:44 +07:00
c0e4c02b9d
allow imxrt build with dual exmaples
2023-05-10 11:15:11 +07:00
6945c594d5
update all device cmake example for imx
2023-05-07 22:09:08 +07:00
76dae8d8c1
update host example to use new tuh mem macros
2023-03-24 14:08:57 +07:00
a97f39151e
fine tune CFG_TUH_HID value
2023-03-22 08:33:30 +07:00
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