| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-23 | rp2040: export hw_endpoint_start_next_buffer() and hw_endpoint_lock_update() | Jonathan Bell | |
| The next change to the driver requires the export of these functions. Leave the lock unimplemented for now. Also move hw_set and hw_clear aliases into the top-level header file. | |||
| 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-22 | update stm32f7 to build with iar | hathach | |
| 2023-01-22 | update f4 to build with iar | hathach | |
| 2023-01-21 | add test_common_func.c | hathach | |
| 2023-01-21 | add icf for f1 mini2 | 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 | |
| 2023-01-20 | Add support for NXP's mimxrt1024_evk evaluation board. | Dave Nadler | |
| Tested AOK with device\cdc_msc_freertos example. | |||
| 2023-01-20 | Add support for NXP's mimxrt1024_evk evaluation board. | Dave Nadler | |
| Tested AOK with device\cdc_msc_freertos example. | |||
| 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 | Merge pull request #1847 from HiFiPhile/dwc2_iar | Ha Thach | |
| dwc2: fix iar warnings | |||
| 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-18 | Allow config OS for RP2040 | Howard Su | |
| 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-13 | fix: Replace device calls to memcpy with tu_memcpy_s | Nathaniel Brough | |
| Introduces a new function tu_memcpy_s, which is effectively a backport of memcpy_s. The change also refactors calls to memcpy over to the more secure tu_memcpy_s. | |||
| 2023-01-13 | examples/uac2: Fix mute and volume array lengths | Malik Enes Safak | |
| 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 | |
