<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/tusb.h, branch 0.11.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/tusb.h?h=0.11.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/tusb.h?h=0.11.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-07-15T13:52:58Z</updated>
<entry>
<title>rename CFG_TUD_DFU_MODE to simply CFG_TUD_DFU</title>
<updated>2021-07-15T13:52:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-07-15T13:52:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3960beece0ea3dccf7ca615bd7841daa6b703d56'/>
<id>urn:sha1:3960beece0ea3dccf7ca615bd7841daa6b703d56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'official/master'</title>
<updated>2021-05-25T13:27:35Z</updated>
<author>
<name>Jeremiah McCarthy</name>
<email>jeremiahmccarthy@xmos.com</email>
</author>
<published>2021-05-25T13:27:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ce59d69520166b37869cf83a3dab929c1b2c4ac4'/>
<id>urn:sha1:ce59d69520166b37869cf83a3dab929c1b2c4ac4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correct hid host mount/unmount callback</title>
<updated>2021-05-18T05:58:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-12T13:04:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a5cd81a2266541c14dfeb2617b2a826296aab688'/>
<id>urn:sha1:a5cd81a2266541c14dfeb2617b2a826296aab688</id>
<content type='text'>
rename HOST_CLASS_HID to CFG_TUH_HID
</content>
</entry>
<entry>
<title>Replace dfu_mode with dfu</title>
<updated>2021-04-22T18:56:52Z</updated>
<author>
<name>Jeremiah McCarthy</name>
<email>jeremiahmccarthy@xmos.com</email>
</author>
<published>2021-04-22T18:56:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=01661b3f281c4e044a370b33bf6617b8d2481407'/>
<id>urn:sha1:01661b3f281c4e044a370b33bf6617b8d2481407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove DFU mode and rt</title>
<updated>2021-04-12T15:17:01Z</updated>
<author>
<name>Jeremiah McCarthy</name>
<email>jeremiahmccarthy@xmos.com</email>
</author>
<published>2021-04-12T15:17:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7b45b38fe4b7d2ebd197463cf12f091a6f68ac91'/>
<id>urn:sha1:7b45b38fe4b7d2ebd197463cf12f091a6f68ac91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add DFU runtime and mode "class"</title>
<updated>2021-04-05T21:52:33Z</updated>
<author>
<name>Jeremiah McCarthy</name>
<email>jeremiahmccarthy@xmos.com</email>
</author>
<published>2021-04-05T21:52:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c39b7b8177acbab23e82fee295d5f3205aa9752c'/>
<id>urn:sha1:c39b7b8177acbab23e82fee295d5f3205aa9752c</id>
<content type='text'>
With the runtime and mode portions in separate classes, a single
application should only be building with one or the other enabled.  In
some applications both might be desired at build time.

The CFG_TUD_DFU_RUNTIME_AND_MODE option creates a DFU class, which asks
the application which mode to initialize to.  This allows a runtime
change between RT and DFU mode, by just reinitializing tusb.
</content>
</entry>
<entry>
<title>Separate DFU RT and Mode.  Untested</title>
<updated>2021-04-05T20:32:58Z</updated>
<author>
<name>Jeremiah McCarthy</name>
<email>jeremiahmccarthy@xmos.com</email>
</author>
<published>2021-04-05T20:32:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c5b8ef15299e9d5787602b39805efbb0ca385110'/>
<id>urn:sha1:c5b8ef15299e9d5787602b39805efbb0ca385110</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename dfu_rt to dfu_runtime for easy reading</title>
<updated>2021-02-11T05:05:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-11T05:05:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e12c25ec2c6d1cb0dd3c02bdc1947ae351ccad54'/>
<id>urn:sha1:e12c25ec2c6d1cb0dd3c02bdc1947ae351ccad54</id>
<content type='text'>
also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into uac2</title>
<updated>2020-07-25T12:26:24Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2020-07-25T12:26:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e047fbe8fbc4727cee1fa720b82d4d6918a2d6c0'/>
<id>urn:sha1:e047fbe8fbc4727cee1fa720b82d4d6918a2d6c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>example to call tud_init() after freeRTOS kernel is started</title>
<updated>2020-07-23T02:20:45Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-07-23T02:20:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=503c15217edad86426db4792364b88b35ec04d31'/>
<id>urn:sha1:503c15217edad86426db4792364b88b35ec04d31</id>
<content type='text'>
add note for usb init when using with RTOS
</content>
</entry>
</feed>
