| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-08 | rename fifo_count | hathach | |
| 2018-03-08 | enhance | hathach | |
| - add ASSERT_ - rename edpt_equal - | |||
| 2018-03-07 | fix tusb_mount_cb and tusb_umount_cb not called | hathach | |
| 2018-03-07 | update | hathach | |
| 2018-03-03 | cleanup SUBTASK macros | hathach | |
| 2018-03-02 | clean up compiler | hathach | |
| 2018-03-02 | rename hal.h to tusb_hal.h | hathach | |
| 2018-03-01 | add verify.h | hathach | |
| 2018-02-28 | refactor osal queue API | hathach | |
| 2018-02-28 | update fifo | hathach | |
| 2018-02-28 | osal clean up | hathach | |
| - task create, task def macros | |||
| 2015-05-01 | formatting | hathach | |
| 2015-05-01 | formatting | hathach | |
| 2015-05-01 | replace ATTR_PACKED_STRUCT by simply ATTR_PACKED (drop IAR support) | hathach | |
| remove "primitive_types.h" by simply include stdbool.h, stdint.h | |||
| 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-17 | move STRING & XSTRING & STATIC_ASSERT to compiler.h | hathach | |
| disable test for a class of cdc host temporarily disable test for test_osal_none.c change include in some core files remove osal.h from common.h | |||
| 2014-04-17 | change default TUSB_CFG_DEBUG to 0 | hathach | |
| change meaning of TUSB_CFG_DEBUG | |||
| 2014-03-25 | update keil & iar device project to add lpcxpresso11u14 support | hathach | |
| 2014-03-25 | more doxygen stuffs | hathach | |
| 2014-03-25 | doxygen documenting | hathach | |
| 2014-03-24 | more doxygen works | hathach | |
| 2014-03-24 | doxygen documenting | hathach | |
| 2014-03-23 | doxygen clean up | hathach | |
| 2014-03-22 | rename dcd_11u_13u_qhd_t::total_bytes to nbytes to prevent confusion | hathach | |
| introduce scsi_data to mscd_interface_t to make tusbd_msc_scsi_cb buffer's address no longer to be required in USB ram section --> save usb ram for lpc11/13u | |||
| 2014-03-21 | some doxygen | hathach | |
| 2014-03-18 | rename errors.c/h to tusb_errors.c/h | hathach | |
| 2014-03-16 | doxygen document | 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-12 | fix build error with lpcxpresso device os none | hathach | |
| 2014-03-12 | able to build lpc11u with IAR | hathach | |
| clean ending warming with IAR | |||
| 2014-03-12 | IAR line ending warning | hathach | |
| 2014-03-12 | fix iar warning | 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-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-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-01-24 | refractor __n2be_16 | hathach | |
| 2013-12-27 | add device_os_none keil project for all boards | hathach | |
| 2013-12-12 | implement inline bit manipulation function | hathach | |
| 2013-12-09 | add keyboard led mask | hathach | |
| make usbd control request to subtask add get/set report via control pipe to hidd enforce soft DMA to control pipe for lpc11u (lpc17xx not yet) temp add led_blinking_set_interval to change led blinking interval refractor dcd_pipe_control_xfer to have interrupt on complete option add get/set report support of moused_app and keyboardd_app, keyboard LED will make LED blink faster | |||
| 2013-12-02 | refractor hid device driver | hathach | |
| 2013-11-26 | change endian conversion to native to be & be to native | hathach | |
| completely deferred xfer isr event to usbd task complete read10, write10 sequence for large data transfer | |||
| 2013-11-22 | clean up | hathach | |
| add some doxygen work finalize device disconnection & suspend - suspend & resume & remote wake up is not supported yet | |||
| 2013-11-21 | clean up | hathach | |
| 2013-11-15 | IAD support | hathach | |
| 2013-11-14 | complete double buffering for queueing xfer for lpc11u/13u requried by msc ↵ | hathach | |
| device | |||
