summaryrefslogtreecommitdiff
path: root/src/common/tusb_compiler.h
AgeCommit message (Collapse)Author
2023-01-21update stm32f1 to support iar buildhathach
2022-07-14abtract attribute fallthroughhathach
2022-02-28Merge pull request #1345 from alexandre-perrin/iar-cpp-verify-staticHa Thach
Fix CPP compilation with IAR
2022-02-23Fix CPP compilation with IARAlexandre Perrin
IAR defines __STDC_VERSION__ in cpp as well. Which causes TU_VERIFY_STATIC to be defined as _Static_assert instead of cpp's static_assert. This reorders __cplusplus__ to be first, then to fallback to __STDC_VERSION__ if not CPP.
2022-02-01Modifications for CCRX toolchainRoland
2021-11-30Ignore certain compiler options on ARMCCYunhao Tian
ARMCC also sets __GNU__ macro, but doesn't support GCC diagnostic pragmas.
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-10-25add TU_ARGS_APPLY(), TU_CHECK_MCU() now could check list of mcushathach
2021-09-25add CFG_TUSB_OS_INC_PATH for os include pathhathach
useful for freertos/ prefix with esp IDF
2021-07-22clean up compilerhathach
2021-07-22rename bit filed orderhathach
clean up packed/bit order begin end
2021-07-22rename packed begin/endhathach
2021-07-22Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into ↵hathach
Wini-Buh-CCRX_Port
2021-07-13add option to silent a driver loghathach
2021-06-29add tud_vendor_control_request_cb() to poisoned listhathach
2021-06-22final clean upWini-Buh
2021-06-11weak atrribute work around removed from CCRX_PortWini-Buh
2021-05-29Adaptations for Renesas CCRX toolchain and Rx72N controller performedWini-Buh
2021-04-06add tu_unaligned_read32/write32 (#772)Ha Thach
* add tu_unaligned_read32/write32 * added tu_unaligned_read16/write16 * add TU_ATTR_ALWAYS_INLINE, add to most of simple inline function
2020-12-20Fix error if "Required Prototype" is selected.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2020-10-03Use C++11 static_assert when availableNiklas Hauser
2020-05-08Add IAR compiler attribute and endian support.Mengsk
2020-01-15Normalize line endingsNathan Conrad
2019-10-12adding log support with uarthathach
started with pca10056
2019-09-16Change inline functions to macros, and make all parameter names uniform.Nathan Conrad
2019-09-15Massive copy&paste typo of mine in the 32-bit byte swapping function....Nathan Conrad
2019-09-13TI compiler quirks, and le byte swapping functions.Nathan Conrad
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-14more clean up use inline bit funciton instead of macroshathach
2019-05-14clean up endian convert functionhathach
2019-05-14remove deprecated tusb_task, clean up tusb compilerhathach
2019-05-14update license year to 2019hathach
2019-05-14clean uphathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-09-02clean uphathach
2018-08-23fix compiler static assert complainhathach
2018-08-13rename VERIFY to TU_VERIFY to avoid conflict with applicationhathach
2018-07-25add scsi start stop unit struct, improve device msc, correctly stall ↵hathach
unsupported scsi command
2018-06-18rename subfolder source to srchathach