summaryrefslogtreecommitdiff
path: root/src/common/tusb_compiler.h
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-04-17remove duplicated tu_le16toh since we have converted the endian when setup.Fan DANG
2026-04-13introduce two more macros to follow tinyusb's styleFan DANG
2026-04-13fix(device): big-endian host support for SETUP packet handlingFan DANG
2025-12-10update metrics to support bloaty csvhathach
2025-12-09update metrics to support bloatyhathach
2025-11-06fix more alertshathach
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-11-03fixing alert by scanning toolhathach
2025-10-30Merge branch 'master' into uac1HiFiPhile
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-01Minor fixesHiFiPhile
2025-09-30More descriptors workingHiFiPhile
2024-11-21make sure usb buffer occupies whole cache line when DCACHE is enabled for msc...hathach
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-05-24add ch32 support for fsdev driver. v20x can select fsdev or usbfs with make/c...hathach
2024-04-09make veryfi static in ccrx consistent with the resthathach
2024-04-09Fixed behavior of the PRCR register. Previous write protection will be recove...Matthias Schär
2023-06-27rework cmake with rtos support add RTOS to family_configure_device/host/dual_...hathach
2023-04-18Use __GNUC__ macro to determine if __has_attribute is supportedReimu NotMoe
2023-04-17Implement TU_BSWAP{16,32} correctly for Microchip XC16Reimu NotMoe
2023-04-17Fix compatibility with the latest Microchip XC16 compilerReimu NotMoe
2023-03-18minor clean uphathach
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-17fix trailing space and new linehathach
2023-02-22use tu_static instead of static _fuzz_threadhathach
2023-02-22Merge pull request #1867 from silvergasp/thread_local_globalsHa Thach
2023-02-22rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_threadhathach
2023-01-21update stm32f1 to support iar buildhathach
2023-01-20fix: Change all static variables to thread when fuzzingNathaniel Brough
2022-09-13IAR doesn't support __attribute__((fallthrough))Ben Avison
2022-07-14abtract attribute fallthroughhathach
2022-02-28Merge pull request #1345 from alexandre-perrin/iar-cpp-verify-staticHa Thach
2022-02-23Fix CPP compilation with IARAlexandre Perrin
2022-02-01Modifications for CCRX toolchainRoland
2021-11-30Ignore certain compiler options on ARMCCYunhao Tian
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
2021-07-22clean up compilerhathach
2021-07-22rename bit filed orderhathach
2021-07-22rename packed begin/endhathach
2021-07-22Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into Wini-Buh...hathach
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
2020-12-20Fix error if "Required Prototype" is selected.HiFiPhile