Zhihong Chen
556fd6af63
HPMicro: port: fix _dcd_data align to 2048
...
- fix _dcd_data align to 2048
Signed-off-by: Zhihong Chen <zhihong.chen@hpmicro.com >
2024-02-19 20:19:48 +08:00
Zhihong Chen
4803a6826b
update endpoint number usage and fix busid check
...
Signed-off-by: Zhihong Chen <zhihong.chen@hpmicro.com >
2024-02-19 20:19:48 +08:00
sakumisu
e0551b3e7b
config busid and regbase in usbh_initialize and usbd_initialize
2024-02-18 21:15:04 +08:00
sakumisu
31fa2b99c5
enable asix host driver
2024-02-15 22:54:14 +08:00
sakumisu
4313a2666e
check if device is on extern hub
2024-02-09 12:35:44 +08:00
sakumisu
466d241c31
update doc
2024-02-09 12:21:40 +08:00
sakumisu
49116c6fbc
format code
2024-02-09 12:08:08 +08:00
sakumisu
e7a57289ce
update license year
2024-02-09 12:07:29 +08:00
sakumisu
e34ecc6cbb
add volatile for HcEpType & ChannelEna
2024-02-07 21:37:17 +08:00
sakumisu
d1c7fa8c19
support multi port api for device
2024-02-06 19:52:22 +08:00
Zhihong Chen
920b02cb7c
class: msc device: support multi lun
...
- support multi lun
Signed-off-by: Zhihong Chen <zhihong.chen@hpmicro.com >
2024-02-06 18:31:47 +08:00
Zhihong Chen
3f89d1b003
usbd: change endpoint number from 8 to 16
...
- Because the maximum number of endpoints specified in the USB protocol is 16, and some vendors support 16 endpoints
Signed-off-by: Zhihong Chen <zhihong.chen@hpmicro.com >
2024-02-06 18:31:47 +08:00
sakumisu
5897edffed
make serial driver standard for cdc acm, ftdi, cp210x, ch34x
2024-02-03 22:20:58 +08:00
sakumisu
a01c08ddaa
use cdc_linecoding and line state for ftdi
2024-02-02 23:37:46 +08:00
sakumisu
dcad369d06
add ftdi host
2024-02-02 22:53:54 +08:00
sakumisu
8232f64775
add nrf usbhci firmware
2024-02-01 20:49:31 +08:00
sakumisu
6fb3f31cbe
add usbhci_h4 log and update bluetooth submodule
2024-01-31 20:52:01 +08:00
sakumisu
eeb304ae08
update log tag
2024-01-30 23:04:35 +08:00
sakumisu
fc80972284
add nimble submodule
2024-01-29 21:16:05 +08:00
sakumisu
feb69dcd95
add zephyr bluetooth submodule
2024-01-29 21:14:35 +08:00
sakumisu
cdfb7c3fb2
support hci usb h4 for usb bluetooth
2024-01-25 22:06:39 +08:00
sakumisu
24511c4d4b
fix actual len position
2024-01-23 22:05:10 +08:00
sakumisu
c7cf09f6c3
update nimble porting with freertos
2024-01-22 19:49:23 +08:00
sakumisu
6b0a0135ac
remove ununsed macro
2024-01-23 07:39:41 +08:00
sakumisu
04a300d803
remove ununsed header
2024-01-19 23:08:04 +08:00
sakumisu
0f5e05052f
add usbd init and deinit event macro
2024-01-16 22:50:48 +08:00
sakumisu
b773cecd2e
add ecm device write and read api
2024-01-14 18:49:41 +08:00
Zhihong Chen
c4a65146e8
port: hpmicro: fix usb_dc_deinit()
...
- fix usb_dc_deinit()
Signed-off-by: Zhihong Chen <zhihong.chen@hpmicro.com >
2024-01-14 17:00:40 +08:00
Zhihong Chen
6bc6b06076
usbh_core: add iar risc-v support
...
- add iar risc-v support
Signed-off-by: Zhihong Chen <zhihong.chen@hpmicro.com >
2024-01-14 17:00:40 +08:00
sakumisu
125aad65d6
dwc2 use fifo not dma as default because users may have problems in cache
2024-01-13 00:22:03 +08:00
sakumisu
07ced6d023
fix cdc ecm zlp check
2024-01-09 21:20:38 +08:00
sakumisu
45cca3930b
update bluetooth rx callback, add zephyr bluetooth stack porting
2024-01-09 21:18:59 +08:00
sakumisu
eff338f8a7
add ehci hccr offset macro
2024-01-09 20:59:04 +08:00
sakumisu
1158fc3d8c
support multi USB IP for host
2024-01-08 22:47:28 +08:00
sakumisu
d517f2594e
fix macro name
2024-01-06 17:47:22 +08:00
sakumisu
b37f494304
support usb ble host
2024-01-06 12:53:22 +08:00
sakumisu
5fe66b4f0d
dwc2: ctrl and bulk no need nak irq, when intr calls nak, retry by user
2024-01-06 01:09:55 +08:00
sakumisu
249e650c37
rename CONFIG_USBDEV_MSC_BLOCK_SIZE to CONFIG_USBDEV_MSC_MAX_BUFSIZE
2024-01-06 01:07:39 +08:00
sakumisu
cbfac7ec0c
dwc2 low level deinit after usb register reset
2024-01-06 01:07:39 +08:00
sakumisu
7df43ba6a2
release v1.0.0
v1.0.0
2023-12-30 15:42:23 +08:00
sakumisu
e58a78c070
add aic & intel ehci glue, add rtems osal
2023-12-30 15:01:20 +08:00
sakumisu
1492b8cca9
remove ch32 host, nrf5x, rp2040 port
2023-12-30 14:44:52 +08:00
sakumisu
67a3bbe02e
fix hctsiz macro name
2023-12-30 14:39:34 +08:00
sakumisu
65b2de960b
update gccfg for stm32h7/f7
2023-12-30 14:39:26 +08:00
sakumisu
019c9cff6e
fix dwc2 out chan actual len
2023-12-28 20:57:50 +08:00
sakumisu
2662a3497d
add \t for hub info log
2023-12-27 20:21:10 +08:00
sakumisu
7f7add7cec
update memory usage
2023-12-27 20:20:25 +08:00
sakumisu
fa2900d4cd
fix rst grammar
2023-12-26 23:04:54 +08:00
sakumisu
d30d08ca3a
musb do not use alloc pipe
2023-12-26 22:52:32 +08:00
sakumisu
02685793aa
update demo version
2023-12-26 20:37:23 +08:00