| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-22 | When tools/top.mk finds it is running on Windows, it expects SHELL set to ↵ | Dave Nadler | |
| cmd.exe. Some Windows development environments invoke a mingw version of gnu make with SHELL set to /bin/sh or /bin/bash (either explicitly or by default), in which case tinyUSB make fails when a $(shell...) command feeds DOS syntax to sh. We can't just use sh, as many Windows environments won't have unix utilities like realpath (used by this makefile for sh shell commands). This fix forces SHELL=cmd.exe on Windows and documents the issue. Also adds additional documentation to help the next person... With this fix, tinyUSB can be easily built and debugged in environments like NXP's MCUxpresso (import as a makefile project). | |||
| 2023-01-18 | Merge pull request #1847 from HiFiPhile/dwc2_iar | Ha Thach | |
| dwc2: fix iar warnings | |||
| 2023-01-12 | Merge pull request #1405 from gregdavill/ch32v307 | Ha Thach | |
| Add WCH CH32V307 port | |||
| 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 | dwc2: fix IAR warnings. | MasterPhi | |
| 2023-01-11 | Merge pull request #1844 from silvergasp/master | Ha Thach | |
| feat(ci): Adds oss-fuzz integration on PRs | |||
| 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 | |
| ip3511 : Fix IAR build. | |||
| 2023-01-08 | ip3511 : Fix IAR build. | MasterPhi | |
| 2023-01-08 | temporarily suppress redundant-decls due to USART_Printf_Init() | hathach | |
| fix codespell | |||
| 2023-01-07 | Merge branch 'master' into ch32v307 | Ha Thach | |
| 2023-01-07 | Merge pull request #1820 from Staacks/master | Ha Thach | |
| Fix UVC probe and commit on MacOS | |||
| 2023-01-07 | Merge pull request #1789 from hathach/fix-fifo-memory-overflow | Ha Thach | |
| Fix fifo memory overflow | |||
| 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 ↵ | hathach | |
| rename to advance/backward_index | |||
| 2023-01-07 | simplify _tu_fifo_count() and _tu_fifo_remaining(), also rename to ↵ | hathach | |
| _ff_count() and _ff_remaining() | |||
| 2023-01-07 | simplify and remove _tu_fifo_empty, _tu_fifo_full. Also correct full ↵ | hathach | |
| condition check | |||
| 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 | |
| - remove non_used_index_space - packed overwritable with item_size | |||
| 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 | |
| Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTION in usbh.c | |||
| 2023-01-06 | Merge pull request #1836 from HiFiPhile/Pe381 | Ha Thach | |
| Fix IAR warning: Warning[Pe381]: extra ";" ignored | |||
| 2023-01-04 | More warning fixes | Mengsk | |
| 2023-01-04 | Merge pull request #1823 from silvergasp/fix_cluster_fuzz_flags | Ha Thach | |
| fix(fuzz): Make sanitizer flags optional | |||
| 2023-01-03 | Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTION | pete-pjb | |
| Add NULL check to loop in list_remove_qhd_by_addr() function in ehci.c | |||
| 2023-01-02 | Fix IAR warning: Warning[Pe381]: extra ";" ignored | Mengsk | |
| 2022-12-28 | fix(fuzz): Make sanitizer flags optional | Nathaniel 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-27 | Fix UVC probe and commit on MacOS | Staacks | |
| 2022-12-27 | Merge pull request #1819 from hathach/fix-ncm-warning | Ha Thach | |
| fix ncm warning | |||
| 2022-12-27 | fix ncm warning | hathach | |
| 2022-12-26 | Merge pull request #1801 from tyustli/tyustli_sem_reset | Ha Thach | |
| [add] semaphore reset support for rt-thread | |||
| 2022-12-25 | Merge pull request #1814 from hathach/more-host-cdc | Ha Thach | |
| add tuh_cdc_peek() | |||
| 2022-12-24 | add tuh_cdc_peek() | hathach | |
| 2022-12-22 | Merge pull request #1810 from hathach/fix-cdc-buf | Ha Thach | |
| fix incorrect rx buf in cdc | |||
| 2022-12-22 | fix incorrect rx buf in cdc | hathach | |
| 2022-12-22 | Merge pull request #1809 from hathach/host-cdc | Ha Thach | |
| Support Host CDC | |||
