summaryrefslogtreecommitdiff
path: root/tinyusb/common/primitive_types.h
AgeCommit message (Collapse)Author
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-03-24more doxygen workshathach
2014-03-10cannot get IAR work with lpc1769 device demohathach
2013-12-12implement inline bit manipulation functionhathach
2013-05-06change format of file header & license spacinghathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-01-30add primitive_types.h for portable with uint8,16,32_t, and boolhathach
add osal_common.h to ease the complaint of MISRA 19.1 implement OSAL_NONE Task loop, semaphore wait/post and its test code