summaryrefslogtreecommitdiff
path: root/tinyusb/common/fifo.h
AgeCommit message (Collapse)Author
2018-03-28more renamehathach
2018-03-08rename fifo_counthathach
2018-03-08enhancehathach
- add ASSERT_ - rename edpt_equal -
2018-02-28refactor osal queue APIhathach
2018-02-28update fifohathach
2014-03-24doxygen documentinghathach
2014-03-12IAR line ending warninghathach
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
2013-11-08add tusbd_cdc_is_busyhathach
enhance cdc serial device demo refractor fifo.c
2013-07-03change some license texthathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-02-04refractor include chain with following policieshathach
- header file only include what it needs for its declarations.
2013-01-27update license year from 2012 to 2013hathach
2013-01-16rename some fifo functions to be more consistenthathach
2013-01-16added some tests for fifo.chathach
2013-01-16add uart for lpc11uxx and retarget successfullyhathach
2012-12-10abstract usb enable/disable interrupt to hal layerhathach
2012-12-03change editor tab to 2 spaces.hathach
2012-12-02add extern "C" for cpphathach
start to work on hal layer
2012-12-02add overview.md and license.md and tinyUSB overview.pnghathach
2012-11-29change license email to websitehathach
added support for cdc devices
2012-11-29add more doxygen docshathach
start to use TUSB_Error_t
2012-11-29start to work with doxygenhathach
fix mem_size/mem_base usage with device rom driver
2012-11-28make keyboard device work with lpc1347hathach