summaryrefslogtreecommitdiff
path: root/tinyusb/common/compiler/compiler_gcc.h
AgeCommit message (Collapse)Author
2018-03-28repo cleanuphathach
2018-03-28more renamehathach
2018-03-11clean up examplehathach
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-03-12fix build error with lpcxpresso device os nonehathach
2014-01-24refractor __n2be_16hathach
2013-12-27add device_os_none keil project for all boardshathach
2013-11-26change endian conversion to native to be & be to nativehathach
completely deferred xfer isr event to usbd task complete read10, write10 sequence for large data transfer
2013-11-22clean uphathach
add some doxygen work finalize device disconnection & suspend - suspend & resume & remote wake up is not supported yet
2013-09-25add tusbh_msc_statushathach
reanme PRINTF_TARGET_DEBUG_CONSOLE to PRINTF_TARGET_SEMIHOST add read10 implementation able to read fat root sector
2013-09-22added read capacity 10 with hacking codehathach
2013-07-03change some license texthathach
2013-03-26add field to endpoint maxpacketsize (mult)hathach
refractor hidh_open_subtask & hidh_keyboard_open add ATTR_PACKED_STRUCT(x) - TODO remove ugly pre_pack & post pack
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-04add alignof to compilier specifichathach
add static_assert support for IAR (built-in support)
2013-02-28start to add code for hcd_init testhathach
change hcd_init signature (omit hostid)
2013-01-27update license year from 2012 to 2013hathach
2012-12-07work with lpc11u37 (lpc11uxx) on kevin's boardhathach
2012-12-07make fundamental changes in project buildinghathach
add some makefile.defs
2012-12-03change editor tab to 2 spaces.hathach
2012-12-03fix some doxygen settings and stuffs add prepacked for IAR compilerhathach
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-29doxygen for gcc attributehathach
2012-11-29start to work with doxygenhathach
fix mem_size/mem_base usage with device rom driver
2012-11-27added _cplusplus extern wrapperhathach
2012-11-27added fileshathach
added some template code
2012-11-26added fileshathach