index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
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
etmtrace-rp2350
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
/
nordic
Age
Commit message (
Expand
)
Author
2019-11-11
update dcd nrf5x to be indepent from nrf_usbd.h
hathach
2019-08-05
clean up
hathach
2019-08-05
nrf5x remove the depenedent on nrfx_power.h
hathach
2019-08-05
merge dcd/hal_nrf5x.c into dcd/dcd_nrf5x.c
hathach
2019-06-10
remove dcd_edpt_busy()
hathach
2019-05-14
more clean up use inline bit funciton instead of macros
hathach
2019-05-14
update license year to 2019
hathach
2019-05-09
fix clear stall usage, fix reset data toggle with dcd_clear_stall for nrf52
hathach
2019-05-01
clean up
hathach
2019-04-08
fix #53 use nrfx_usbd_errata.h
hathach
2019-04-02
nrf5x enable suspend after set address, instead of set config
hathach
2019-03-31
nrf5x added LOWPOWER when suspend/resume
hathach
2019-03-30
added tud_suspended() and tud_ready()
hathach
2019-03-30
added dcd_remote_wakeup() stub for all ports
hathach
2019-03-30
usbd add connected, suspended, remote_wakeup
hathach
2019-03-29
working on suspend and resume
hathach
2019-03-29
added Suspend and Resume event for nrf5x port
hathach
2019-03-27
replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stall
hathach
2019-03-27
remove dcd_get_frame_number()
hathach
2019-03-24
remove tusb_hal_millis() usage, less work for porting
hathach
2019-03-20
migrate license from BSD 3 clause to MIT
hathach
2019-03-13
dcd_set_address include status response, usbd control stall both control in a...
hathach
2019-01-29
nrf5x Let application decide USBD_IRQn priority
hathach
2019-01-29
clean up
hathach
2018-12-21
change to dcd_get_frame_number
hathach
2018-12-17
add dcd_get_microframe()
hathach
2018-12-14
rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency
hathach
2018-12-12
rename edpt_dir/number/addr to tu_edpt_*
hathach
2018-12-05
update nrf errata
hathach
2018-12-05
hal clean up
hathach
2018-12-05
remove dcd_connect/disconnect since there is no usage now
hathach
2018-11-26
clean up warnings
hathach
2018-11-23
rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESS
hathach
2018-11-23
nrf5x add DCD_EVENT_UNPLUGGED event
hathach
2018-11-16
nrf5x: clean up dcd, add comment
hathach
2018-11-16
nrf5x: correct control transfer direction
hathach
2018-11-08
Polish up control split and treat it more like a normal endpoint.
Scott Shawcroft
2018-11-07
Split out the control endpoint logic
Scott Shawcroft
2018-11-07
Add SAMD21 and SAMD51 support for CircuitPython.
Scott Shawcroft
2018-10-25
add dcd event helper setup_recieved and bus_signal
hathach
2018-10-24
replace dcd_xfer_complete by dcd_xfer_complete()
hathach
2018-10-23
replace dcd_bus_event() and dcd_setup_received() by dcd_event_handler()
hathach
2018-10-23
clean up helper func
hathach
2018-09-25
clean up, update nrfx to 1.3.0
hathach
2018-08-30
remove CFG_TUD_CDC_FLUSH_ON_SOF option
hathach
2018-08-28
nrf5x fix an issue with EP0STATUS require Easy DMA
hathach
2018-08-28
minor nrf52 driver correct
hathach
2018-08-23
fix compiler warnings
hathach
2018-08-23
rename common func to avoid conflict
hathach
2018-08-13
fix issue with cdc write failed sometimes
hathach
[next]