index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/audio-fifo-priming
claude/mtp-data-phase-fixes
claude/usbh-enum-timeout
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
hil-openocd-recover-flasher
master
merge_os
port-embos
raw_gadget_review
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
portable
/
nxp
/
khci
Age
Commit message (
Expand
)
Author
2024-02-24
only save/restore CLK_RECOVER_IRC_EN/CTRL if FSL_FEATURE_USB_KHCI_IRC48M_MODU...
hathach
2024-02-24
fix build with cpu without USB_CLK_RECOVER using old dcd_khci driver
hathach
2024-02-24
frdm k64f usb work well, add kinetis_k to ci cmake
hathach
2024-02-04
Merge branch 'hathach:master' into nxp_k64
Michael Fischer
2023-09-27
change hcd_int_handler(rhport, in_isr) signature: add in_isr
hathach
2023-08-28
Merge branch 'master' into nxp_k64
Ha Thach
2023-08-28
rename OPT_MCU_KINETIS_K64 to OPT_MCU_KINETIS_K
hathach
2023-08-04
Merge branch 'master' into master
Ha Thach
2023-07-26
correct hcd_edpt_clear_stall() API signature
hathach
2023-07-24
Merge branch 'master' into hcd-abort-xfer
Ha Thach
2023-07-24
rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack
hathach
2023-07-23
Added support for the NXP K64 series
emb4fun
2023-07-21
add stub hcd_edpt_abort_xfer() for all ports
hathach
2023-07-02
made line ends consistent.
Lars Pötter
2023-03-24
separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to
hathach
2023-03-18
more update to kinetis bsp
hathach
2023-03-18
merge kinetis into its own family in bsp
hathach
2023-03-18
Add support for NXP FRDM_K32L2A4S eval board.
Bob Paddock
2023-03-17
fix trailing space and new line
hathach
2022-03-07
added dcd_sof_enable() stubs for all other ports
hathach
2022-03-04
rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAX
hathach
2022-02-25
rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED
hathach
2022-02-25
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
hathach
2022-01-27
Fix handling for pending transfers
kkitayam
2022-01-27
Change hcd_edpt_xfer to send at the next SOF
kkitayam
2022-01-27
Add handling for NAK response
kkitayam
2022-01-27
Fix handling control transfer
kkitayam
2022-01-27
Add HCD functions for KL25Z
kkitayam
2021-10-24
remove ep descriptor wMaxPacketSize bitfield due to endian issue
hathach
2021-09-17
minor clean up
hathach
2021-09-17
use correct resume detection for kl25z
hathach
2021-09-17
minor update to dcd khci
hathach
2021-09-15
Fix stall interrupt handling
kkitayam
2021-09-15
merge master and minor clean up
hathach
2021-09-10
Fix dcd_edpt_clear_stall to reset data toggle
kkitayam
2021-09-09
Fix stall handling
kkitayam
2021-09-08
Implement dcd_edpt_close_all for NXP khci
kkitayam
2021-08-26
add dcd_edpt_close_all() for clear existing configured state
hathach
2021-08-23
initial commit of support for K32L2B
Greg Steiert
2021-01-08
use dcd_event_bus_reset() with speed to replace bus_signal
hathach
2020-12-23
fixed wrong direction to enable EP in dcd_edpt_open.
kkitayam
2020-12-18
added support for frdm_kl25z
kkitayam