summaryrefslogtreecommitdiff
path: root/tinyusb/hal
AgeCommit message (Expand)Author
2013-11-11adding support for lpc13uxxhathach
2013-11-08add windows driver for cdchathach
2013-11-07clean up tusb_descriptorshathach
2013-11-06fix a bug with USB1, but still cannot get interrupt occurred on USB1hathach
2013-11-06refractor for device able to work on usb1 of lpc43xx. But could not get it wo...hathach
2013-11-06refractor dcd_controller_reset & hcd_controller_reset to hal_controller_resethathach
2013-11-01implement msc device classhathach
2013-10-29implementing sw device stackhathach
2013-10-25more doxygen workhathach
2013-10-25more doxygen workhathach
2013-10-24change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearancehathach
2013-10-02clean up warnings here and therehathach
2013-06-11able to xfer device descriptor on control endpoint of lpc176xhathach
2013-06-08ADDING LPC176X devicehathach
2013-06-04re-create ngx4330.hhathach
2013-06-04rename tusb_device_is_configuredhathach
2013-05-31change at86rf to 1ghznodehathach
2013-05-29ea4357 can be enumerated, but get setconfiugre value of 0hathach
2013-05-29keyboard example works with lpc1347 xpressohathach
2013-05-29fix lpcxpresso1347 board_ledshathach
2013-05-28rename NGX to ngxhathach
2013-05-25add stub function to able to build device with EA4357hathach
2013-05-23move scu_pinmux(0x2, 5, MD_PLN | MD_EZI | MD_ZI, FUNC2) to hal/hal_lpc43xx.chathach
2013-05-06change format of file header & license spacinghathach
2013-04-25add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOShathach
2013-04-10change 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-07add hal init for USB1 and trying to get USB1 workinghathach
2013-03-29fix the damn bug within 10 line of code in keyboard_app.chathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-23- house keepinghathach
2013-03-22- fix bug when unplugged unmounted-already device (mostly plugged when power on)hathach
2013-03-12add semaphore post in usbh_isr for control pipehathach
2013-03-12add project file for keilhathach
2013-03-04abstract call chains from hal usb isrhathach
2013-03-04add alignof to compilier specifichathach
2013-03-01rename ehci usb_int usb_sts usb/error fieldhathach
2013-02-27house keepinghathach
2013-02-26add osal subtask supporthathach
2013-02-08add TUSB_CFG_HOST_CONTROLLER_START_INDEXhathach
2013-02-04refractor include chain with following policieshathach
2013-01-27update license year from 2012 to 2013hathach
2013-01-22clear 19.1hathach
2013-01-22start to supporthathach
2013-01-19change error type to lower case for more consistencyhathach
2013-01-18add DEVICE_ROM_DRIVER_ADDR macro in hal to point to rom driver addhathach
2013-01-17add UART support for ea4357 (tested)hathach
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-20add hal layer for lpc43xxhathach