<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/osal/osal.h, 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/osal/osal.h?h=0.7.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/osal/osal.h?h=0.7.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2020-09-01T12:16:50Z</updated>
<entry>
<title>add more logging to host stack</title>
<updated>2020-09-01T12:16:50Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-01T12:16:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=84425c50b3bb5c892bfab9d094cc3da6a9c04da5'/>
<id>urn:sha1:84425c50b3bb5c892bfab9d094cc3da6a9c04da5</id>
<content type='text'>
tested host with lpc4357, don't use fpu with lpc m4 since it seems to
cause hardfault (stack does not make use of fpu anyway).
</content>
</entry>
<entry>
<title>Merge branch 'master' into update-host</title>
<updated>2020-05-22T08:28:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-22T08:28:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f308990ab5289a72d3d77a28e141991e6f8c3ced'/>
<id>urn:sha1:f308990ab5289a72d3d77a28e141991e6f8c3ced</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove osal_queue_t const qhdl from osal API</title>
<updated>2020-05-20T07:38:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-20T07:38:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d8a15aca777abb0094935440f7cd551b36d62f43'/>
<id>urn:sha1:d8a15aca777abb0094935440f7cd551b36d62f43</id>
<content type='text'>
since it doesn't make any differences.
</content>
</entry>
<entry>
<title>added osal_queue_empty() API</title>
<updated>2020-05-20T06:38:41Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-20T06:38:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4e8d414bc666d4636efd29e1c9feffd622d055c5'/>
<id>urn:sha1:4e8d414bc666d4636efd29e1c9feffd622d055c5</id>
<content type='text'>
ported for osal none/freertos/mynewt
</content>
</entry>
<entry>
<title>temporarily remove osal_task_delay() from osal</title>
<updated>2020-05-04T07:11:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-04T07:11:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=905a80d1b2de5e8ad67b3687ffd0543d90ac904e'/>
<id>urn:sha1:905a80d1b2de5e8ad67b3687ffd0543d90ac904e</id>
<content type='text'>
- add hcd_uframe_number() API, update EHCI to return uframe number
- get host running on ea4357
</content>
</entry>
<entry>
<title>Merge pull request #321 from pigrew/tweak20200331</title>
<updated>2020-04-07T05:12:44Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-04-07T05:12:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bfc43bad81c3faf77ffb14b9043a5064d52a7f30'/>
<id>urn:sha1:bfc43bad81c3faf77ffb14b9043a5064d52a7f30</id>
<content type='text'>
Misc. tweaks, and fix for USBTMC descriptors without an INT EP</content>
</entry>
<entry>
<title>Use #define for OSAL_TIMEOUT_WAIT_FOREVER.</title>
<updated>2020-04-06T16:40:58Z</updated>
<author>
<name>Nathan Conrad</name>
<email>pigrew@gmail.com</email>
</author>
<published>2020-04-05T15:29:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=06d7fdc22897f04d152b1746644ca9733e44fa54'/>
<id>urn:sha1:06d7fdc22897f04d152b1746644ca9733e44fa54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow application to implement its own os</title>
<updated>2020-04-05T11:22:16Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-04-05T11:22:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c2606c021386588675cba1e7dfee01b9488e8175'/>
<id>urn:sha1:c2606c021386588675cba1e7dfee01b9488e8175</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set OSAL_TIMEOUT_WAIT_FOREVER to be a const, to avoid a pedantic gcc warning about signedness.</title>
<updated>2020-04-03T03:07:31Z</updated>
<author>
<name>Nathan Conrad</name>
<email>pigrew@gmail.com</email>
</author>
<published>2020-04-03T03:00:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0d5f3c7f04a6b66d46164b4d4dab22fd4124622b'/>
<id>urn:sha1:0d5f3c7f04a6b66d46164b4d4dab22fd4124622b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalize line endings</title>
<updated>2020-01-15T19:47:43Z</updated>
<author>
<name>Nathan Conrad</name>
<email>pigrew@gmail.com</email>
</author>
<published>2020-01-15T04:30:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=25c1bea782e69e8d365e8b61e12d888611d2f6f7'/>
<id>urn:sha1:25c1bea782e69e8d365e8b61e12d888611d2f6f7</id>
<content type='text'>
</content>
</entry>
</feed>
