summaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Expand)Author
2013-04-10change keyboard_app.c & mouse_app.c from polling API to interrupt-based (call...hathach
2013-04-10change osal_queue_send(osal_queue_handle_t const queue_hdl, uint32_t data) si...hathach
2013-04-09add Lib_OemBaseBoard to bsp/board but current exclude from all builds (added ...hathach
2013-04-09adding code to allow configure MIC2555 to pull down D+/D- (still need bit ban...hathach
2013-04-08amend last commithathach
2013-04-08- add scu_pinmux(0x2, 5, MD_PLN | MD_EZI | MD_ZI, FUNC2); // USB1_VBUS monito...hathach
2013-04-08move MCU define to tusb_option.h, fix the ATTR with USB RAMhathach
2013-04-08fix board uart init with NGX4330 (use UART0)hathach
2013-04-07- fix HID_MOUSEBUTTON right & lefthathach
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-27quick fix for a bug in keyboard app.hathach
2013-03-27add test for pipe_interrupt_xferhathach
2013-03-26- put ATTR_UNUSED to hardfault handler variables to discard compiler warninghathach
2013-03-25remove obsolete TUSB_CFG_HOST_HID_KEYBOARD_ENDPOINT_SIZEhathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-24refractor hidh keyboardhathach
2013-03-24add class flagshathach
2013-03-24clean up:hathach
2013-03-24house keepinghathach
2013-03-23continue clean up ehcihathach
2013-03-22- fix bug when unplugged unmounted-already device (mostly plugged when power on)hathach
2013-03-13add hard fault handler to bsp.chathach
2013-03-13go through all the enumeration (up to get full configuration)hathach
2013-03-12add semaphore post in usbh_isr for control pipehathach
2013-03-12update keil filehathach
2013-03-12add project file for keilhathach
2013-03-04refractorhathach
2013-03-04replace TUSB_CFG_HOST by MODE_HOST_SUPPORTEDhathach
2013-03-04allow configure host/device by controller basichathach
2013-02-27house keepinghathach
2013-02-26add osal subtask supporthathach
2013-02-08add TUSB_CFG_HOST_CONTROLLER_START_INDEXhathach
2013-02-05remove TUSB prefix for class enum definitionshathach
2013-01-27house keepinghathach
2013-01-27update license year from 2012 to 2013hathach
2013-01-26add more test code for keyboard hid application APIhathach
2013-01-22start to supporthathach
2013-01-19change error type to lower case for more consistencyhathach
2013-01-18add ASSERT POINTER supporthathach
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-17add initial support for output using ITM via SWO (not tested though)hathach
2013-01-17refractor board and start to add support for SWO retargethathach
2013-01-16add uart for lpc11uxx and retarget successfullyhathach
2013-01-15update project setting to have most warning option enable with simple switch ...hathach
2013-01-11re-target printf to uart successful on LPCXpresso1347hathach
2013-01-11tested keyboard device with lpcXpresso1347 boardhathach
2013-01-11add external configure file: tusb_config.hhathach