| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | keil work with lpc17xx device | hathach | |
| 2014-03-10 | move WinCDCdriver.inf | hathach | |
| 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 | fix board_rf1ghznode.c build error | hathach | |
| 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-07 | ported board_buttons API to EA4357 but device is not mounted yet | hathach | |
| 2014-03-07 | lpc1347 mouse & keyboard & cdc works well | hathach | |
| 2014-03-07 | refractor mouse app | hathach | |
| 2014-03-07 | added board_buttons for lpcxpresso/board_lpcxpresso1769.c | hathach | |
| 2014-03-06 | refractor device mouse app to use board_buttons | hathach | |
| 2014-03-06 | add board_buttons API and refractor device keyboard app | hathach | |
| 2014-03-06 | IAR nonos/freertos can run with lpc17xx but cannot mount any device (failed ↵ | hathach | |
| on the first 8 byte descriptors) | |||
| 2014-03-06 | keil host 17xx work, but os_none has problem with copy command in msc example | 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-06 | remove IAR debug config | hathach | |
| 2014-03-06 | change host os none to host_freertos | hathach | |
| 2014-03-06 | added IAR support for host freertos | hathach | |
| 2014-03-06 | IAR work well with EA4357 on host os none | hathach | |
| 2014-03-05 | IAR host os none work well with ea4357 | hathach | |
| 2014-03-05 | refractor remove board_uart_send & board_uart_recv from board API | hathach | |
| 2014-03-05 | remove other heap 1-3 of freeRTOS | hathach | |
| ngx4330 work well with lpc/keil for non/freeRTOS | |||
| 2014-03-05 | remove lwipopts.h in freertos project | hathach | |
| 2014-03-05 | somehow could not get printf work with IAR both SWD & uart on NGX4330 | hathach | |
| 2014-03-05 | added init file for 43xx ram with keil | hathach | |
| keil host os none work with ngx4330 board | |||
| 2014-03-05 | remove the lwipopts.h | hathach | |
| 2014-03-04 | remove lwip code in main.c & boardGetMACaddr (board.c) | hathach | |
| NOTE: previous commit also removed some lwip's configure in board_ea4357 fix NGX4330 led blinking | |||
| 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-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 | able to build keil with lpc17xx (non os + freeRTOS) | hathach | |
| 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 | ported freeRTOS with lpc175x_6x, all host demo work | hathach | |
| 2014-03-03 | able to build freeRTOS with lpc175x_6x | hathach | |
| 2014-03-03 | added port FreeRTOS for lpc175x | hathach | |
| 2014-03-02 | freeRTOS host demo work with keil | hathach | |
| 2014-03-02 | refine keyboard host demo (added new line for enter key) | hathach | |
| 2014-03-02 | increase msc host app task stack size to 512 so that copy command can be ↵ | hathach | |
| executed | |||
| 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 | remove test unit ready with disk_ioctl (cmd=CTRL_SYNC) as it is proved to be ↵ | hathach | |
| not needed | |||
| 2014-02-28 | merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.h | hathach | |
| 2014-02-20 | keil support for lpc17xx host | 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 | |||
