summaryrefslogtreecommitdiff
path: root/tinyusb/hal/hal.h
AgeCommit message (Collapse)Author
2013-03-04abstract call chains from hal usb isrhathach
2013-03-01rename ehci usb_int usb_sts usb/error fieldhathach
move MCU define to tusb_option.h
2013-02-27house keepinghathach
- correct initialization call sequence - move hcd_init to ehci.c
2013-02-08add TUSB_CFG_HOST_CONTROLLER_START_INDEXhathach
update usbh_init and test code for TUSB_CFG_HOST_CONTROLLER_START_INDEX clean up some
2013-02-04refractor include chain with following policieshathach
- header file only include what it needs for its declarations.
2013-01-27update license year from 2012 to 2013hathach
2013-01-22clear 19.1hathach
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
2013-01-17start to add bsp and build configuration for embedded artist 4357hathach
2013-01-16delete mcu folders as it duplicate hal foldershathach
2012-12-10add build and project settings for lpc43xxhathach
2012-12-10abstract usb enable/disable interrupt to hal layerhathach
2012-12-04able to build with lpc43xx demohathach