summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-17update build script to support iar with CC=iccarm optionhathach
2023-01-17update all f0 board to build with iarhathach
2023-01-17try running iar build with self-hosthathach
2023-01-17update makefile to support iar build starting with stm32f070hathach
2023-01-12Merge pull request #1405 from gregdavill/ch32v307Ha Thach
Add WCH CH32V307 port
2023-01-12add TUP_RHPORT_HIGHSPEED for ch32v307hathach
2023-01-12minor clean up. ch32v307 has issue with uart LOG=2 (skipping characters)hathach
2023-01-12add dcd_remote_wakeup() stubhathach
2023-01-12add button supporthathach
2023-01-12rename board to lower case ch32v307v-r1-1v0hathach
2023-01-12rename link filehathach
2023-01-12fix redundant-decls warnings with USART_Printf_Init()hathach
2023-01-12rename driver with dcd_ to be consitent with other portshathach
2023-01-12add note for openocd with wch, also add wch-riscv.cfghathach
2023-01-11Merge pull request #1844 from silvergasp/masterHa Thach
feat(ci): Adds oss-fuzz integration on PRs
2023-01-09feat(ci): Adds oss-fuzz integration on PRsNathaniel Brough
2023-01-09Merge pull request #1843 from HiFiPhile/ip3511Ha Thach
ip3511 : Fix IAR build.
2023-01-08ip3511 : Fix IAR build.MasterPhi
2023-01-08temporarily suppress redundant-decls due to USART_Printf_Init()hathach
fix codespell
2023-01-07Merge branch 'master' into ch32v307Ha Thach
2023-01-07Merge pull request #1820 from Staacks/masterHa Thach
Fix UVC probe and commit on MacOS
2023-01-07Merge pull request #1789 from hathach/fix-fifo-memory-overflowHa Thach
Fix fifo memory overflow
2023-01-07minor clean uphathach
2023-01-07remove _ff_overflowed() due to lack of usehathach
2023-01-07simplify _ff_correct_read_index()hathach
2023-01-07reverse idx2ptr() arguments to be consistenthathach
2023-01-07update advance_pointer/backward_pointer to use depth instead of fifo, also ↵hathach
rename to advance/backward_index
2023-01-07simplify _tu_fifo_count() and _tu_fifo_remaining(), also rename to ↵hathach
_ff_count() and _ff_remaining()
2023-01-07simplify and remove _tu_fifo_empty, _tu_fifo_full. Also correct full ↵hathach
condition check
2023-01-07use TU_FIFO_INIT to replace TU_FIFO_DEFhathach
2023-01-07using clang with ceedling unit-test with -fsanitize=addresshathach
2023-01-07minor clean uphathach
2023-01-06minimize tu_fifo size to 16hathach
- remove non_used_index_space - packed overwritable with item_size
2023-01-06minor clean uphathach
2023-01-06Merge branch 'master' into fix-fifo-memory-overflowhathach
2023-01-06Merge pull request #1837 from pete-pjb/masterHa Thach
Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTION in usbh.c
2023-01-06Merge pull request #1836 from HiFiPhile/Pe381Ha Thach
Fix IAR warning: Warning[Pe381]: extra ";" ignored
2023-01-04More warning fixesMengsk
2023-01-04Merge pull request #1823 from silvergasp/fix_cluster_fuzz_flagsHa Thach
fix(fuzz): Make sanitizer flags optional
2023-01-03Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTIONpete-pjb
Add NULL check to loop in list_remove_qhd_by_addr() function in ehci.c
2023-01-02Fix IAR warning: Warning[Pe381]: extra ";" ignoredMengsk
2022-12-28fix(fuzz): Make sanitizer flags optionalNathaniel Brough
Currently OSS fuzz expects to have complete control over the sanitizer flags. As we currently have these set it's causing problems with the OSS fuzz build. Instead we should use the provided variables from the OSS fuzz build environment. For local testing we'll create a set a well defined defaults.
2022-12-27Fix UVC probe and commit on MacOSStaacks
2022-12-27Merge pull request #1819 from hathach/fix-ncm-warningHa Thach
fix ncm warning
2022-12-27fix ncm warninghathach
2022-12-26Merge pull request #1801 from tyustli/tyustli_sem_resetHa Thach
[add] semaphore reset support for rt-thread
2022-12-25Merge pull request #1814 from hathach/more-host-cdcHa Thach
add tuh_cdc_peek()
2022-12-24add tuh_cdc_peek()hathach
2022-12-22Merge pull request #1810 from hathach/fix-cdc-bufHa Thach
fix incorrect rx buf in cdc
2022-12-22fix incorrect rx buf in cdchathach