summaryrefslogtreecommitdiff
path: root/tinyusb/hal/hal_lpc13uxx.c
AgeCommit message (Collapse)Author
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