| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-23 | - move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xx | hathach | |
| - change descriptor.c/h able to build device example | |||
| 2013-05-14 | rename tusbh_hid_keyboard/mouse_is_supported to ↵ | hathach | |
| tusbh_hid_keyboard/mouse_is_mounted | |||
| 2013-05-13 | continue to refractor test code | hathach | |
| 2013-05-13 | refractor test | hathach | |
| 2013-05-13 | refractor test code using host_helper | hathach | |
| 2013-05-13 | adding helper to refractor tests | hathach | |
| 2013-05-13 | test refractor | hathach | |
| 2013-05-13 | change ceedling ignore plugin to default : ignore arg & calls | hathach | |
| continue on refractoring tests | |||
| 2013-05-12 | test again | hathach | |
| 2013-05-12 | test clean up on the way | hathach | |
| 2013-05-12 | ahhh, tests refractoring | hathach | |
| 2013-05-12 | tired of refractoring tests (wanting to do some production code) | hathach | |
| 2013-05-12 | test refractor | hathach | |
| 2013-05-11 | add cardinality_of function to return number of set bits | hathach | |
| refractor tests in ehci | |||
| 2013-05-10 | clean up test | hathach | |
| 2013-05-09 | finally get travis build without errors | hathach | |
| 2013-05-09 | -mx32 is not supported in gcc 4.6.x. change to use if-else sizeof(void*) in ↵ | hathach | |
| test code | |||
| 2013-05-09 | use -mx32, as travis use x86 version of linux gcc | hathach | |
| 2013-05-09 | force pointer 32 bit using gcc option -m32 for travis build | hathach | |
| 2013-05-09 | test pointer size on travis system | hathach | |
| 2013-05-09 | move esc around in ruby script | hathach | |
| 2013-05-09 | test ansi sequence color in ruby script when test failed | hathach | |
| 2013-05-09 | revert previous change | hathach | |
| 2013-05-09 | try to modify ceedling lib/rakefile.rb to exit 0 if build succeeded | hathach | |
| 2013-05-09 | remove dead source path | hathach | |
| 2013-05-09 | move cmsis to bsp/lpc43xx to keep all in repos for travis-ci run | hathach | |
| update setting for all project file respectively | |||
| 2013-05-09 | refractor test | hathach | |
| try to add travis-ci | |||
| 2013-05-09 | rename ehci_controller to ehci_controller_fake | hathach | |
| 2013-05-09 | test clean up | hathach | |
| 2013-05-08 | documenting on the way | hathach | |
| 2013-05-08 | documenting | hathach | |
| 2013-05-08 | update docs | hathach | |
| 2013-05-06 | house keeping | hathach | |
| 2013-05-06 | add stub for msc host & hub driver | hathach | |
| 2013-05-06 | change format of file header & license spacing | hathach | |
| 2013-04-28 | clean up main | hathach | |
| 2013-04-27 | fix bug (wrong logic) with osal_task_delay in non OS configure | hathach | |
| complete keyboard app with key state & event TODO handle & check for non-printable(control) keycode add unit test for osal_task_delay for non OS | |||
| 2013-04-25 | implement hcd_port_speed_get | hathach | |
| move port reset & speed detection from isr context to usbh enumeration task - decrease time in isr significantly from 50 ms to 580us fix bug with osal_task_delay for freeRTOS buil | |||
| 2013-04-24 | - change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with ↵ | hathach | |
| most popular RTOS) - add new error enum TUSB_ERROR_OSAL_TASK_CREATE_FAILED - move usbh_enumeration_task prototype to usbh.h - change OSAL_SUBTASK_INVOKED_AND_WAIT behavior, will not "return" in calling task when subtask got error status. calling task need to do that after the call - osal_queue_receive signature from uint32_t* to void* - implement osal_freertos.h for FreeRTOS 7.3 --> able to compile & build host_freertos + OSAL_TASK_FUNCTION + turn on FPU for M4 in both host_os_none & host_freertos (freertos requires FPU to be on to compile) + osal_task_create + OSAL_SUBTASK_INVOKED_AND_WAIT + SUBTASK_ASSERT + osal_semaphore_reset + osal_queue_flush + adding heap_1.c for memory management | |||
| 2013-04-24 | move main work in usbh_enumeration_task to its body subtask for task_assert ↵ | hathach | |
| style | |||
| 2013-04-24 | fix potential error with usbh_control_xfer_subtask in subtask_assert | hathach | |
| change back to use task_assert style in usbh_enumeraion change test to task->subtask->subtask style in test/test_osal_none.c | |||
| 2013-04-21 | complete the support for correct polling of 1ms 2ms 4ms 8ms | hathach | |
| 2013-04-21 | separate fake ehci's run async & period list | hathach | |
| refractor list_find_previous_item & list_remove_qhd to act on ehci_link_t* instead of ehci_qhd_t* fully support 1ms, 2ms, 4ms, 8ms for period list (each list has a dummy queue head) - change period list structure limit the maximum polling interval to 256 ms add max_loop static MAX number of iteration for list_find_previous_item add test for close 256ms polling interrupt | |||
| 2013-04-21 | rename nxp_sof_received to nxp_int_sof | hathach | |
| implementing freeRTOS integration change get_period_frame_list from using lst_idx to hostid (fix bug) adding polling interval supported for interrupt: 1ms, 2ms, 4ms, 8ms - add interval_ms to get_period_head function - add bInterval to qhd_init - add support for sub-frame (less than 8 micro frames) interval - add bunch of test for interrupt different intervals | |||
| 2013-04-16 | getting build with freertos & host demo | hathach | |
| 2013-04-15 | add freeRTOS source from vendor to test | hathach | |
| remove temp freeRTOS folder in test/support use test/support/FreeRTOSConfig.h from win32-mingw demo temporarily disable all tests in test_osal_freeRTOS.c | |||
| 2013-04-15 | create a empty test file for hub | hathach | |
| 2013-04-10 | change osal_queue_send(osal_queue_handle_t const queue_hdl, uint32_t data) ↵ | hathach | |
| signature to osal_queue_send(osal_queue_handle_t const queue_hdl, const void * data) - support any size queue message (instead of fixed uint32_t) | |||
| 2013-04-09 | add test & code for TUSB_EVENT_INTERFACE_OPEN for tusbh_hid_keyboard_isr ↵ | hathach | |
| tusbh_hid_mouse_isr | |||
| 2013-04-09 | add tusbh_hid_mouse_isr & tusbh_hid_keyboard_isr callback with xfer_complete ↵ | hathach | |
| & error event | |||
