summaryrefslogtreecommitdiff
path: root/tinyusb/common/compiler/compiler_iar.h
AgeCommit message (Collapse)Author
2018-03-28repo cleanuphathach
2014-03-12fix iar 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
2014-03-04change lpc17xx cmsis file & ohci to be able to build with IARhathach
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-09-19starting to add support for IAR workbenchhathach
2013-05-06change format of file header & license spacinghathach
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-01-27update license year from 2012 to 2013hathach
2012-12-04add board abstract layerhathach
rename arch to mcu