| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-02 | enhacne msc demo, update IAR project file | hathach | |
| 2013-10-01 | refractor msc host app examples | hathach | |
| 2013-09-30 | able to mount one device on the hub | hathach | |
| 2013-09-27 | house keeping | hathach | |
| 2013-09-26 | house keeping | hathach | |
| 2013-09-26 | add scsi write10 & test unit ready | hathach | |
| done copy command implement get_fattime using __DATE__ and number of calls | |||
| 2013-09-25 | enable long filename | hathach | |
| 2013-09-25 | almost complete cli for msc | hathach | |
| 2013-09-25 | add tusbh_msc_status | hathach | |
| reanme PRINTF_TARGET_DEBUG_CONSOLE to PRINTF_TARGET_SEMIHOST add read10 implementation able to read fat root sector | |||
| 2013-09-25 | working on fatfs integration | hathach | |
| fix retarget input for lpcxpresso | |||
| 2013-09-24 | start to add fatfs support | hathach | |
| 2013-09-18 | temporarily comment out all the lwip related code | hathach | |
| 2013-09-18 | configAssert = hal_debugger_breakpoint | hathach | |
| 2013-09-18 | clean up lwip | hathach | |
| 2013-09-16 | able to build with newly added lwip folder | hathach | |
| 2013-09-16 | remove ipv6 header | hathach | |
| 2013-09-16 | remoe ipv6 | hathach | |
| 2013-09-14 | start to add lwip support | hathach | |
| 2013-09-13 | fix cmsis rtx tick configuration | hathach | |
| everything should work TODO: remove static for variable error in control xfer subtask | |||
| 2013-09-13 | all project can run ok | hathach | |
| 2013-09-13 | integrate & able to run cmsis-rtx with current code base | hathach | |
| 2013-05-21 | fix issue with osal_none queue def | hathach | |
| 2013-05-15 | adding support for keil's rtx cmsis-rtos | hathach | |
| 2013-04-27 | reduce delay after reset to 20ms | hathach | |
| correct freeRTOS configCPU_CLOCK_HZ to correct M4 mcu clock | |||
| 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 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-16 | getting build with freertos & host demo | hathach | |
| 2013-04-14 | create vendor folder & add freeRTOS 7.3 from lpcopen | hathach | |
