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
Age
Commit message (
Expand
)
Author
2023-01-21
update stm32f1 to support iar build
hathach
2023-01-20
slightly update rule.mk for IAR
hathach
2023-01-20
fix warnings with arithmetic on void* pointer
hathach
2023-01-20
add helper tu_desc_find/find2/find3
hathach
2023-01-20
fix warning
hathach
2023-01-18
fix iar build with board_test
hathach
2023-01-18
dont use non-std strncasecmp
hathach
2023-01-18
update iar ci
hathach
2023-01-18
get most examples build with iar
hathach
2023-01-17
update freertos example to build with iar
hathach
2023-01-17
update build script to support iar with CC=iccarm option
hathach
2023-01-17
update all f0 board to build with iar
hathach
2023-01-17
try running iar build with self-host
hathach
2023-01-17
update makefile to support iar build starting with stm32f070
hathach
2023-01-12
Merge pull request #1405 from gregdavill/ch32v307
Ha Thach
2023-01-12
add TUP_RHPORT_HIGHSPEED for ch32v307
hathach
2023-01-12
minor clean up. ch32v307 has issue with uart LOG=2 (skipping characters)
hathach
2023-01-12
add dcd_remote_wakeup() stub
hathach
2023-01-12
add button support
hathach
2023-01-12
rename board to lower case ch32v307v-r1-1v0
hathach
2023-01-12
rename link file
hathach
2023-01-12
fix redundant-decls warnings with USART_Printf_Init()
hathach
2023-01-12
rename driver with dcd_ to be consitent with other ports
hathach
2023-01-12
add note for openocd with wch, also add wch-riscv.cfg
hathach
2023-01-11
Merge pull request #1844 from silvergasp/master
Ha Thach
2023-01-09
feat(ci): Adds oss-fuzz integration on PRs
Nathaniel Brough
2023-01-09
Merge pull request #1843 from HiFiPhile/ip3511
Ha Thach
2023-01-08
ip3511 : Fix IAR build.
MasterPhi
2023-01-08
temporarily suppress redundant-decls due to USART_Printf_Init()
hathach
2023-01-07
Merge branch 'master' into ch32v307
Ha Thach
2023-01-07
Merge pull request #1820 from Staacks/master
Ha Thach
2023-01-07
Merge pull request #1789 from hathach/fix-fifo-memory-overflow
Ha Thach
2023-01-07
minor clean up
hathach
2023-01-07
remove _ff_overflowed() due to lack of use
hathach
2023-01-07
simplify _ff_correct_read_index()
hathach
2023-01-07
reverse idx2ptr() arguments to be consistent
hathach
2023-01-07
update advance_pointer/backward_pointer to use depth instead of fifo, also re...
hathach
2023-01-07
simplify _tu_fifo_count() and _tu_fifo_remaining(), also rename to _ff_count(...
hathach
2023-01-07
simplify and remove _tu_fifo_empty, _tu_fifo_full. Also correct full conditio...
hathach
2023-01-07
use TU_FIFO_INIT to replace TU_FIFO_DEF
hathach
2023-01-07
using clang with ceedling unit-test with -fsanitize=address
hathach
2023-01-07
minor clean up
hathach
2023-01-06
minimize tu_fifo size to 16
hathach
2023-01-06
minor clean up
hathach
2023-01-06
Merge branch 'master' into fix-fifo-memory-overflow
hathach
2023-01-06
Merge pull request #1837 from pete-pjb/master
Ha Thach
2023-01-06
Merge pull request #1836 from HiFiPhile/Pe381
Ha Thach
2023-01-04
More warning fixes
Mengsk
2023-01-04
Merge pull request #1823 from silvergasp/fix_cluster_fuzz_flags
Ha Thach
2023-01-03
Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTION
pete-pjb
[next]