summaryrefslogtreecommitdiff
path: root/vendor
AgeCommit message (Collapse)Author
2018-05-17rename vendor to libhathach
2018-04-12rename MCU_ to OPT_MCUhathach
2018-04-12rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOShathach
2018-04-10mass rename TUSB_CFG to CFG_TUSBhathach
2018-03-30get freertos buildhathach
2018-03-07updatehathach
2018-03-02remove rtos rtxhathach
2018-03-01correct freertos prio issuehathach
2018-03-01upgrade freertos to v10hathach
2018-03-01clean up osal semaphore/queue/mutexhathach
2015-05-01simplify host API: tusbh_ to tuh_hathach
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-04-09fix cmsis rtx problem by rebuilding the libRTX_CM4.a with lpcxpresso/toolshathach
2014-03-31remove cmsis rtx source folderhathach
2014-03-28rename the not-yet-to-use filehathach
2014-03-26clean uphathach
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-19re-added RTX Source for reference purposehathach
2014-03-19reduce memory use by cmsis rtxhathach
able to run with IAR host cmsis rtx
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-19remvoe main as thread of cmsis rtx for portability.hathach
Keil & lpcxpresso4 host_cmsis_rtx work well
2014-03-19remove rtx source file (use lib only)hathach
2014-03-19added libRTX for gcc & iarhathach
2014-03-14clean up warninghathach
2014-03-14fix some warningshathach
2014-03-14clean up warning in lpcxpressohathach
remove -Wpacked -Wpadded in gcc
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-12fix IAR end line warninghathach
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
2014-03-02increase msc host app task stack size to 512 so that copy command can be ↵hathach
executed
2014-02-28refractor remove tusbh_msc_is_failedhathach
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-28remove test unit ready with disk_ioctl (cmd=CTRL_SYNC) as it is proved to be ↵hathach
not needed
2013-11-25change MCU to TUSB_CFG_MCUhathach
2013-10-02enhacne msc demo, update IAR project filehathach
2013-10-01refractor msc host app exampleshathach
2013-09-30able to mount one device on the hubhathach