index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/ci-select-rule17
claude/mtp-data-phase-fixes
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
hil-report
master
merge_os
port-embos
raw_gadget_review
update-sponsor
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
/
tinyusb
/
device
/
dcd_lpc43xx.c
Age
Commit message (
Expand
)
Author
2018-03-02
rename hal_init() to hal_usb_init()
hathach
2018-03-02
clean up compiler
hathach
2018-03-02
rename hal.h to tusb_hal.h
hathach
2014-05-13
add lpcxpresso spifi flash setting
hathach
2014-04-25
cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZE
hathach
2014-04-24
correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlay
hathach
2014-04-21
minor adjustment to dcd_lpc43xx.c
hathach
2014-04-17
clean up STATIC_VAR
hathach
2014-04-04
remove RF1GHZNODE from board/readme.md
hathach
2014-03-23
tested with IAR & keil for device ea4357, fix some warnings
hathach
2014-03-10
change desc_str_table to array of pointer of uint8_t* to be compatible with I...
hathach
2014-03-10
change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...
hathach
2013-12-09
house keeping, lpc43xx works okie
hathach
2013-12-09
refractor dcd lpc43xx control xfer (with int on complete)
hathach
2013-11-25
change MCU to TUSB_CFG_MCU
hathach
2013-11-22
temp fix for dcd 43xx suspend detection (disconnection does not generate inte...
hathach
2013-11-22
clean up
hathach
2013-11-18
get lpc17xx running through enumeration (with control data < 64)
hathach
2013-11-16
fix dcd_pipe_control_xfer for dcd43xx
hathach
2013-11-15
refractor usbd, first step to make get configuration as sub task
hathach
2013-11-15
fix build error with device 43xx
hathach
2013-11-14
complete double buffering for queueing xfer for lpc11u/13u requried by msc de...
hathach
2013-11-11
adding support for lpc13uxx
hathach
2013-11-06
fix a bug with USB1, but still cannot get interrupt occurred on USB1
hathach
2013-11-06
refractor for device able to work on usb1 of lpc43xx. But could not get it wo...
hathach
2013-11-06
refractor dcd_controller_reset & hcd_controller_reset to hal_controller_reset
hathach
2013-11-01
added support for
hathach
2013-11-01
add dcd pipe clear stall
hathach
2013-11-01
implement msc device class
hathach
2013-10-30
refractor hid device
hathach
2013-10-30
add dcd control pipe stall protocol
hathach
2013-10-30
fix dcd_data declared with TUSB_CFG_ATTR_USBRAM
hathach
2013-10-29
temporarily implementation of dcd_pipe_is_busy
hathach
2013-10-29
able to fully enumerated with keyboard
hathach
2013-10-29
implementing sw device stack
hathach
2013-05-28
rename NGX to ngx
hathach
2013-05-25
add stub function to able to build device with EA4357
hathach