Commit Graph

1412 Commits

Author SHA1 Message Date
Ha Thach af1346c748
Merge pull request #2466 from wavenumber-eng/MCX
TinyUSB stack ported to MCXA and MXCN freedom boards.
2024-04-08 12:30:25 +07:00
Ha Thach ffab7bf9dd
Merge pull request #2538 from kkitayam/add_uvc_2ch_example
Add an example of 2ch video capture.
2024-04-08 10:52:29 +07:00
hathach c97c3418c7
minor update bsp 2024-04-05 20:31:55 +07:00
hathach 1c5abc835f
Merge branch 'master' into MCX 2024-04-05 17:59:38 +07:00
hathach 5ce4585884
fix pre-commit format 2024-04-05 17:14:51 +07:00
hathach caf2c5e0b7
reverted un-related file changes 2024-04-05 17:04:33 +07:00
hathach 5b2441d8a3
support CFG_EXAMPLE_VIDEO_READONLY for stream0 for small mcu 2024-04-05 16:12:31 +07:00
hathach 34737f9c60
update uvc 2ch to stream0 use yuy2, stream1 use mpeg
this help reduce sram requirement for example, also provide different format (uncompressed & mpeg)
2024-04-05 00:55:48 +07:00
hathach f603c4a330
skip cdc_msc_hid_freertos example for rp2040 2024-04-04 13:01:16 +07:00
hathach 7910cc2981
fix build with rp2040 + max3421
- forward MAX3421_HOST=1 from makefile to cmake
- add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
2024-04-04 10:55:14 +07:00
hathach 594833374c
add new example to cmake include list 2024-04-03 22:24:04 +07:00
hathach 18a458679f
Merge branch 'master' into MCX 2024-04-02 18:14:49 +07:00
HiFiPhile 6cf27986b6 UAC2: add interrupt volume control to uac2_headset example. 2024-04-01 20:39:48 +02:00
kkitayam 6a14dd190f Fix compile errors when High Speed 2024-03-25 23:24:24 +09:00
kkitayam 8f04d96c07 Add small RAM MCUs/boards to skip list 2024-03-25 23:15:49 +09:00
hathach 98b8e960aa
Merge branch 'master' into add-tuh-deinit 2024-03-25 17:46:28 +07:00
kkitayam 5a880013c8 Add UVC 2ch example 2024-03-24 22:31:47 +09:00
kkitayam aba00ed22c Fix the error that occurs when executing make in Windows 2024-03-23 22:35:06 +09:00
hathach 94c27fcdf7
skip rp2040 build for cdc_msc_hid_freertos 2024-03-22 20:19:12 +07:00
hathach baffadca91
remove pca10095 suppport for max3421
also remove pico_bootsel_via_double_reset from rp2040
2024-03-22 17:54:08 +07:00
hathach 2a4b27ed33
add led blinky to cdc_dual_ports example 2024-03-11 22:00:21 +07:00
hathach 9b6f13716f
correct rp2040 host with max3421 2024-03-04 16:14:53 +07:00
hathach 4ed02ae5f9
reformat code hid_host.c
- fix ceedling with ruby 3.1
- allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line
2024-03-01 17:34:14 +07:00
Jerry Palacios ec91660119 Revert "Merge branch 'hathach:master' into MCX"
This reverts commit 6afd4a5789, reversing
changes made to 5c14bd13da.
2024-02-22 16:11:23 -06:00
jerpa77 6afd4a5789
Merge branch 'hathach:master' into MCX 2024-02-22 15:47:45 -06:00
hathach 13d26d2166
slightly change cdc_msc_freertos example 2024-02-22 19:20:28 +07:00
Jerry Palacios b44cae8f18 frdmmcxa153 now working with cmake+ninja 2024-02-09 11:07:51 -06:00
Jerry Palacios b9c6b22165 cortex m33+nodsp+nofpu make file created 2024-02-08 11:10:10 -06:00
Jerry Palacios 6c4a5292a6 Back to original 2024-02-07 17:03:13 -06:00
Ha Thach 7a92038bc4
Merge pull request #2428 from YixingShen/master
update video_capture
2024-01-30 10:00:26 +07:00
hathach 55950656cb
add freertos build support for video_capture example 2024-01-29 23:23:06 +07:00
hathach d52909ec5c
remove the use of descriptor template for video capture example 2024-01-29 18:02:57 +07:00
hathach 2da8f763d7
update example to work with iso streaming 2024-01-26 23:50:58 +07:00
hathach 0daf8ec51b
update example to work bulk mjpeg 2024-01-26 23:23:38 +07:00
hathach b5cd673330
rename and add more video descriptors
use struct to define uvc descriptor for video_capture since uvc is
rather too complicated to use macro templates
2024-01-26 22:55:55 +07:00
YixingShen 2f2d2bcf3e Merge branch 'master' of https://github.com/YixingShen/tinyusb 2024-01-26 09:09:44 +08:00
YixingShen 4c9f462423 add "set tx_busy 1" into video_capture's video_tas for "if (tx_busy) return" 2024-01-26 09:09:18 +08:00
hathach 0b8b8af83d
minor update to video capture example 2024-01-25 17:25:48 +07:00
hathach de1266699d
clean up video example for readability 2024-01-24 13:13:49 +07:00
hathach 87d509d416
make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34x 2024-01-20 01:42:31 +07:00
hathach 98781bb903
- add ch34x_set_data_format()
- add ch34x_set_line_coding()
2024-01-19 15:58:05 +07:00
hathach a67ee4f01b
Merge branch 'master' into cdc_ch34x_support 2024-01-15 16:17:42 +07:00
沈玴興 149b50a2fa
Merge branch 'hathach:master' into master 2023-12-28 00:29:41 +08:00
IngHK c2bbcc9f60 initial support of CH34x CDC device 2023-12-26 20:14:03 +01:00
hathach 551e47a464
allow rp2040 to use max3421e as host controller
- 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 22:50:01 +07:00
YixingShen 1117880411 add high speed into examples\device\video_capture 2023-12-24 00:27:36 +08:00
hathach 1a3f5f7a09
update FreeRTOSConfig.h
- remove configAssert()
- configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
2023-12-18 20:33:43 +07:00
YixingShen 3f4e77738b fixed device/video_capture/src/images.h,main.c CFG_EXAMPLE_VIDEO_DISABLE_MJPG to CFG_EXAMPLE_VIDEO_DISABLE_MJPEG 2023-12-18 00:40:29 +08:00
Mengsk 3eb7d6ede9 Enhance IAR CMake support. 2023-12-13 17:20:51 +01:00
Ha Thach 0877a486cb
Merge pull request #2356 from hathach/hil-esp32s3
update esp32 to also be supported by hil test
2023-11-29 18:34:45 +07:00