<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device/usbd_control.c, 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/src/device/usbd_control.c?h=0.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd_control.c?h=0.18.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-12-13T10:33:21Z</updated>
<entry>
<title>change OPT_MCU_RAXXX, fix missing prototype warnings.</title>
<updated>2024-12-13T10:33:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-12-13T10:28:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ad0ac6780daf57e8aa8c27fb86b421bf0a9d20b4'/>
<id>urn:sha1:ad0ac6780daf57e8aa8c27fb86b421bf0a9d20b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(usbd_control): Updated the buffer name for deeper debug</title>
<updated>2024-11-28T12:16:06Z</updated>
<author>
<name>Roman Leonov</name>
<email>roman.leonov@espressif.com</email>
</author>
<published>2024-11-28T10:57:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ecc65a86c871972766f460e8f2ce0f436ae2391b'/>
<id>urn:sha1:ecc65a86c871972766f460e8f2ce0f436ae2391b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use TUD_EPBUF_DEF to declare buffer memory for midi</title>
<updated>2024-11-21T12:36:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-21T12:18:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=85e54b0fc3b53e3a690698bc5cf85581e6eaa69d'/>
<id>urn:sha1:85e54b0fc3b53e3a690698bc5cf85581e6eaa69d</id>
<content type='text'>
</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>make function prototypes match ( found by cppcheck)</title>
<updated>2024-09-03T18:38:34Z</updated>
<author>
<name>dp111</name>
<email>19616418+dp111@users.noreply.github.com</email>
</author>
<published>2024-09-03T18:38:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8ab1e4fbd01f9ec0f01cbfee26e72c73f8eeea44'/>
<id>urn:sha1:8ab1e4fbd01f9ec0f01cbfee26e72c73f8eeea44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style changes</title>
<updated>2024-01-12T09:05:35Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-01-12T09:05:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8eca596fa649a4e32da53f65ac1a41f963b89eb6'/>
<id>urn:sha1:8eca596fa649a4e32da53f65ac1a41f963b89eb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- change tuh_event_hook_cb, tud_event_hook_cb to weak default implementation</title>
<updated>2024-01-12T08:47:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-01-12T08:47:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=290f4bea91e739979217eb91d589a75f9ac0f6a7'/>
<id>urn:sha1:290f4bea91e739979217eb91d589a75f9ac0f6a7</id>
<content type='text'>
- change code style
</content>
</entry>
<entry>
<title>Fix the weak dcd_edpt0_status_complete for Keil Compiler</title>
<updated>2023-08-29T16:16:50Z</updated>
<author>
<name>Alexander Mueller</name>
<email>alexander.mueller@littleblue.de</email>
</author>
<published>2023-08-29T16:16:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=966584363546023d85f4d8b748b18ace63ea1c57'/>
<id>urn:sha1:966584363546023d85f4d8b748b18ace63ea1c57</id>
<content type='text'>
The Keil compiler seems to have different semantics and the defined function was never called.

The same is probably true for the other weak functions. I can change those too.
</content>
</entry>
<entry>
<title>rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack</title>
<updated>2023-07-24T08:46:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-24T08:46:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ef49b93532a7360703ae87d36cf463169f86f20b'/>
<id>urn:sha1:ef49b93532a7360703ae87d36cf463169f86f20b</id>
<content type='text'>
CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION
</content>
</entry>
<entry>
<title>improve logging, allow easier to turn off usbd, driver logging</title>
<updated>2023-07-20T10:12:00Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-20T10:06:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=77495cf119c89c3091e7ab05773ebce19988da86'/>
<id>urn:sha1:77495cf119c89c3091e7ab05773ebce19988da86</id>
<content type='text'>
can be useful when focusing on let's say usbh
</content>
</entry>
</feed>
