| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-26 | Revert "Merge branch 'master' of https://github.com/YixingShen/tinyusb" | YixingShen | |
| This reverts commit 611f9d948be47b96520e84773525b9b79d3c7189, reversing changes made to a7de4ac9b7a2dfb1fa44921fb0f41f249c8cdd5e. | |||
| 2024-01-26 | Merge branch 'master' of https://github.com/YixingShen/tinyusb | YixingShen | |
| 2024-01-26 | Correct VIDEO_CS_VS_INTERFACE_FRAME_MJPEG to VIDEO_CS_ITF_VS_FRAME_MJPEG for ↵ | YixingShen | |
| #define TUD_VIDEO_DESC_CS_VS_FRM_MJPEG_DISC | |||
| 2024-01-11 | fix build with f1 without uart | hathach | |
| 2023-12-28 | Merge branch 'hathach:master' into master | 沈玴興 | |
| 2023-12-28 | add __ARM_ARCH_8_1M_MAIN__ for M55 | YixingShen | |
| 2023-12-26 | Merge pull request #2390 from hathach/max3421e-support-rp2040 | Ha Thach | |
| support max3421e for rp2040 | |||
| 2023-12-26 | allow rp2040 to use max3421e as host controller | hathach | |
| - fix warnings build hcd max3421 with rp2040 - add tinyusb_host_max3421 target for rp2040 cmake, -DMAX3421_HOST=1 will enable this - add max3421 driver implementation for rp2040 family - update tusb_config for host to allow easy enable host selection for rp2040 (default/pio-usb/max3421) | |||
| 2023-12-26 | tested other ports with featherwing max3421, change cs, intr pin to D10, D9 | hathach | |
| 2023-12-24 | add high speed into examples\device\video_capture | YixingShen | |
| 2023-12-21 | Merge pull request #2385 from kasjer/kasjer/nrf5x-fix-dcd_edpt_open-for-iso | Ha Thach | |
| dcd_nrf5x: Fix dcd_edpt_open for iso endpoint | |||
| 2023-12-21 | dcd_nrf5x: Fix dcd_edpt_open for iso endpoint | Jerzy Kasenberg | |
| When ISO endpoint handling was introduced two lines that clear stall and data toggle bit were left unchanged and they were effective for ISO enadpoint as well. This is incorrect behavior since EPSTALL and DTOGGLE registers have only 3 bits for address. Leaving code that clears toggle bit results in endpoint 0 toggle bit being reset when iso endpoint (8) is opened. Now code that clears stall and toggle bit is applied to non-iso endpoint only as it was done before iso handling was introduced. | |||
| 2023-12-18 | Merge pull request #2383 from hathach/update-freertos-11.0 | Ha Thach | |
| update freertos deps to v11.0.0 | |||
| 2023-12-18 | update FreeRTOSConfig.h | hathach | |
| - remove configAssert() - configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil | |||
| 2023-12-18 | remove usage of linkermap, update checkout to v4 | hathach | |
| 2023-12-18 | update freertos deps to v11.0.0 | hathach | |
| 2023-12-18 | Merge pull request #2373 from Lurcy38/master | Ha Thach | |
| Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementa… | |||
| 2023-12-18 | added ioc for h563 nucleo, usb working with on-board stlink | hathach | |
| 2023-12-18 | add uart printf log into hw/bsp/stm32f1 | YixingShen | |
| fix hw/bsp/stm32f1/stm32f1xx_hal_conf.h's HAL_CORTEX_MODULE_ENABLED | |||
| 2023-12-18 | fixed device/video_capture/src/images.h,main.c ↵ | YixingShen | |
| CFG_EXAMPLE_VIDEO_DISABLE_MJPG to CFG_EXAMPLE_VIDEO_DISABLE_MJPEG | |||
| 2023-12-15 | rename dk board and more update | hathach | |
| 2023-12-15 | update h5 build make/cmake | hathach | |
| 2023-12-15 | Merge branch 'master' into h5 | hathach | |
| 2023-12-14 | Merge pull request #2376 from HiFiPhile/iar_cmake | Ha Thach | |
| IAR CMake native support | |||
| 2023-12-14 | Update jlink script path. | Mengsk | |
| 2023-12-14 | Merge pull request #2379 from hathach/tweak-hil-pi4 | Ha Thach | |
| reset pi4 usb bus before checkout/download, so that we could skip delay | |||
| 2023-12-14 | reset pi4 usb bus before checkout/download, so that we could skip delay | hathach | |
| 2023-12-14 | Move jlink script. | Mengsk | |
| 2023-12-13 | Update doc. | Mengsk | |
| 2023-12-13 | Enhance IAR CMake support. | Mengsk | |
| 2023-12-13 | Merge pull request #2375 from hathach/hil-add-samd51 | Ha Thach | |
| add samd51 (itsybitsy_m4) to hardware test loop | |||
| 2023-12-13 | Fix CI & typo. | HiFiPhile | |
| 2023-12-13 | minor tweaking | hathach | |
| 2023-12-13 | tweak usb reset wait time, fix test script with IAR server | hathach | |
| 2023-12-13 | reset usb before running test | hathach | |
| 2023-12-13 | try to add samd51 to hil pool using doublereset (rpi gpio) and bossac | hathach | |
| 2023-12-12 | Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation ↵ | henneboi | |
| Tested on Windows with IAR and gcc toolchain ( via cubeide) Tested only with audio examples, but sould be ok for other examples Cmake pacthed : but not tested Linux build : not tested Added a temporary workaround in make file to support H5 HAL repo ( ARMCC_VERSION=0) | |||
| 2023-12-12 | Merge pull request #2368 from LarssonOliver/master | Ha Thach | |
| Add configuration option CFG_TUH_CDC_FTDI_PID_LIST to tusb_option.h | |||
| 2023-12-12 | Add configuration option CFG_TUH_CDC_FTDI_PID_LIST to tusb_option.h | Oliver Larsson | |
| 2023-12-12 | Merge pull request #2347 from IngHK/HostLogsFixes | Ha Thach | |
| fixed compile errors due to untreated CFG_TUH_LOG_LEVEL | |||
| 2023-12-12 | Merge pull request #2371 from hathach/hil-add-nrf52840 | Ha Thach | |
| add nrf52840 to hard in the loop pool | |||
| 2023-12-12 | add reset usb bus | hathach | |
| 2023-12-12 | add feather nrf52840 express to hil pool | hathach | |
| 2023-12-11 | Merge pull request #2369 from hathach/more-s3-hil | Ha Thach | |
| More s3 hil | |||
| 2023-12-11 | tweak openocd flash command | hathach | |
| 2023-12-11 | change baudrate back to 1.5MB | hathach | |
| 2023-12-11 | fix build | hathach | |
| 2023-12-11 | reduce s3 baudrate to prevent usb isssue, reset rp2040 usb for board test ↵ | hathach | |
| example | |||
| 2023-12-11 | Merge pull request #2367 from hathach/add-hil-s3 | Ha Thach | |
| Add esp32s3 to hardware in the loop test | |||
| 2023-12-11 | skip iar build for f4 and h7 to save build time | hathach | |
