hathach
|
76c43a5bdc
|
Merge branch 'master' into add-max3421-esp32
|
2023-09-27 17:52:18 +07:00 |
|
hathach
|
3b0ffd0f48
|
change hcd_int_handler(rhport, in_isr) signature: add in_isr
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
|
2023-09-27 15:51:03 +07:00 |
|
hathach
|
f6ca86c3dd
|
tested cdc_msc_hid_freertos with samd51
add -Wno-error=format for espressif
wrap up cdc_msc_hid_freertos
|
2023-09-26 19:09:36 +07:00 |
|
hathach
|
c074488f75
|
minor rename
|
2023-09-09 12:20:16 +07:00 |
|
hathach
|
bcc77a60e0
|
get spi working for metro m4 express
|
2023-09-08 17:40:00 +07:00 |
|
hathach
|
21ab40bab2
|
- wrap up hcd max3421, work well with nrf52840
- also add usbh_defer_func()
|
2023-09-07 12:38:18 +07:00 |
|
hathach
|
3b7d5aa042
|
improve connection & disconnection detection. But there is still issue when CONDETIRQ occurs but we are disabled interrupt (for osal queue access).
|
2023-08-31 16:52:09 +07:00 |
|
hathach
|
1ab488eb06
|
call xfer_complete_isr() when result is not successful (stalled or failed)
|
2023-08-30 16:04:18 +07:00 |
|
hathach
|
3740a3287a
|
- correct tuh_max3421e_int_api() for nrf52
- hcd_int_disable/enable is software only to reduce interrupt lag
|
2023-08-29 18:22:21 +07:00 |
|
hathach
|
3ed5d6c372
|
complete enumeration
|
2023-08-24 16:27:12 +07:00 |
|
hathach
|
e3f3179924
|
able to get 8 byte descriptor, but read(RCVBC) always return 0
- rename max3421e to max3421
- fix incorrect bitmask for HCTL, fix initial device connect
- fix bus reset cause connect IRQ
|
2023-08-23 15:08:12 +07:00 |
|
hathach
|
274578ff46
|
able to send setup packet
|
2023-08-22 23:17:12 +07:00 |
|
hathach
|
cacc96b25d
|
adding connection event handling, add nrf gpio interrupt for max2341e interrupt pin
|
2023-08-18 17:39:10 +07:00 |
|
hathach
|
824e585e2b
|
ground works for hcd max3421e
|
2023-08-18 14:07:38 +07:00 |
|
hathach
|
a5768f52b4
|
more board_api.h rename
|
2023-08-03 15:50:52 +07:00 |
|
hathach
|
e754795d3a
|
fix build warnings
|
2023-06-16 15:29:34 +07:00 |
|
hathach
|
d7175ad834
|
update nrf cmake and make to support nrf5340 (pca10095)
|
2023-05-15 23:34:24 +07:00 |
|
hathach
|
3623ba1884
|
fix trailing space and new line
temporarily disable codespell
|
2023-03-17 16:12:49 +07:00 |
|
hathach
|
d10326cb4e
|
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
|
2022-02-25 18:35:21 +07:00 |
|
hathach
|
689d74a595
|
fix board test example build with nrf
|
2021-05-26 16:41:17 +07:00 |
|
hathach
|
954056da0c
|
fix warnings cast function type for nrf, fix pico osal warning
add TODO for overflow in tusb_fifo.c
|
2021-05-25 21:02:40 +07:00 |
|
hathach
|
a2366fce53
|
move msp430 into family
|
2021-03-02 11:08:44 +07:00 |
|
hathach
|
630692d81b
|
move all nrf boards into its family group
|
2020-11-28 10:48:44 +07:00 |
|
hathach
|
658194ccc4
|
group more nrf boards
|
2020-11-28 00:45:44 +07:00 |
|
hathach
|
4130c50b01
|
grouping nrf boards
|
2020-11-28 00:16:28 +07:00 |
|