<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable, 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?h=0.12.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable?h=0.12.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-10-19T06:27:53Z</updated>
<entry>
<title>Merge pull request #1139 from hathach/release-0.12.0</title>
<updated>2021-10-19T06:27:53Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-19T06:27:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4bfab30c02279a0530e1a56f4a7c539f2d35a293'/>
<id>urn:sha1:4bfab30c02279a0530e1a56f4a7c539f2d35a293</id>
<content type='text'>
update changelog and increase version for 0.12.0</content>
</entry>
<entry>
<title>dcd_da146xx: Drop unexpected data</title>
<updated>2021-10-15T10:02:15Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2021-10-15T09:57:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bf4b133084585d302691e53faf868c0c37b9eaf0'/>
<id>urn:sha1:bf4b133084585d302691e53faf868c0c37b9eaf0</id>
<content type='text'>
USB3CV tool verifies MSC device by sending too short or
too long packets.
In case of too long packets (msc_device requested 31 bytes
but incoming data had 32 bytes) extra byte(s) were left in
FIFO resulting in some data mismatch later on.

Now if more data is received in packet that expected extra
bytes are just dropped.
</content>
</entry>
<entry>
<title>dcd_da146xx: Fix EPIN stall notification handling</title>
<updated>2021-10-15T10:02:15Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2021-10-15T09:34:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=49aa0b72a8301f21281fa6498af47ac26bcb1bea'/>
<id>urn:sha1:49aa0b72a8301f21281fa6498af47ac26bcb1bea</id>
<content type='text'>
Normal TX handler for IN non-0 endpoints is called during
outgoing transfer or just after it was finished.
It may need to fill TX fifo with same data if TX_DONE is present
but ACK_STAT is not.
It may need to fill more data when called during transfer.
But it may also be called when STALL was sent.
In this case TX_DONE is set ACK_STAT is not, just like for packets
that were sent but no ACK was received.
Code was trying to send something again. There was nothing to send
so empty ZLP was scheduled for stalled endpoint.
This ZLP was later send to host where valid response was required.

This change checks if notification was for STALL endpoint and
does not try to fill TX FIFO in that case.
</content>
</entry>
<entry>
<title>More warning cleanup</title>
<updated>2021-10-14T20:23:26Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2021-10-14T20:20:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=06d955538988c3859bf6c5428a38bd8311069ed9'/>
<id>urn:sha1:06d955538988c3859bf6c5428a38bd8311069ed9</id>
<content type='text'>
 - physically suppress warnings in TinyUSB headers using pragmas so they don't break -Werror compilation of external files that include them
 - fix compiler warnings in rp2040 port
 - add cmake method to rp2040 port to allow an external project to suppress warnings in TinyUSB itself
</content>
</entry>
<entry>
<title>Remove compiler warning</title>
<updated>2021-10-14T17:13:39Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2021-10-14T17:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7667299b483feb4afb783d794ea94a149cc5a5b4'/>
<id>urn:sha1:7667299b483feb4afb783d794ea94a149cc5a5b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1101 from kasjer/kasjer/da146xx-bus-reset-sleep</title>
<updated>2021-10-13T09:33:54Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-13T09:33:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9da234cd7c73786624970206d7b7b7361275a6b7'/>
<id>urn:sha1:9da234cd7c73786624970206d7b7b7361275a6b7</id>
<content type='text'>
da146xx bus reset and sleep reworked</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:hathach/tinyusb into zhangslice-master</title>
<updated>2021-09-29T08:27:41Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-29T08:27:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=103309b88b0f4e566f2de17d26c159f5e1e92c8b'/>
<id>urn:sha1:103309b88b0f4e566f2de17d26c159f5e1e92c8b</id>
<content type='text'>
examples/device/hid_composite_freertos/src/FreeRTOSConfig/FreeRTOSConfig.h
</content>
</entry>
<entry>
<title>Merge pull request #1103 from kasjer/kasjer/da146xx-close-cleanup</title>
<updated>2021-09-24T13:55:16Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-24T13:55:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1c17cb1c451f8564623fef09fa4bd74a0e2a30da'/>
<id>urn:sha1:1c17cb1c451f8564623fef09fa4bd74a0e2a30da</id>
<content type='text'>
dcd_da146xx: Remove registers pointer from xfer_ctl_t</content>
</entry>
<entry>
<title>dcd_da146xx: Implement dcd_edpt_close_all()</title>
<updated>2021-09-24T08:46:16Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2021-09-20T13:32:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fbac58e3e40a3741db96c258ac88ec5d19ee0251'/>
<id>urn:sha1:fbac58e3e40a3741db96c258ac88ec5d19ee0251</id>
<content type='text'>
Unconditionally disables all endpoints except EP0.
</content>
</entry>
<entry>
<title>dcd_da146xx: Clear transfer data on dcd_edpt_close</title>
<updated>2021-09-24T07:28:51Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2021-09-24T07:15:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1503955860ba1b0797a07dfab15a9d424f105839'/>
<id>urn:sha1:1503955860ba1b0797a07dfab15a9d424f105839</id>
<content type='text'>
Closing endpoint clears data in affected xfer_ctl_t
</content>
</entry>
</feed>
