summaryrefslogtreecommitdiff
path: root/vendor/freertos
AgeCommit message (Collapse)Author
2018-05-17rename vendor to libhathach
2018-04-12rename MCU_ to OPT_MCUhathach
2018-04-10mass rename TUSB_CFG to CFG_TUSBhathach
2018-03-30get freertos buildhathach
2018-03-07updatehathach
2018-03-01correct freertos prio issuehathach
2018-03-01upgrade freertos to v10hathach
2018-03-01clean up osal semaphore/queue/mutexhathach
2014-04-28fix issue with IAR Assembler in freertos buildhathach
2014-04-28make freertos source unmodified to ease the upgrade process laterhathach
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-25clean up FreeRTOSConfig.h also fix issue IAR Assemblerhathach
2014-04-25cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZEhathach
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-25remove unnecessary port from freertoshathach
2014-04-24update freertos to 7.6.0hathach
2014-03-28rename the not-yet-to-use filehathach
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-14clean up warninghathach
2014-03-14fix some warningshathach
2014-03-13fix all build error with IARhathach
- 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-12fix freertos host keil buildhathach
2014-03-06IAR host freertos works with EA4357hathach
2014-03-06refractor vendor/freertoshathach
2014-03-06refractor app_os_prio.hhathach
2014-03-05remove other heap 1-3 of freeRTOShathach
ngx4330 work well with lpc/keil for non/freeRTOS
2014-03-04fix issue with SVC_Handler SVCall_Handler name between keil & xpresso start ↵hathach
up file. Host freertos works with lpc17xx
2014-03-03rename port.c for different cortex --> able to add them in keil uvisionhathach
2014-03-03clean up freeRTOS foldershathach
2014-03-03able to build freeRTOS with lpc175x_6xhathach
2014-03-03added port FreeRTOS for lpc175xhathach
2013-11-25change MCU to TUSB_CFG_MCUhathach
2013-09-18temporarily comment out all the lwip related codehathach
2013-09-18configAssert = hal_debugger_breakpointhathach
2013-09-13all project can run okhathach
2013-05-21fix issue with osal_none queue defhathach
2013-04-27reduce delay after reset to 20mshathach
correct freeRTOS configCPU_CLOCK_HZ to correct M4 mcu clock
2013-04-25change OSAL_TASK_DEF to decouple variable name with task namehathach
implement osal_task_delay for freeRTOS & non_os getting both no_os & freertos running with mouse + keyboard
2013-04-25finally able to get freeRTOS run with current mouse + keyboard examplehathach
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-25add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOShathach
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-16getting build with freertos & host demohathach
2013-04-14create vendor folder & add freeRTOS 7.3 from lpcopenhathach