summaryrefslogtreecommitdiff
path: root/tinyusb/common
AgeCommit message (Expand)Author
2013-04-21rename nxp_sof_received to nxp_int_sofhathach
2013-04-09adding code to allow configure MIC2555 to pull down D+/D- (still need bit ban...hathach
2013-03-26rename pipe_status_t to tusb_interface_status_thathach
2013-03-26add field to endpoint maxpacketsize (mult)hathach
2013-03-25add several helper functionhathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-24refractor hidh keyboardhathach
2013-03-22- fix bug when unplugged unmounted-already device (mostly plugged when power on)hathach
2013-03-13add some test for usbh_hcd integrationhathach
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-12add project file for keilhathach
2013-03-07make "used" member of ehci_qtd_t into reserved place of buffer[1] (with asser...hathach
2013-03-04add alignof to compilier specifichathach
2013-03-04add test for hcd/host inithathach
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