4a661dead0
add TU_ATTR_FAST_FUNC for rp2040 __not_in_flash() section
2022-04-27 17:57:52 +07:00
98bbb0d402
Merge branch 'master' into pio-host
2022-04-21 12:05:22 +07:00
87572871d5
update example for better cdc echo
2022-04-20 18:52:15 +07:00
6a022c73db
add note for tud_task() behavior in freertos example
2022-04-20 18:35:38 +07:00
b034c18077
add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and in_isr
...
also allow exit tud_task,tuh_task after processing all events for
running other background task for user
2022-04-20 18:29:41 +07:00
669e36d674
fix freertos issue when 1 tick > 1 ms
2022-04-20 14:37:42 +07:00
05bfc1a9eb
pio device works well
2022-04-15 01:04:12 +07:00
cc5a4720e5
catch up with pio lib
2022-04-14 22:00:47 +07:00
d5d4909c20
proof of concpet that device pio-usb work with host pio-usb
2022-04-08 13:36:05 +07:00
0d8be7fd3a
Merge pull request #1360 from ccrome/uac2_headset_descriptor_update
...
in TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR, _nitfs should be 3.
2022-03-09 09:31:05 +07:00
f72da8ee7d
fix build with esp32s2, also use dwc2 for esp example
2022-03-04 14:45:26 +07:00
1b338b288c
in TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR, _nitfs should be 3.
...
I believe that there is a mistake in the definition of TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR. The nitfs in the audio descriptor is always 3 regardless of ITF_NUM_TOTAL.
2022-03-01 17:24:28 -08:00
1482a41524
fix uac2_headset build
2022-02-25 23:16:40 +07:00
a8af609dfe
auto detect max rhport speed based on mcu
2022-02-25 18:35:21 +07:00
52645fcc1b
fix build with latest esp idf
2022-02-18 13:07:21 +07:00
391edc7afb
msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported command
...
LUN1 of msc_disk_dual will be set to not ready to simulate medium not
present (e.g SD card removed)
2022-02-15 22:40:08 +07:00
7de166390e
Merge branch 'master' into master
2022-01-25 22:29:05 +07:00
3b66bbf6d5
enable ci build for RX65X host example
...
update comment for unit not ready 3a-00 additional sense
2022-01-19 19:12:21 +07:00
6972a4f5cf
Merge pull request #1276 from kkitayam/fix_video_capture_frame_interval
...
Fix video_capture example fails enumeration when 8FPS
2022-01-17 23:57:42 +07:00
efc29baead
Merge branch 'master' into port-ft90x
2022-01-17 12:36:39 +07:00
c5d825450a
Fix dwFrameIntervalStep and dwMaxFrameInterval
...
dwMaxFrameInterval minus dwMinFrameInterval should be evenly divisible by
dwFrameIntervalStep.
2022-01-13 00:24:56 +09:00
bed8913107
Skip dfu and usbtmc on pi zero
2022-01-05 16:17:19 -08:00
7b27b8f498
Unify skip and only logic for build scripts
...
And switch to a single file that can include mcu, family or board.
2022-01-05 15:44:23 -08:00
4fe0a30ec7
Skip net and freertos examples
2022-01-05 14:33:24 -08:00
84e2f6e0e1
skip freertos example for f1c100s
2021-12-29 19:12:41 +07:00
8d373b0887
Update midi_test endpoints and FT9xx code
2021-12-15 12:23:58 +00:00
51acc3e1b9
update g4 bsp
2021-12-09 12:42:08 +07:00
bcbcdf87de
Fix spelling mistakes and verify endpoint numbering.
2021-12-08 11:24:39 +00:00
45869958f6
Add FT9xx to more examples which support High-Speed
2021-12-08 10:03:33 +00:00
9a7db98593
Merge branch 'master' into port-ft90x
2021-12-08 08:36:43 +00:00
7ad0af64cc
use 4k stack for example with esp32sx
2021-11-29 13:24:10 +07:00
1c77f9f669
msp432e4 ci typo, skip dfu example for tm4c123
2021-11-08 20:03:47 +07:00
1e308dd6c0
reduce CFG_TUD_DFU_XFER_BUFSIZE for max compatible
2021-11-08 19:18:52 +07:00
91646d039c
add flash-openocd target. correct ek-tm4c123 button state
2021-11-08 16:41:29 +07:00
a3fc107d94
xmc4500 led blinky, button ok
2021-11-05 11:57:36 +07:00
28b177484d
skip net example for pi4 due to ssize_t conflict
2021-11-02 22:27:00 +07:00
0e733ae14b
add pi4 to ci build in build_aarch64
2021-11-02 21:46:23 +07:00
4ea8f1441d
correct freertos port for efm32gg
2021-10-31 00:19:17 +07:00
6c67fc4125
correctly init hs phy for bcm
2021-10-29 00:53:30 +07:00
07829510e7
Merge branch 'tannewt-rpi' into generalize-synopsys-dwc2
2021-10-26 23:43:35 +07:00
dbd31895bc
change usage of TU_CHECK_MCU() to prevent macro conflict
2021-10-25 17:04:03 +07:00
4ccf60954d
moving esp32s2 to dwc2, abstract dwc2_set_turnaround()
2021-10-25 15:51:41 +07:00
311c05b401
Merge branch 'master' into fix-warnings
2021-10-23 21:23:56 +07:00
b541c0f5e0
Merge pull request #1150 from kkitayam/change_input_terminal_type_to_camera
...
UVC example: change input terminal type to camera from external
2021-10-23 20:48:52 +07:00
5e437ee186
pi cm4 enumerated as full speed device
2021-10-22 21:55:15 +07:00
d42b5604ce
net_lwip_webserver: allow users to enable LWIP_IP6 if desired
2021-10-19 11:29:51 -05:00
6fcf4bee8c
suppress null-dereference by usbh and lwip
2021-10-18 11:42:00 +07:00
a5f516893b
more with -Wcast-qual
2021-10-17 16:36:53 +07:00
7325dd6335
Change input terminal type to camera
2021-10-16 12:06:13 +09:00
9a688224d0
msc examples: Extend serial number to 12 digits
...
USB3CV tool complains about too short serial number being used
in MSC device.
This just extends serial number to 12 characters, it makes it
easier to analyze USB3CV logs where this unnecessary warning
made output red.
Offending warning:
Serial Number string for MSC device : iSerialNumber = 0x3
Checking iSerialNumber String Descriptor: index = 0x03.
String Descriptor : "123456". (ENGLISH_US)
Using Language ID 0x409
MSC Serial Number length = 14
Invalid MSC Serial Number length : should be >= 26
*************************
Invalid MSC Serial Number length
*************************
*************************
(MSC: 5.1.2) Serial number must be a string, 12 characters or longer
(if the device supports a BOT interface, bInterfaceProtocol = 0x50),
or exactly 12 characters long (if the device supports a CBI interface,
bInterfaceProtocol = 0x00 or 0x01, and has a serial number).
2021-10-15 14:07:40 +02:00