| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 verbose& trace option, able to run full build. But build script ↵ | hathach | |
| always exit 1 --> build error | |||
| 2013-05-09 | remove dead source path | hathach | |
| 2013-05-09 | mkdir build before run test | hathach | |
| 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 | |||
