| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-09 | add trace option to build test | hathach | |
| 2013-05-09 | add verbose to test build to detect error | 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 | travis I am coming | hathach | |
| 2013-05-09 | travis again | hathach | |
| 2013-05-09 | update travis yml | hathach | |
| 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-09 | add todo.md | hathach | |
| 2013-05-08 | markdown format | hathach | |
| 2013-05-08 | resize diagram | hathach | |
| 2013-05-08 | document | hathach | |
| 2013-05-08 | test markdown | hathach | |
| 2013-05-08 | documenting on the way | hathach | |
| 2013-05-08 | documenting | hathach | |
| 2013-05-08 | rename README.md to readme.md | hathach | |
| 2013-05-08 | update docs | hathach | |
| 2013-05-07 | update /README.md | hathach | |
| 2013-05-07 | adding some document to /readme.md | hathach | |
| 2013-05-06 | add log2_of and use this function in get_period_head | hathach | |
| 2013-05-06 | house keeping | hathach | |
| 2013-05-06 | add stub for msc host & hub driver | hathach | |
| 2013-05-06 | adding keil mcb4300 support | hathach | |
| - implement board_leds & board_uart routines | |||
| 2013-05-06 | change format of file header & license spacing | hathach | |
| 2013-04-29 | move ngx4330 to ngx folder in boards | hathach | |
| 2013-04-29 | make NGX4330 build runs ok with host_freertos demo | hathach | |
| 2013-04-28 | clean up main | hathach | |
| 2013-04-27 | refractor mouse & keyboard app | hathach | |
| 2013-04-27 | fix bug with osal_queue for freeRTOS | hathach | |
| implement process mouser report to clarify mouse app task | |||
| 2013-04-27 | reduce delay after reset to 20ms | hathach | |
| correct freeRTOS configCPU_CLOCK_HZ to correct M4 mcu clock | |||
| 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-26 | add hid_keycode_to_ascii_tbl for hid class | hathach | |
| improve keyboard_app, should display all displayable characters improve the de-bouncing keyboard (still got some issues) | |||
| 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-25 | change OSAL_TASK_DEF to decouple variable name with task name | hathach | |
| implement osal_task_delay for freeRTOS & non_os getting both no_os & freertos running with mouse + keyboard | |||
| 2013-04-25 | finally able to get freeRTOS run with current mouse + keyboard example | hathach | |
| NOTES: print_greeting if is executed before the start of freeRTOS scheduler --> hardfault - print_greeting->vsprintf->systick -> bunch of ISR --> hardfault. printf using serial after the start of scheduler is ok though | |||
| 2013-04-25 | add attribute warn unused result for osal_create_* function | hathach | |
| taskify keyboard_app mouse_app & led_blinking | |||
| 2013-04-25 | add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOS | hathach | |
| using plain char for error enum character increase freeRTOS configMAX_PRIORITIES to 16 house keeping & clean up compiler warning | |||
| 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-23 | rename OSAL_TASK_DECLARE to OSAL_TASK_FUNCTION | hathach | |
| removing TASK_ASSERT to avoid using goto/continue statement with rtos configure | |||
| 2013-04-22 | house keeping | hathach | |
| 2013-04-22 | change the board_leds API to on_mask, off_mask | hathach | |
| getting led toggling per second on host demo add greeting message | |||
| 2013-04-22 | adding oem base board lib for ea4357 | hathach | |
| 2013-04-22 | house cleaning | hathach | |
| 2013-04-22 | moving things around | hathach | |
| 2013-04-22 | fix compiler error for USB1 to none in ehci.c | hathach | |
| rename and moving bsp ea4357 | |||
| 2013-04-22 | change config to use USB0 only | hathach | |
| fix some compiler warnings | |||
| 2013-04-21 | complete the support for correct polling of 1ms 2ms 4ms 8ms | hathach | |
