<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device/usbd_control.c, branch 0.8.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.8.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd_control.c?h=0.8.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2020-12-20T22:10:34Z</updated>
<entry>
<title>Fix error if "Required Prototype" is selected.</title>
<updated>2020-12-20T22:10:34Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2020-12-20T22:06:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b3c0d417ef2b2d2ff3d00b7cdf623436ec7abf97'/>
<id>urn:sha1:b3c0d417ef2b2d2ff3d00b7cdf623436ec7abf97</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>migrate cdc_device to new control_xfer_cb</title>
<updated>2020-11-19T14:26:06Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-19T14:26:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dd07fecc5f37c85b87060c7f7158d26ff19757a6'/>
<id>urn:sha1:dd07fecc5f37c85b87060c7f7158d26ff19757a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge class driver control_request &amp; control_complete to control_xfer_cb()</title>
<updated>2020-11-19T14:01:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-19T14:01:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3c31d0805130e9551f97afae94f765b5d032991b'/>
<id>urn:sha1:3c31d0805130e9551f97afae94f765b5d032991b</id>
<content type='text'>
migrated msc_device
</content>
</entry>
<entry>
<title>device: fix build warning when CFG_TUSB_DEBUG &gt;= 2</title>
<updated>2020-05-07T11:03:40Z</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2020-05-07T11:00:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=63bd8d2e44225341caae6dafb2affb1fe711a9b4'/>
<id>urn:sha1:63bd8d2e44225341caae6dafb2affb1fe711a9b4</id>
<content type='text'>
The function is defined inside of a function body which generates a
warning.  Circuit Python treats these warnings as errors, and so
refuses to build with debugging enabled:

    ../../lib/tinyusb/src/device/usbd_control.c: In function 'usbd_control_xfer_cb':
    ../../lib/tinyusb/src/device/usbd_control.c:195:19: error: nested extern declaration of 'usbd_driver_print_control_complete_name' [-Werror=nested-externs]
      195 |       extern void usbd_driver_print_control_complete_name(bool (*control_complete) (uint8_t, tusb_control_request_t const *));
          |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    cc1: all warnings being treated as errors
    make: *** [../../py/mkrules.mk:55:
    build-simmel/lib/tinyusb/src/device/usbd_control.o] Error 1

Move the declaration to the top of the function to silence this warning.

Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2020-04-28T03:53:43Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-04-28T03:53:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fcdb22b2f9db6f4e08ce05a1b2b7a1c9cc06a4ab'/>
<id>urn:sha1:fcdb22b2f9db6f4e08ce05a1b2b7a1c9cc06a4ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up log message</title>
<updated>2020-04-26T15:02:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-04-26T15:02:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a1c599f4b6a05aefb948aaacf9a0984f577252bb'/>
<id>urn:sha1:a1c599f4b6a05aefb948aaacf9a0984f577252bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add usbd edpt open</title>
<updated>2020-04-26T07:51:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-04-26T07:51:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=017c95037f3173455fa09efae6093d56fd3f3d1a'/>
<id>urn:sha1:017c95037f3173455fa09efae6093d56fd3f3d1a</id>
<content type='text'>
- RTT mode is blocking to prevent log lost
- Improve logging message
</content>
</entry>
<entry>
<title>USBD: Use tud_control_xfer only for data</title>
<updated>2020-03-27T19:54:37Z</updated>
<author>
<name>Nathan Conrad</name>
<email>pigrew@gmail.com</email>
</author>
<published>2020-03-27T19:30:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6606cf289661909cfe238787bef7b91112d40f0d'/>
<id>urn:sha1:6606cf289661909cfe238787bef7b91112d40f0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into cr1901-msp430f5529</title>
<updated>2020-03-22T10:19:57Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-03-22T10:19:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4f871063fd33db2b55c6f78130c723a8854e0b11'/>
<id>urn:sha1:4f871063fd33db2b55c6f78130c723a8854e0b11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use CRLF on UART.</title>
<updated>2020-03-14T18:26:14Z</updated>
<author>
<name>Nathan Conrad</name>
<email>pigrew@gmail.com</email>
</author>
<published>2020-03-14T18:22:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7f6316dbe1c98d2f00ded0913176a85e871353fa'/>
<id>urn:sha1:7f6316dbe1c98d2f00ded0913176a85e871353fa</id>
<content type='text'>
</content>
</entry>
</feed>
