summaryrefslogtreecommitdiff
path: root/tinyusb/hal/hal_lpc13uxx.c
AgeCommit message (Collapse)Author
2018-03-02hal updatehathach
2018-03-02clean up APIhathach
2018-03-02rename hal_interrupt_* to hal_usb_int_*hathach
2018-03-02refactor halhathach
2014-03-12IAR line ending warninghathach
2013-11-25change MCU to TUSB_CFG_MCUhathach
2013-11-22clean uphathach
add some doxygen work finalize device disconnection & suspend - suspend & resume & remote wake up is not supported yet
2013-11-21fixed lpc11u/13u VBUS (P0_3) with pulldown resistor for USB_VBUS_DEBOUNCED ↵hathach
is correct added disconnect callback for lpc11u/13u
2013-11-13able to build and run cdc device demo on lpc11uxxhathach
2013-11-11adding support for lpc13uxxhathach
2013-06-11able to xfer device descriptor on control endpoint of lpc176xhathach
2013-06-04re-create ngx4330.hhathach
remove some rom driver dependency on upper layer introduce CAP_DEVICE_ROMDRIVER to overwrite TUSB_CFG_DEVICE_USE_ROM_DRIVER within the lib add support for lpc175x_6x - able to build and blink led on lpcxpresso1769 with device (without any class enabled)
2013-05-31change at86rf to 1ghznodehathach
rom device runs ok with lpc11uxx
2013-05-29keyboard example works with lpc1347 xpressohathach
2013-05-06change format of file header & license spacinghathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-02-26add osal subtask supporthathach
add usbh_control_xfer_subtask as xfer and wait fix potential error when update device info & open control pipe for new address fix build error with hal_****.c add STATIC_ASSSERT to perform compile time checking with sizeof later update osal_queue_receive and osal_semaphore_wait for osal_none to support subtask
2013-01-27update license year from 2012 to 2013hathach
2013-01-19change error type to lower case for more consistencyhathach
change Error Enum to TUSB prefix for more consistency start to add check for OS configure
2012-12-07make fundamental changes in project buildinghathach
add some makefile.defs