<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/hw/bsp/espressif, branch 0.18.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/espressif?h=0.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/espressif?h=0.18.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-11-27T04:10:06Z</updated>
<entry>
<title>fix multiple flag on compiling</title>
<updated>2024-11-27T04:10:06Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-27T04:10:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=453d69517b8f7f019ac855531e9e433d9d158f37'/>
<id>urn:sha1:453d69517b8f7f019ac855531e9e433d9d158f37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add TUH_EPBUF_DEF for cdc host</title>
<updated>2024-11-26T15:07:28Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-26T15:07:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=67e92e6688e609098270ba249f15a8dc7f051cbf'/>
<id>urn:sha1:67e92e6688e609098270ba249f15a8dc7f051cbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hcd dwc2 add dcache support, usbh correctly use cache line size with TUH_EPBUF_DEF</title>
<updated>2024-11-26T03:20:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-26T03:20:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=be25aa31f6720e0efe96e8656f46adf0ccbbce50'/>
<id>urn:sha1:be25aa31f6720e0efe96e8656f46adf0ccbbce50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- move freertos_hooks to board.c</title>
<updated>2024-11-21T10:49:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-21T10:49:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dbdc5a239c42e96eeeb8759a121798fa9b3f39c3'/>
<id>urn:sha1:dbdc5a239c42e96eeeb8759a121798fa9b3f39c3</id>
<content type='text'>
- add device/midi_test_freertos example
- update bth/dfu/midi device for cache line size
</content>
</entry>
<entry>
<title>make sure usb buffer occupies whole cache line when DCACHE is enabled for msc,cdc,hid</title>
<updated>2024-11-21T03:22:09Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-21T03:15:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fa523a5682d8dc91cc1c7a63475623743e37ac83'/>
<id>urn:sha1:fa523a5682d8dc91cc1c7a63475623743e37ac83</id>
<content type='text'>
HIL enable device DMA for p4
</content>
</entry>
<entry>
<title>have p4 dma somewhat working but having issue with buffer that does not occupy the whole cache line</title>
<updated>2024-11-20T13:38:20Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-20T11:03:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4da5de707b53389c8fe35f6b448f3d1bfe7c91e8'/>
<id>urn:sha1:4da5de707b53389c8fe35f6b448f3d1bfe7c91e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correctly test dwc2 dma device for s3, disable for p4 (cache issue) and f407 fs (slave only)</title>
<updated>2024-11-11T09:42:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-11T09:42:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=57c8c223e5f873e8075eb807844140004c74472d'/>
<id>urn:sha1:57c8c223e5f873e8075eb807844140004c74472d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add esp32p4 to hil</title>
<updated>2024-11-11T09:07:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-11T09:07:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=13f78e2e7716fda1c0ee1ef09a8bc76fde4f4c57'/>
<id>urn:sha1:13f78e2e7716fda1c0ee1ef09a8bc76fde4f4c57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>get hcd work esp32p4 but only in slave mode. In DMA channel's HCDMA is increased but data transfer over USB is not correct.</title>
<updated>2024-11-08T10:23:43Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-08T10:23:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5d00488907e5591f35772769a917cf6c3ff97181'/>
<id>urn:sha1:5d00488907e5591f35772769a917cf6c3ff97181</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hcd work with esp32p4 in slave mode but have issue with DMA mode. In slave it enumerate device but has issue with msc bulk in</title>
<updated>2024-11-07T09:37:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-07T09:37:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ab8160a29bcfdc451b68c68598cdb5f9d212f395'/>
<id>urn:sha1:ab8160a29bcfdc451b68c68598cdb5f9d212f395</id>
<content type='text'>
</content>
</entry>
</feed>
