<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/nordic, branch 0.7.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/portable/nordic?h=0.7.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/nordic?h=0.7.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2020-10-01T07:22:55Z</updated>
<entry>
<title>nrf5x: Add support for ISO endpoints</title>
<updated>2020-10-01T07:22:55Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2020-09-21T13:53:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=96da1ca4b86f58074b741c8a2437c2fd8be2b867'/>
<id>urn:sha1:96da1ca4b86f58074b741c8a2437c2fd8be2b867</id>
<content type='text'>
ISO endpoints were not covered so far by the driver code.
This adds support for ISO IN and OUT endpoint handling.
Registers for ISO IN(OUT) endpoints are placed just after normal IN(OUT)
so in some cases common code could be used for handling all type of
transfers.
Generally code synchronizes ISO endpoint handling to SOF interrupt.
This code does not change the way of how non-ISO endpoints are treated.

Code uses strategy outlined in nRF52840 Produce Specification v1.0
sections 6.35.11.1 and 6.35.11.2.
</content>
</entry>
<entry>
<title>nrf5x: Increase size of mps to 16 bits</title>
<updated>2020-10-01T07:22:55Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2020-09-21T13:49:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6f5ee09511a84aa2614af95a13963b8419ee8926'/>
<id>urn:sha1:6f5ee09511a84aa2614af95a13963b8419ee8926</id>
<content type='text'>
msp stores max packet size.
For ISO endpoints 8 bits is not enough so it's changed to 16 bits.
</content>
</entry>
<entry>
<title>nrf5x: Add dcd_edpt_close</title>
<updated>2020-10-01T07:22:55Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2020-09-21T13:45:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fceb8853c7e125d74fc4e13ca6ea6934248dbd21'/>
<id>urn:sha1:fceb8853c7e125d74fc4e13ca6ea6934248dbd21</id>
<content type='text'>
Closing endpoints can be important when there are alternate
instances. This adds functionality of closing endpoints
similar to what exists in other drivers.
</content>
</entry>
<entry>
<title>nrf52: Fix edpt_dma_start() wrong condition check</title>
<updated>2020-09-15T14:08:23Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2020-09-15T14:08:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=62a76c0e049998c6fda2f349503bee2fafd12bad'/>
<id>urn:sha1:62a76c0e049998c6fda2f349503bee2fafd12bad</id>
<content type='text'>
Operator &lt; used in while condition was obviously incorrect.
Loop starts with checking if unsigned variable is less then 0.
This condition is always false.

This reverses condition to follow intention of of the code.
</content>
</entry>
<entry>
<title>manually submit unplugged event for nrf dcd_disconnect()</title>
<updated>2020-08-04T07:18:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-08-04T07:18:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7d9efd06979f6cdde2a4093f0c26e8100312c92c'/>
<id>urn:sha1:7d9efd06979f6cdde2a4093f0c26e8100312c92c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correct isr context for nrf DCD_EVENT_UNPLUGGED</title>
<updated>2020-08-01T05:02:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-08-01T05:02:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9bf2b3336610044dfb0187311797c5324eeec0ea'/>
<id>urn:sha1:9bf2b3336610044dfb0187311797c5324eeec0ea</id>
<content type='text'>
also rename debug lookup to prevent conflict
</content>
</entry>
<entry>
<title>fix nrf hanged (blocking wait) when called within critical section</title>
<updated>2020-05-21T14:22:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-21T14:22:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ff9994116e932170acd117db7732863d95a348f6'/>
<id>urn:sha1:ff9994116e932170acd117db7732863d95a348f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>detect if SD is actually present on the flash using SD magic</title>
<updated>2020-05-05T16:07:56Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-05T16:07:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=58b99e59d44197c32cf68e730f67563f28382d2e'/>
<id>urn:sha1:58b99e59d44197c32cf68e730f67563f28382d2e</id>
<content type='text'>
even with SOFTDEVICE_PRESENT defined, SD may not be present on actual
flash.
</content>
</entry>
<entry>
<title>complete remove dcd_set_config(), fix unit test</title>
<updated>2020-04-17T06:52:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-04-17T06:52:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6f9c256ad0e6b030468bd8a8fbfd41801b70a69a'/>
<id>urn:sha1:6f9c256ad0e6b030468bd8a8fbfd41801b70a69a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mass rename tud/dcd_irq_handler to tud/dcd_init_handler</title>
<updated>2020-04-17T05:27:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-04-17T05:27:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=50be9d7c3ad08fdc8a79f38606111cf83c84efb9'/>
<id>urn:sha1:50be9d7c3ad08fdc8a79f38606111cf83c84efb9</id>
<content type='text'>
</content>
</entry>
</feed>
