<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/osal/osal_mynewt.h, branch 0.6.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_mynewt.h?h=0.6.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/osal/osal_mynewt.h?h=0.6.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2019-12-01T11:38:36Z</updated>
<entry>
<title>Fix mynewt osal queue definition</title>
<updated>2019-12-01T11:38:36Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2019-11-29T15:25:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4a1f7d024315a8a280cf2ab1c5ba0c0d0c80fb7d'/>
<id>urn:sha1:4a1f7d024315a8a280cf2ab1c5ba0c0d0c80fb7d</id>
<content type='text'>
Queue table has pointers instead of data os_event structs.
This resulted in crashes when elements were put to queue and
overwritten variables that were just after mpool desiged
for queue.
</content>
</entry>
<entry>
<title>update license year to 2019</title>
<updated>2019-05-14T04:48:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-14T04:48:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=61ec4077520fb00e071fab5f5be3c6751eecd254'/>
<id>urn:sha1:61ec4077520fb00e071fab5f5be3c6751eecd254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usbd add connected, suspended, remote_wakeup</title>
<updated>2019-03-29T19:26:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-29T19:26:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=93a853cd5b5a7840536939d5a43c5ea3a0dcdfc3'/>
<id>urn:sha1:93a853cd5b5a7840536939d5a43c5ea3a0dcdfc3</id>
<content type='text'>
- remove use of osal_queue_reset
</content>
</entry>
<entry>
<title>more with mynewt</title>
<updated>2019-03-20T17:54:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-20T17:54:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3574688d264b92ae7082725076f0f0bc7c3534c2'/>
<id>urn:sha1:3574688d264b92ae7082725076f0f0bc7c3534c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update osal for mynewt</title>
<updated>2019-03-20T17:36:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-20T17:36:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a1a6220ac88adfbcac12f11eb2b2c6826ac8c32b'/>
<id>urn:sha1:a1a6220ac88adfbcac12f11eb2b2c6826ac8c32b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migrate license from BSD 3 clause to MIT</title>
<updated>2019-03-20T09:11:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-20T09:11:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c211ee19dd99cd12d39a9d8b8ee2e704edaca843'/>
<id>urn:sha1:c211ee19dd99cd12d39a9d8b8ee2e704edaca843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>osal clean up</title>
<updated>2018-12-13T06:49:09Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-12-13T06:49:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bc46dc6edf3ff4bb72fb36e74b8a7d3da447d2d4'/>
<id>urn:sha1:bc46dc6edf3ff4bb72fb36e74b8a7d3da447d2d4</id>
<content type='text'>
remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task
and call tinyusb_task(). This make API consistent with NO OS.
</content>
</entry>
<entry>
<title>add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isr</title>
<updated>2018-12-05T10:01:19Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-12-05T10:01:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6f3898572d6f8eb04587f057b74f4f86e8a18856'/>
<id>urn:sha1:6f3898572d6f8eb04587f057b74f4f86e8a18856</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge osal_queue_send_isr to osal_queue_send, osal_semaphore_post_isr to osal_semaphore_post</title>
<updated>2018-10-23T08:53:29Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-10-23T08:53:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3dd635f4c14c6e23ed1a3d2254ecf58b7398e2d7'/>
<id>urn:sha1:3dd635f4c14c6e23ed1a3d2254ecf58b7398e2d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up helper func</title>
<updated>2018-10-23T05:19:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-10-23T05:19:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c7340f4b0eb8dcf15fa93f6bf6589a94fb59dc95'/>
<id>urn:sha1:c7340f4b0eb8dcf15fa93f6bf6589a94fb59dc95</id>
<content type='text'>
</content>
</entry>
</feed>
