summaryrefslogtreecommitdiff
path: root/tinyusb
AgeCommit message (Expand)Author
2013-02-06refractor move device_addr0 into usbh_device_poolhathach
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-04rename device_info_pool to usbh_device_info_poolhathach
2013-02-04fix osal_semaphore_wait & osal_queue_receive of osal_none's bughathach
2013-02-04complete define osal_freeRTOS for semaphore and queuehathach
2013-02-04port osal_FreeRTOS, add some include to be able to mock & linkhathach
2013-02-04add TUSB_CFG_HOST_ENUM_BUFFER_SIZEhathach
2013-02-04resolve conflict between usbh & hcdhathach
2013-02-04add usbh_hcd to hold common structure/typedef for usbh and hcdhathach
2013-02-04refractor include chain with following policieshathach
2013-02-04rename usbd_host to usbhhathach
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-01house keepinghathach
2013-02-01add timeout to queue_receive and update test code for ithathach
2013-02-01change osal_timeout_t to uint32_thathach
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-30change semaphore to volatile uint8_thathach
2013-01-30add osal queue service & its test codehathach
2013-01-30fix mocking osal api using ifdefhathach
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-27house keepinghathach
2013-01-27house keepinghathach
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-27add class_hid_keyboard_init and test codehathach
2013-01-26add check device API for stack usagehathach
2013-01-26add more test code for keyboard hid application APIhathach
2013-01-23change configure handle to device handlehathach
2013-01-22use unsigned char instead of char for error stringhathach
2013-01-22clear 19.1hathach
2013-01-22start to supporthathach
2013-01-19change error type to lower case for more consistencyhathach
2013-01-18add ASSERT POINTER supporthathach
2013-01-18prepare test project for 43xx host testhathach
2013-01-18house keepinghathach
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-16rename some fifo functions to be more consistenthathach