| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-17 | remove hardfault handler | hathach | |
| 2014-03-17 | refrator, replace osal_tick_get / osal_tick_tock by tusb_tick_get | hathach | |
| 2014-03-17 | doxygening | hathach | |
| 2014-03-16 | doxygen document | hathach | |
| 2014-03-14 | fix out of range array in usbd | hathach | |
| 2014-03-14 | clean all device os none warnings | hathach | |
| 2014-03-14 | fix warning for device os none | hathach | |
| 2014-03-14 | clean up more warnings | hathach | |
| 2014-03-14 | Suppress Keil warnings #66-D: enumeration value is out of "int" range | hathach | |
| 2014-03-14 | more warning clean up | hathach | |
| 2014-03-14 | more warnings clean up | hathach | |
| 2014-03-14 | clean more warnings | hathach | |
| 2014-03-14 | clean up warning in lpcxpresso | hathach | |
| remove -Wpacked -Wpadded in gcc | |||
| 2014-03-14 | zero warnings compiling host os none on keil | hathach | |
| 2014-03-14 | clean up compiler warning transfer of control bypasses initialization | hathach | |
| 2014-03-13 | suppres compiler warning transfer of control bypasses initialization | hathach | |
| 2014-03-13 | clean up more warnings | hathach | |
| 2014-03-13 | remove legacy code of msc_device.c read10 & write10 | hathach | |
| clean up some warnings | |||
| 2014-03-13 | fix some warnings | hathach | |
| 2014-03-13 | fix a problem with dcd 13uxx dcd_pipe_clear_stall that should clear toggle ↵ | hathach | |
| for buffer0 (instead of active buffer) as the next transfer is always forced to be happened on buffer0 | |||
| 2014-03-12 | fix build error with lpcxpresso device os none | hathach | |
| 2014-03-12 | fix IAR alignment OHCI hcca will occupies the whole 256 (instead of just 252 ↵ | hathach | |
| like the specs) | |||
| 2014-03-12 | change dcd 176x alignment placement to work with IAR | hathach | |
| 2014-03-12 | clean up IAR ending warning | hathach | |
| 2014-03-12 | able to build lpc11u with IAR | hathach | |
| clean ending warming with IAR | |||
| 2014-03-12 | a fix to IAR's incapability to force struct's member on specified alignment | hathach | |
| 2014-03-12 | IAR line ending warning | hathach | |
| 2014-03-12 | fix iar warning | hathach | |
| 2014-03-12 | added scatter file for lpc11u & lpc13u for it to run with keil | hathach | |
| 2014-03-10 | try to port lpc11uxx device demo with IAR | hathach | |
| 2014-03-10 | cannot get IAR work with lpc1769 device demo | hathach | |
| 2014-03-10 | change desc_str_table to array of pointer of uint8_t* to be compatible with ↵ | hathach | |
| IAR (lack of support for VLA initialization) IAR device os none works with ea4357 | |||
| 2014-03-10 | change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") ↵ | hathach | |
| instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code change pipe xfer API buffer from void* to uint8_t* change FIFO_DEF to have a separated buffer to be compatible with IAR\ refractor IAR data alignment pragma | |||
| 2014-03-10 | clean up dcd_lpc175x_6x.c | hathach | |
| 2014-03-10 | refractor dcd_lpc175x_6x | hathach | |
| - remove dd allocation table and use fixed 2 dd for each endpoints - change dd::used to dd::int_on_complete --> fixed all the bugs with lpc175x_6x with MSC device & CDC device | |||
| 2014-03-09 | rename tusbd_msc_scsi_received_isr to tusbd_msc_scsi_cb | hathach | |
| fix the status phase true --> false ASSERT_STATUS( dcd_pipe_xfer( p_msc->edpt_in , p_csw, sizeof(msc_cmd_status_wrapper_t), false) ); board ea4357 added P9_5 pull down for device connect | |||
| 2014-03-06 | refractor app_os_prio.h | hathach | |
| 2014-03-05 | IAR host os none work well with ea4357 | hathach | |
| 2014-03-04 | added support for IAR retarget but not yet succeeded. lpc17xx have problem ↵ | hathach | |
| connect with jlink | |||
| 2014-03-04 | change lpc17xx cmsis file & ohci to be able to build with IAR | 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 | EHCI: immediately reset port when device connected. This proves to help ↵ | hathach | |
| prevent duplication connection event (also with OHCI) increase delay after reset to 100 ms (NXP's EHCI does not work with 50ms) --> fix all duplication connection with OHCI & EHCI | |||
| 2014-02-28 | merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.h | hathach | |
| 2014-02-20 | fix the duplicated plug connection status change with lpc17xx by using ↵ | hathach | |
| immediate reset on isr. However Khanh's G5 mouse is not enumerated !! remove TUSB_CFG_CONFIGURATION_MAX from config file fix some warning | |||
| 2014-02-20 | use hcd_pipe_is_busy instead of hcd_pipe_is_idle | hathach | |
| remove hcd_pipe_is_idle | |||
| 2014-02-19 | re-enable blocking waiting in ehci controller reset (otherwise it wont works) | hathach | |
| 2014-02-19 | some code clean up | hathach | |
| NOTE: host on ea4357 does not work anymore | |||
| 2014-01-24 | clean up warnings | hathach | |
| 2014-01-24 | refractor __n2be_16 | hathach | |
| 2013-12-27 | add device_os_none keil project for all boards | hathach | |
