<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/nordic, branch 0.12.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.12.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/nordic?h=0.12.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-08-29T05:05:34Z</updated>
<entry>
<title>fix nrf clear data toggle sequence when clearing stall</title>
<updated>2021-08-29T05:05:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-29T05:05:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ad21b692775f5c75c09bc550ef77fdca64690a5a'/>
<id>urn:sha1:ad21b692775f5c75c09bc550ef77fdca64690a5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix a couple of nrf dcd issue</title>
<updated>2021-08-28T17:34:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-28T17:34:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=66c292e2ecb2cbc888074f2801c50e019f0bacf3'/>
<id>urn:sha1:66c292e2ecb2cbc888074f2801c50e019f0bacf3</id>
<content type='text'>
- limit out xact dma to prevent usbd overflow in certain situation after
stalled
- drained already acked data when stalling an OUT endpoint
</content>
</entry>
<entry>
<title>explicitly clear stall and data toggle for edpoint upon open()</title>
<updated>2021-08-27T15:31:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-27T15:31:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8bad0af849f79f56940ba2d1ea3442b58c75861d'/>
<id>urn:sha1:8bad0af849f79f56940ba2d1ea3442b58c75861d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement dcd_edpt_close_all() for nrf52840</title>
<updated>2021-08-27T15:30:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-27T15:30:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=81c73c235f477adf753ffe40c1d0192185d798ba'/>
<id>urn:sha1:81c73c235f477adf753ffe40c1d0192185d798ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add dcd_edpt_close_all() for clear existing configured state</title>
<updated>2021-08-26T10:07:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-26T10:02:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=71e77e47fa6056937bfcd1a883a66e2bc0b622b2'/>
<id>urn:sha1:71e77e47fa6056937bfcd1a883a66e2bc0b622b2</id>
<content type='text'>
correctly responded to TD 9.13 Set Configuration Test
</content>
</entry>
<entry>
<title>complete suspend, resume, remote wakeup for nrf52</title>
<updated>2021-08-16T13:22:14Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-16T13:22:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ab2eec77d46b0c4984ff0daa13467dde2dc4ad3c'/>
<id>urn:sha1:ab2eec77d46b0c4984ff0daa13467dde2dc4ad3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GCC 11 build fix </title>
<updated>2021-06-26T15:03:46Z</updated>
<author>
<name>DuMaM</name>
<email>batek.nowak@yahoo.pl</email>
</author>
<published>2021-06-26T15:03:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b5ce269675c4d220806126cc76f8c57406da27d2'/>
<id>urn:sha1:b5ce269675c4d220806126cc76f8c57406da27d2</id>
<content type='text'>
During Adafruit Bootloader compilation, I spotted bellow error which do not allow me build project.

``` c
    inlined from 'hfclk_running' at lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:785:13:
lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:792:31: error: 'is_running' may be used uninitialized [-Werror=maybe-uninitialized]
  792 |     return (is_running ? true : false);
      |            ~~~~~~~~~~~~~~~~~~~^~~~~~~~
```</content>
</entry>
<entry>
<title>fix race condition with control since TASKS_EP0RCVOUT also require EasyDMA</title>
<updated>2021-06-18T18:58:27Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-06-18T18:58:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6b621baeb33c08ac92e8e94950250c0923da975e'/>
<id>urn:sha1:6b621baeb33c08ac92e8e94950250c0923da975e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>only apply errata walkaround for nrf52</title>
<updated>2021-05-11T11:38:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-11T11:38:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9233269a2c97c9ca980276a288b1b225cb4d3825'/>
<id>urn:sha1:9233269a2c97c9ca980276a288b1b225cb4d3825</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow build for NRF5340 MCU</title>
<updated>2021-05-11T10:37:08Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2021-05-11T06:53:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e2f795067acede0b93de8f7f27edb6aaa76eda57'/>
<id>urn:sha1:e2f795067acede0b93de8f7f27edb6aaa76eda57</id>
<content type='text'>
Errata code referred to NRF_USBD_BASE.
This definition is not present in NRF5340 but both NRF52 and NRF53
do have NRF_USBD which maps to NRF_USBD_BASE for NRF52 and
to NRF_USBD_S_BASE for NRF5340.
This just make build possible for NRF5340.
</content>
</entry>
</feed>
