| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-17 | rename vendor to lib | hathach | |
| 2018-04-12 | rename MCU_ to OPT_MCU | hathach | |
| 2018-04-10 | mass rename TUSB_CFG to CFG_TUSB | hathach | |
| 2018-03-30 | get freertos build | hathach | |
| 2018-03-07 | update | hathach | |
| 2018-03-01 | correct freertos prio issue | hathach | |
| 2018-03-01 | upgrade freertos to v10 | hathach | |
| 2018-03-01 | clean up osal semaphore/queue/mutex | hathach | |
| 2014-04-28 | fix issue with IAR Assembler in freertos build | hathach | |
| 2014-04-28 | make freertos source unmodified to ease the upgrade process later | hathach | |
| use CGU_GetPCLKFrequency as configCPU_CLOCK_HZ for lpc43xx using with freeRTOS move portmarco.h include to FreeRTOSConfig.h to have untouched version of freertos add a readme.md to vendor/freertos refractor usbh.c, increase POWER_STABLE_DELAY = 500, RESET_DELAY = 200 fix bug with hub, only handle 1 port at a time when reading hub status change endpoint --> other port will be handled in the next cycle | |||
| 2014-04-25 | clean up FreeRTOSConfig.h also fix issue IAR Assembler | hathach | |
| 2014-04-25 | cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZE | hathach | |
| cdc host app add SERIAL_BUFFER_SIZE for buffer constant, add cdc data receive if cb with TUSB_EVENT_XFER_ERROR minor change to keyboard & mouse host app add ASSERT_FAILED & ASSERT_FAILED_MSG add cast to fix IAR build error with dcd_lpc43xx.c FreeRTOS - merge FreeRTOSConfig for m0, m3, m4 - re-implement application hook - support portmacro.h for m0 | |||
| 2014-04-25 | remove unnecessary port from freertos | hathach | |
| 2014-04-24 | update freertos to 7.6.0 | hathach | |
| 2014-03-28 | rename the not-yet-to-use file | hathach | |
| 2014-03-19 | #define SVCall_Handler SVC_Handler in lpcxpresso startup for lpc175x_6x & ↵ | hathach | |
| lpc11uxx for better compatiable with other lib & toolchain. added lpc176x xpresso with cmsis rtx | |||
| 2014-03-14 | clean up warning | hathach | |
| 2014-03-14 | fix some warnings | 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-12 | fix freertos host keil build | 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-05 | remove other heap 1-3 of freeRTOS | hathach | |
| ngx4330 work well with lpc/keil for non/freeRTOS | |||
| 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 | rename port.c for different cortex --> able to add them in keil uvision | hathach | |
| 2014-03-03 | clean up freeRTOS folders | hathach | |
| 2014-03-03 | able to build freeRTOS with lpc175x_6x | hathach | |
| 2014-03-03 | added port FreeRTOS for lpc175x | hathach | |
| 2013-11-25 | change MCU to TUSB_CFG_MCU | hathach | |
| 2013-09-18 | temporarily comment out all the lwip related code | hathach | |
| 2013-09-18 | configAssert = hal_debugger_breakpoint | hathach | |
| 2013-09-13 | all project can run ok | hathach | |
| 2013-05-21 | fix issue with osal_none queue def | 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 | |
