| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-03 | add test for hcd/host init period list | hathach | |
| 2013-03-03 | refractor | hathach | |
| 2013-03-03 | implement hcd_init controller_init | hathach | |
| - add test for async list | |||
| 2013-03-02 | add "mocking" version of LPC43xx.h | hathach | |
| - redirect LPC_USB0_BASE & LPC_USB1_BASE to the address of test object add test for ehci initialization usbint register | |||
| 2013-03-01 | rename ehci usb_int usb_sts usb/error field | hathach | |
| move MCU define to tusb_option.h | |||
| 2013-02-28 | start to add code for hcd_init test | hathach | |
| change hcd_init signature (omit hostid) | |||
| 2013-02-28 | continue to strengthen include policy | hathach | |
| 2013-02-28 | strengthen include policy. Only limited headers are allowed to included from ↵ | hathach | |
| a header file. Missing needed to be included in *.c | |||
| 2013-02-27 | add timeout_timer.h to provide real tick timeout service for blocking control | hathach | |
| 2013-02-27 | house keeping | hathach | |
| - correct initialization call sequence - move hcd_init to ehci.c | |||
| 2013-02-27 | add test for ehci register portsc | hathach | |
| 2013-02-27 | add test for ehci register usbsts | hathach | |
| 2013-02-27 | add test for EHCI register offset | hathach | |
| add test for EHCI usbcmd register structure | |||
| 2013-02-27 | add test test_itd_structure & test_sitd_structure | hathach | |
| 2013-02-27 | add coded to test ehci alignment and structure layout (included bitfield) | hathach | |
| 2013-02-27 | rename tusbh_device_mount_succeed_cb | hathach | |
| add set configure and tusbh_device_mount_succeed_cb invocation refractor get_configure_number_for_device | |||
| 2013-02-27 | add parsing configuration desc & invoke driver install subtask | hathach | |
| 2013-02-26 | add osal subtask support | hathach | |
| add usbh_control_xfer_subtask as xfer and wait fix potential error when update device info & open control pipe for new address fix build error with hal_****.c add STATIC_ASSSERT to perform compile time checking with sizeof later update osal_queue_receive and osal_semaphore_wait for osal_none to support subtask | |||
| 2013-02-08 | updating usbh init with class init | hathach | |
| 2013-02-08 | add TUSB_CFG_HOST_CONTROLLER_START_INDEX | hathach | |
| update usbh_init and test code for TUSB_CFG_HOST_CONTROLLER_START_INDEX clean up some | |||
| 2013-02-06 | update enumeration up to get full configuration descriptor | hathach | |
| 2013-02-06 | refractor move device_addr0 into usbh_device_pool | hathach | |
| enum_entry contains speed and enum task will not carry out disconnection clean up | |||
| 2013-02-06 | remove hcd_addr0_close_Ignore | hathach | |
| add code to check error handling from enum task | |||
| 2013-02-06 | fix TASK_ASSERT for osal_none.h | hathach | |
| add TASK_ASSERT test for osal_none integrate test project better with eclipse - assert message--> info windows - test fail --> error windows | |||
| 2013-02-06 | refractor move test enum to its own file | hathach | |
| add assert with handler add task assert with error catcher | |||
| 2013-02-05 | remove TUSB prefix for class enum definitions | hathach | |
| add most of HID USAGE TABLE and definitions etc ... | |||
| 2013-02-04 | rename device_info_pool to usbh_device_info_pool | hathach | |
| update enum task to post set address | |||
| 2013-02-04 | fix osal_semaphore_wait & osal_queue_receive of osal_none's bug | hathach | |
| - not assign error to TUSB_ERROR_NON if succeed add code up to set device address for enumeration | |||
| 2013-02-04 | add test file freeRTOS | hathach | |
| 2013-02-04 | port osal_FreeRTOS, add some include to be able to mock & link | hathach | |
| change osal_none's queue_t member from uint16_t to uint8_t | |||
| 2013-02-04 | add TUSB_CFG_HOST_ENUM_BUFFER_SIZE | hathach | |
| add enum buffer getting serious with osal_freeRTOS | |||
| 2013-02-04 | resolve conflict between usbh & hcd | hathach | |
| 2013-02-04 | rename test file for usbh | hathach | |
| 2013-02-04 | add usbh_hcd to hold common structure/typedef for usbh and hcd | hathach | |
| 2013-02-04 | refractor include chain with following policies | hathach | |
| - header file only include what it needs for its declarations. | |||
| 2013-02-04 | rename usbd_host to usbh | hathach | |
| 2013-02-04 | refine ASSERT_DEFINE to allow special error_handler for os task | hathach | |
| add device_addr0 for enumeration task start to add osal port for freeRTOS | |||
| 2013-02-02 | refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_END | hathach | |
| - add TASK_ASSERT & TASK_ASSERT_STATUS add more code for enumerate task add control requests & its type def add API for HCD - hcd_pipe_addr0_open - hcd_pipe_control_open - hcd_pipe_control_xfer - hcd_pipe_open - hcd_port_speed | |||
| 2013-02-01 | house keeping | hathach | |
| add some more logic for enum task | |||
| 2013-02-01 | house keeping | hathach | |
| 2013-02-01 | add timeout to queue_receive and update test code for it | hathach | |
| 2013-02-01 | change osal_timeout_t to uint32_t | hathach | |
| implement osal_tick_get & osal_tick_tock for osal_none implement timeout for osal_semaphore_wait | |||
| 2013-02-01 | add std=gnu99 for test build | hathach | |
| add hcd_init to usbh_init and update test code add TUSB_CFG_OS_TICK_PER_SECOND define for TUSB_OS_NONE change osal_semaphore_wait and osal_queue_receive API to have timeout effectively | |||
| 2013-01-31 | change cmock ignore to args only | hathach | |
| implementing usbh_host.c | |||
| 2013-01-31 | add version macros | hathach | |
| 2013-01-31 | add ASSERT_BIN8 and its test code | hathach | |
| add some common api for task in osal.h for mocking | |||
| 2013-01-30 | change semaphore to volatile uint8_t | hathach | |
| add osal_queue_receive code and its test *NOTE* - consideration for semaphore & queue with hal_interrupt_disable/hal_interrupt_enable as safe guard | |||
| 2013-01-30 | add osal queue service & its test code | hathach | |
| - create, send | |||
| 2013-01-30 | fix mocking osal api using ifdef | hathach | |
| start to add task_create macro API for osal_none | |||
| 2013-01-30 | add primitive_types.h for portable with uint8,16,32_t, and bool | hathach | |
| add osal_common.h to ease the complaint of MISRA 19.1 implement OSAL_NONE Task loop, semaphore wait/post and its test code | |||
