index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
tusb_compiler.h
Age
Commit message (
Expand
)
Author
2023-06-27
rework cmake with rtos support add RTOS to family_configure_device/host/dual_...
hathach
2023-04-18
Use __GNUC__ macro to determine if __has_attribute is supported
Reimu NotMoe
2023-04-17
Implement TU_BSWAP{16,32} correctly for Microchip XC16
Reimu NotMoe
2023-04-17
Fix compatibility with the latest Microchip XC16 compiler
Reimu NotMoe
2023-03-18
minor clean up
hathach
2023-03-17
Merge branch 'master' into portability
hathach
2023-03-17
fix trailing space and new line
hathach
2023-02-22
use tu_static instead of static _fuzz_thread
hathach
2023-02-22
Merge pull request #1867 from silvergasp/thread_local_globals
Ha Thach
2023-02-22
rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread
hathach
2023-01-21
update stm32f1 to support iar build
hathach
2023-01-20
fix: Change all static variables to thread when fuzzing
Nathaniel Brough
2022-09-13
IAR doesn't support __attribute__((fallthrough))
Ben Avison
2022-07-14
abtract attribute fallthrough
hathach
2022-02-28
Merge pull request #1345 from alexandre-perrin/iar-cpp-verify-static
Ha Thach
2022-02-23
Fix CPP compilation with IAR
Alexandre Perrin
2022-02-01
Modifications for CCRX toolchain
Roland
2021-11-30
Ignore certain compiler options on ARMCC
Yunhao Tian
2021-10-25
change usage of TU_CHECK_MCU() to prevent macro conflict
hathach
2021-10-25
add TU_ARGS_APPLY(), TU_CHECK_MCU() now could check list of mcus
hathach
2021-09-25
add CFG_TUSB_OS_INC_PATH for os include path
hathach
2021-07-22
clean up compiler
hathach
2021-07-22
rename bit filed order
hathach
2021-07-22
rename packed begin/end
hathach
2021-07-22
Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into Wini-Buh...
hathach
2021-07-13
add option to silent a driver log
hathach
2021-06-29
add tud_vendor_control_request_cb() to poisoned list
hathach
2021-06-22
final clean up
Wini-Buh
2021-06-11
weak atrribute work around removed from CCRX_Port
Wini-Buh
2021-05-29
Adaptations for Renesas CCRX toolchain and Rx72N controller performed
Wini-Buh
2021-04-06
add tu_unaligned_read32/write32 (#772)
Ha Thach
2020-12-20
Fix error if "Required Prototype" is selected.
HiFiPhile
2020-10-03
Use C++11 static_assert when available
Niklas Hauser
2020-05-08
Add IAR compiler attribute and endian support.
Mengsk
2020-01-15
Normalize line endings
Nathan Conrad
2019-10-12
adding log support with uart
hathach
2019-09-16
Change inline functions to macros, and make all parameter names uniform.
Nathan Conrad
2019-09-15
Massive copy&paste typo of mine in the 32-bit byte swapping function....
Nathan Conrad
2019-09-13
TI compiler quirks, and le byte swapping functions.
Nathan Conrad
2019-06-06
add TU_ prefix to compiler ATTR to prevent name conflict with application
hathach
2019-05-14
more clean up use inline bit funciton instead of macros
hathach
2019-05-14
clean up endian convert function
hathach
2019-05-14
remove deprecated tusb_task, clean up tusb compiler
hathach
2019-05-14
update license year to 2019
hathach
2019-05-14
clean up
hathach
2019-03-20
migrate license from BSD 3 clause to MIT
hathach
2018-09-02
clean up
hathach
2018-08-23
fix compiler static assert complain
hathach
2018-08-13
rename VERIFY to TU_VERIFY to avoid conflict with application
hathach
2018-07-25
add scsi start stop unit struct, improve device msc, correctly stall unsuppor...
hathach
[next]