summaryrefslogtreecommitdiff
path: root/tinyusb/common
AgeCommit message (Expand)Author
2013-03-03implement hcd_init controller_inithathach
2013-02-28start to add code for hcd_init testhathach
2013-02-28strengthen include policy. Only limited headers are allowed to included from ...hathach
2013-02-27add timeout_timer.h to provide real tick timeout service for blocking controlhathach
2013-02-26add osal subtask supporthathach
2013-02-08updating usbh init with class inithathach
2013-02-06update enumeration up to get full configuration descriptorhathach
2013-02-06remove hcd_addr0_close_Ignorehathach
2013-02-06fix TASK_ASSERT for osal_none.hhathach
2013-02-06refractor move test enum to its own filehathach
2013-02-05remove TUSB prefix for class enum definitionshathach
2013-02-04complete define osal_freeRTOS for semaphore and queuehathach
2013-02-04add usbh_hcd to hold common structure/typedef for usbh and hcdhathach
2013-02-04refractor include chain with following policieshathach
2013-02-04refine ASSERT_DEFINE to allow special error_handler for os taskhathach
2013-02-02refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_ENDhathach
2013-02-01house keepinghathach
2013-02-01add std=gnu99 for test buildhathach
2013-01-31change cmock ignore to args onlyhathach
2013-01-31add version macroshathach
2013-01-31add ASSERT_BIN8 and its test codehathach
2013-01-30add primitive_types.h for portable with uint8,16,32_t, and boolhathach
2013-01-29update usbh_init and testhathach
2013-01-27add usbh_device_info_t to return device statushathach
2013-01-27update license year from 2012 to 2013hathach
2013-01-27add STATIC for local variableshathach
2013-01-27remove violation MISRA 6.3 on errorshathach
2013-01-26add more test code for keyboard hid application APIhathach
2013-01-22use unsigned char instead of char for error stringhathach
2013-01-22start to supporthathach
2013-01-19change error type to lower case for more consistencyhathach
2013-01-18add ASSERT POINTER supporthathach
2013-01-16rename some fifo functions to be more consistenthathach
2013-01-16delete mcu folders as it duplicate hal foldershathach
2013-01-16added some tests for fifo.chathach
2013-01-16add uart for lpc11uxx and retarget successfullyhathach
2013-01-14add binary const & its test codehathach
2013-01-14refractor to remove duplicate code between ASSERT_HEX and ASSERT_INThathach
2013-01-13add assert_hex & assert_hex_withinhathach
2013-01-13add ASSERT_INT_WITHIN and its test codehathach
2013-01-13add ASSERT_INT, ASSERT_INT_EQUAL and test code for ithathach
2013-01-13rename ASSERT_ERROR to ASSERT_STATUShathach
2013-01-11tested keyboard device with lpcXpresso1347 boardhathach
2013-01-11add external configure file: tusb_config.hhathach
2013-01-11use X Macros to remove #undef in errors.hathach
2013-01-10start add makefile for keyboard demohathach
2012-12-20rename a bunch of configure macroshathach
2012-12-18cleaninghathach
2012-12-10abstract usb enable/disable interrupt to hal layerhathach
2012-12-07change building process yes, againhathach