summaryrefslogtreecommitdiff
path: root/tinyusb/common
AgeCommit message (Collapse)Author
2018-03-23shorten descriptor typehathach
2018-03-21rename TUSB_REQUEST to simply TUSB_REQ_hathach
2018-03-17adding bulk/int supporthathach
still does not work though
2018-03-14add usbd_control_xfer_substakhathach
seperate control xfer Data and Status phase
2018-03-12rename to avoid name conflictionhathach
2018-03-12more hcd clean uphathach
2018-03-11shorten TUSB_DESC_TYPE*hathach
2018-03-11tusb_type renamehathach
2018-03-11rename TUSB_DIR_OUT, TUSB_DIR_INhathach
2018-03-11rename tusb_dir_thathach
2018-03-11refactor dcd API, drop edpt_hdl_t in favor of endpoint address for easy porthathach
2018-03-11clean up examplehathach
2018-03-11rename hal_* to tusb_hal_*hathach
2018-03-08rename fifo_counthathach
2018-03-08enhancehathach
- add ASSERT_ - rename edpt_equal -
2018-03-07fix tusb_mount_cb and tusb_umount_cb not calledhathach
2018-03-07updatehathach
2018-03-03cleanup SUBTASK macroshathach
2018-03-02clean up compilerhathach
2018-03-02rename hal.h to tusb_hal.hhathach
2018-03-01add verify.hhathach
2018-02-28refactor osal queue APIhathach
2018-02-28update fifohathach
2018-02-28osal clean uphathach
- task create, task def macros
2015-05-01formattinghathach
2015-05-01formattinghathach
2015-05-01replace ATTR_PACKED_STRUCT by simply ATTR_PACKED (drop IAR support)hathach
remove "primitive_types.h" by simply include stdbool.h, stdint.h
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-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
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-17change default TUSB_CFG_DEBUG to 0hathach
change meaning of TUSB_CFG_DEBUG
2014-03-25update keil & iar device project to add lpcxpresso11u14 supporthathach
2014-03-25more doxygen stuffshathach
2014-03-25doxygen documentinghathach
2014-03-24more doxygen workshathach
2014-03-24doxygen documentinghathach
2014-03-23doxygen clean uphathach
2014-03-22rename dcd_11u_13u_qhd_t::total_bytes to nbytes to prevent confusionhathach
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-21some doxygenhathach
2014-03-18rename errors.c/h to tusb_errors.c/hhathach
2014-03-16doxygen documenthathach
2014-03-14more warnings clean uphathach
2014-03-14clean more warningshathach
2014-03-14clean up warning in lpcxpressohathach
remove -Wpacked -Wpadded in gcc
2014-03-12fix build error with lpcxpresso device os nonehathach
2014-03-12able to build lpc11u with IARhathach
clean ending warming with IAR
2014-03-12IAR line ending warninghathach
2014-03-12fix iar warninghathach
2014-03-10cannot get IAR work with lpc1769 device demohathach
2014-03-10change 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-10change 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