<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/tusb_option.h, branch 0.17.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/tusb_option.h?h=0.17.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/tusb_option.h?h=0.17.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-08-13T23:33:42Z</updated>
<entry>
<title>Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_port</title>
<updated>2024-08-13T23:33:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-13T23:33:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=761399b5e09fd682d7be5ad7570c039922eb18bb'/>
<id>urn:sha1:761399b5e09fd682d7be5ad7570c039922eb18bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simplify dwc2 test mode</title>
<updated>2024-07-12T13:17:14Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-07-12T13:17:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4ce1cce40a01dce56cab2c73745f4f2c9d212b25'/>
<id>urn:sha1:4ce1cce40a01dce56cab2c73745f4f2c9d212b25</id>
<content type='text'>
- all dwc2 ip seems to support test mode in both fs/hs -&gt; remove TUP_USBIP_DWC2_TEST_MODE
- remove dcd_check_test_mode_support(), all should be supported
- move enum tusb_feature_test_mode_t to tusb_types.h
</content>
</entry>
<entry>
<title>Add MAX78002 Support</title>
<updated>2024-07-01T21:31:38Z</updated>
<author>
<name>Brent Kowal</name>
<email>brent.kowal@analog.com</email>
</author>
<published>2024-07-01T21:31:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2353c4ffbaa50072d89008df7a06a7732c824018'/>
<id>urn:sha1:2353c4ffbaa50072d89008df7a06a7732c824018</id>
<content type='text'>
 -Added support for MAX78002, MAX78002EVKIT
 -Added provisions for remaining MAX32 USB parts
</content>
</entry>
<entry>
<title>Initial Commit for MAX32 Support</title>
<updated>2024-06-28T20:55:27Z</updated>
<author>
<name>Brent Kowal</name>
<email>brent.kowal@analog.com</email>
</author>
<published>2024-06-28T20:55:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0f288326cc80dba192d08b74116aa0be91a81a6f'/>
<id>urn:sha1:0f288326cc80dba192d08b74116aa0be91a81a6f</id>
<content type='text'>
Initial commit for the port of TUSB to MAX32xxx parts, staring with MAX32690
 - Added dcd_max32.c (based on dcd_musb.c) for interfacing with the peripheral
 - Added MAX32690 part family support
 - Added max32690evkit board support
 - Updated examples for unique EP number requirement
 - Updated get_deps.py to fetch the MSDK

Known Issues / Additional Testing Required
 - msc_dual_lun only shown 1 volume on Windows
 - USBTMC does not have a valid Windowsdriver
 - DFU does not have a valid Windows driver
 - WebUSB is "Device not Recognized"
 - Need to test build scripts with IAR and Clang
</content>
</entry>
<entry>
<title>fix ci skip example for ch32v1</title>
<updated>2024-06-14T09:16:10Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-06-14T09:16:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f32851cf2ae6ec7aa3b39150c3f0f96d65af9b3a'/>
<id>urn:sha1:f32851cf2ae6ec7aa3b39150c3f0f96d65af9b3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ch32v103 bsp support, compile but does not run, probably due to compile/linker issue</title>
<updated>2024-06-14T09:06:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-06-14T09:06:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=33f5547ed435f33259afc2a8e906eb7a258fbdd6'/>
<id>urn:sha1:33f5547ed435f33259afc2a8e906eb7a258fbdd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>increase version as pre-releases, still need more clean up before actual relesae</title>
<updated>2024-05-24T13:17:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-05-24T13:17:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3175aaa0eb32e334b3b55824e93b647da3b69a44'/>
<id>urn:sha1:3175aaa0eb32e334b3b55824e93b647da3b69a44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ch32 support for fsdev driver. v20x can select fsdev or usbfs with make/cmake PORT=0/1. default to fsdev</title>
<updated>2024-05-24T06:58:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-05-24T06:58:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4ce439a75a6f7aa995c74e7ac32e70ab8216c771'/>
<id>urn:sha1:4ce439a75a6f7aa995c74e7ac32e70ab8216c771</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wch usbfs/usbhs need to specify which driver to use. for v307 default to highspeed</title>
<updated>2024-05-24T04:38:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-05-24T04:38:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=927015baae9b2d265d1daaa0fc2ffca1aa4f9e91'/>
<id>urn:sha1:927015baae9b2d265d1daaa0fc2ffca1aa4f9e91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2362 from dragonlock2/master</title>
<updated>2024-05-20T11:47:22Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-05-20T11:47:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a068b81674e8b47d6fb78ab6a06abb7decc2e644'/>
<id>urn:sha1:a068b81674e8b47d6fb78ab6a06abb7decc2e644</id>
<content type='text'>
Add CH32V20x USB OTG/FS Driver</content>
</entry>
</feed>
