| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-13 | clean up | hathach | |
| 2014-03-13 | fix all build error with IAR | hathach | |
| - host/host_freertos/host_freertos.ewp - host/host_os_none/host_os_none.ewp - device/device_os_none/device_os_none.eww fix IAR ending warning | |||
| 2014-03-13 | fix all build problem with keil & lpcxpresso for host os none, host ↵ | hathach | |
| freertos, device os none | |||
| 2014-03-13 | fix build for host freertos xpresso | hathach | |
| 2014-03-12 | fix freertos host keil build | hathach | |
| 2014-03-12 | fix build error with keil device os none | hathach | |
| 2014-03-06 | keil host 17xx work, but os_none has problem with copy command in msc example | hathach | |
| 2014-03-06 | IAR host freertos works with EA4357 | hathach | |
| 2014-03-06 | refractor vendor/freertos | hathach | |
| 2014-03-06 | refractor app_os_prio.h | hathach | |
| 2014-03-06 | remove IAR debug config | hathach | |
| 2014-03-06 | change host os none to host_freertos | hathach | |
| 2014-03-06 | added IAR support for host freertos | hathach | |
| 2014-03-06 | IAR work well with EA4357 on host os none | hathach | |
| 2014-03-05 | refractor remove board_uart_send & board_uart_recv from board API | hathach | |
| 2014-03-05 | remove other heap 1-3 of freeRTOS | hathach | |
| ngx4330 work well with lpc/keil for non/freeRTOS | |||
| 2014-03-05 | remove lwipopts.h in freertos project | hathach | |
| 2014-03-04 | change lpc17xx cmsis file & ohci to be able to build with IAR | hathach | |
| 2014-03-04 | fix issue with SVC_Handler SVCall_Handler name between keil & xpresso start ↵ | hathach | |
| up file. Host freertos works with lpc17xx | |||
| 2014-03-03 | able to build keil with lpc17xx (non os + freeRTOS) | hathach | |
| 2014-03-03 | able to build freeRTOS with lpc175x_6x | hathach | |
| 2014-03-02 | freeRTOS host demo work with keil | hathach | |
| 2014-02-28 | refractor remove tusbh_msc_is_failed | hathach | |
| increase usbh enum task from 150 to 200 due to stack overflow when mounting msc device added task for msc host freeRTOS with stack = 300 (still cannot execute copy command) | |||
| 2014-02-28 | merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.h | hathach | |
| 2013-12-27 | add device_os_none keil project for all boards | hathach | |
| 2013-11-25 | change MCU to TUSB_CFG_MCU | hathach | |
| 2013-10-27 | refractor cdc serial host app. | hathach | |
| fix RTOS cdc_serial_app_task executing forever | |||
| 2013-10-27 | static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256 | hathach | |
| enable HOST_HCD_XFER_INTERRUPT by default (previously only enabled with HID), as it is widely used implement tusbh_cdc_is_busy add compilation switch in usbh enumeration for hub rewrite CDC serial application to address usb-serial race condition | |||
| 2013-10-02 | update freertos project | hathach | |
| temp hack to fix problem with no TD on status endpoint of hub in case of error | |||
| 2013-09-21 | update keil project for freertos & cmsis | hathach | |
| 2013-09-20 | refine hid host driver | hathach | |
| 2013-09-18 | clean up warnings | hathach | |
| 2013-09-18 | temporarily comment out all the lwip related code | hathach | |
| 2013-09-16 | able to build with newly added lwip folder | hathach | |
| 2013-09-14 | start to add lwip support | hathach | |
| 2013-09-13 | integrate & able to run cmsis-rtx with current code base | hathach | |
| 2013-09-12 | added keil project for host_freertos | hathach | |
| 2013-09-12 | finshed upgrading lpc43xx cmsis | hathach | |
| 2013-09-12 | update history & freertos project | hathach | |
| 2013-07-04 | port osal_mutex to freeRTOS, able to mount mouse & cdc device | hathach | |
| tinyusb host stack overflow though | |||
| 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 | abstract os priority for application tasks | 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-06 | change format of file header & license spacing | hathach | |
| 2013-04-29 | make NGX4330 build runs ok with host_freertos demo | hathach | |
| 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-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 | |
