index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
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
/
hal
/
hal_lpc43xx.c
Age
Commit message (
Expand
)
Author
2018-03-02
refactor hal
hathach
2014-04-17
remove TUSB_CFG_DEVICE_FULLSPEED
hathach
2013-11-25
change MCU to TUSB_CFG_MCU
hathach
2013-11-13
able to build and run cdc device demo on lpc11uxx
hathach
2013-11-08
add windows driver for cdc
hathach
2013-11-07
clean up tusb_descriptors
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
implement msc device class
hathach
2013-10-29
implementing sw device stack
hathach
2013-10-24
change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearance
hathach
2013-05-29
ea4357 can be enumerated, but get setconfiugre value of 0
hathach
2013-05-29
fix lpcxpresso1347 board_leds
hathach
2013-05-28
rename NGX to ngx
hathach
2013-05-25
add stub function to able to build device with EA4357
hathach
2013-05-23
move scu_pinmux(0x2, 5, MD_PLN | MD_EZI | MD_ZI, FUNC2) to hal/hal_lpc43xx.c
hathach
2013-05-06
change format of file header & license spacing
hathach
2013-04-10
change osal_queue_send(osal_queue_handle_t const queue_hdl, uint32_t data) si...
hathach
2013-04-08
- add scu_pinmux(0x2, 5, MD_PLN | MD_EZI | MD_ZI, FUNC2); // USB1_VBUS monito...
hathach
2013-04-07
add hal init for USB1 and trying to get USB1 working
hathach
2013-03-29
fix the damn bug within 10 line of code in keyboard_app.c
hathach
2013-03-25
change website from tinyusb.net to tinyusb.org
hathach
2013-03-23
- house keeping
hathach
2013-03-12
add semaphore post in usbh_isr for control pipe
hathach
2013-03-12
add project file for keil
hathach
2013-03-04
abstract call chains from hal usb isr
hathach
2013-02-26
add osal subtask support
hathach
2013-01-27
update license year from 2012 to 2013
hathach
2013-01-22
start to support
hathach
2013-01-19
change error type to lower case for more consistency
hathach
2013-01-17
add UART support for ea4357 (tested)
hathach
2012-12-04
add board abstract layer
hathach
2012-12-04
able to build with lpc43xx demo
hathach