summaryrefslogtreecommitdiff
path: root/tinyusb/hal/hal_lpc43xx.c
AgeCommit message (Expand)Author
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-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-02-26add osal subtask supporthathach
2013-01-27update license year from 2012 to 2013hathach
2013-01-22start to supporthathach
2013-01-19change error type to lower case for more consistencyhathach
2013-01-17add UART support for ea4357 (tested)hathach
2012-12-04add board abstract layerhathach
2012-12-04able to build with lpc43xx demohathach