| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-08 | Merge pull request #2466 from wavenumber-eng/MCX | Ha Thach | |
| TinyUSB stack ported to MCXA and MXCN freedom boards. | |||
| 2024-04-08 | Merge pull request #2538 from kkitayam/add_uvc_2ch_example | Ha Thach | |
| Add an example of 2ch video capture. | |||
| 2024-04-05 | minor update bsp | hathach | |
| 2024-04-05 | Merge branch 'master' into MCX | hathach | |
| 2024-04-05 | fix pre-commit format | hathach | |
| 2024-04-05 | reverted un-related file changes | hathach | |
| 2024-04-05 | support CFG_EXAMPLE_VIDEO_READONLY for stream0 for small mcu | hathach | |
| 2024-04-05 | update uvc 2ch to stream0 use yuy2, stream1 use mpeg | hathach | |
| this help reduce sram requirement for example, also provide different format (uncompressed & mpeg) | |||
| 2024-04-04 | skip cdc_msc_hid_freertos example for rp2040 | hathach | |
| 2024-04-04 | fix build with rp2040 + max3421 | hathach | |
| - forward MAX3421_HOST=1 from makefile to cmake - add feather_rp2040_max3421 board to run with ci for rp2040 + max3421 | |||
| 2024-04-03 | add new example to cmake include list | hathach | |
| 2024-04-02 | Merge branch 'master' into MCX | hathach | |
| 2024-04-01 | UAC2: add interrupt volume control to uac2_headset example. | HiFiPhile | |
| 2024-03-25 | Fix compile errors when High Speed | kkitayam | |
| 2024-03-25 | Add small RAM MCUs/boards to skip list | kkitayam | |
| 2024-03-25 | Merge branch 'master' into add-tuh-deinit | hathach | |
| 2024-03-24 | Add UVC 2ch example | kkitayam | |
| 2024-03-23 | Fix the error that occurs when executing make in Windows | kkitayam | |
| 2024-03-22 | skip rp2040 build for cdc_msc_hid_freertos | hathach | |
| 2024-03-22 | remove pca10095 suppport for max3421 | hathach | |
| also remove pico_bootsel_via_double_reset from rp2040 | |||
| 2024-03-11 | add led blinky to cdc_dual_ports example | hathach | |
| 2024-03-04 | correct rp2040 host with max3421 | hathach | |
| 2024-03-01 | reformat code hid_host.c | hathach | |
| - fix ceedling with ruby 3.1 - allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line | |||
| 2024-02-22 | Revert "Merge branch 'hathach:master' into MCX" | Jerry Palacios | |
| This reverts commit 6afd4a57896f9c9e794de3ab6eabc73d18be4bd0, reversing changes made to 5c14bd13da211ff2679115b0dba96ac80c1a516c. | |||
| 2024-02-22 | Merge branch 'hathach:master' into MCX | jerpa77 | |
| 2024-02-22 | slightly change cdc_msc_freertos example | hathach | |
| 2024-02-09 | frdmmcxa153 now working with cmake+ninja | Jerry Palacios | |
| 2024-02-08 | cortex m33+nodsp+nofpu make file created | Jerry Palacios | |
| 2024-02-07 | Back to original | Jerry Palacios | |
| 2024-01-30 | Merge pull request #2428 from YixingShen/master | Ha Thach | |
| update video_capture | |||
| 2024-01-29 | add freertos build support for video_capture example | hathach | |
| 2024-01-29 | remove the use of descriptor template for video capture example | hathach | |
| 2024-01-26 | update example to work with iso streaming | hathach | |
| 2024-01-26 | update example to work bulk mjpeg | hathach | |
| 2024-01-26 | rename and add more video descriptors | hathach | |
| use struct to define uvc descriptor for video_capture since uvc is rather too complicated to use macro templates | |||
| 2024-01-26 | Merge branch 'master' of https://github.com/YixingShen/tinyusb | YixingShen | |
| 2024-01-26 | add "set tx_busy 1" into video_capture's video_tas for "if (tx_busy) return" | YixingShen | |
| 2024-01-25 | minor update to video capture example | hathach | |
| 2024-01-24 | clean up video example for readability | hathach | |
| 2024-01-20 | make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34x | hathach | |
| 2024-01-19 | - add ch34x_set_data_format() | hathach | |
| - add ch34x_set_line_coding() | |||
| 2024-01-15 | Merge branch 'master' into cdc_ch34x_support | hathach | |
| 2023-12-28 | Merge branch 'hathach:master' into master | 沈玴興 | |
| 2023-12-26 | initial support of CH34x CDC device | IngHK | |
| 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-24 | add high speed into examples\device\video_capture | YixingShen | |
| 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 | fixed device/video_capture/src/images.h,main.c ↵ | YixingShen | |
| CFG_EXAMPLE_VIDEO_DISABLE_MJPG to CFG_EXAMPLE_VIDEO_DISABLE_MJPEG | |||
| 2023-12-13 | Enhance IAR CMake support. | Mengsk | |
| 2023-11-29 | Merge pull request #2356 from hathach/hil-esp32s3 | Ha Thach | |
| update esp32 to also be supported by hil test | |||
