<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>FreeRTOS version upgrade in nRF5 SDK v16</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53485/freertos-version-upgrade-in-nrf5-sdk-v16</link><description>Hi, do you plan to upgrade FreeRTOS? In nRF5 SDK v16.0.0, there is FreeRTOS v10.0.0 - at the time of writing, FreeRTOS v10.2.1 is available and it comes with a few fixes. Thanks.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 05 Sep 2021 23:25:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53485/freertos-version-upgrade-in-nrf5-sdk-v16" /><item><title>RE: FreeRTOS version upgrade in nRF5 SDK v16</title><link>https://devzone.nordicsemi.com/thread/328067?ContentTypeID=1</link><pubDate>Sun, 05 Sep 2021 23:25:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2d2ab29-b643-481e-812b-964aafeb2beb</guid><dc:creator>Rambooka</dc:creator><description>&lt;p&gt;And there is also this&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Integer Overflow Vulnerability&lt;/p&gt;
&lt;p&gt;&lt;a href="https://us-cert.cisa.gov/ics/advisories/icsa-21-119-04"&gt;https://us-cert.cisa.gov/ics/advisories/icsa-21-119-04&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please consider updating freeRTOS soon :-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FreeRTOS version upgrade in nRF5 SDK v16</title><link>https://devzone.nordicsemi.com/thread/216225?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 16:56:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56ed199e-0bf3-46da-881a-b490295407ec</guid><dc:creator>hubpav</dc:creator><description>&lt;p&gt;Great, thank you so much, Joakim. I am sure for many&amp;nbsp;developers&amp;nbsp;and applications, the FreeRTOS support is a must. Today, I have to workaround the following stream buffer API of FreeRTOS because it is not thread-safe in v10.0.0:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;void os_stream_flush(os_stream_t *stream)
{
    // TODO Workaround FreeRTOS bug (will be fixed in future release)
    os_critical_enter();

    xStreamBufferReset(stream-&amp;gt;_handle);

    // TODO Workaround FreeRTOS bug (will be fixed in future release)
    os_critical_exit();
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FreeRTOS version upgrade in nRF5 SDK v16</title><link>https://devzone.nordicsemi.com/thread/216193?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 13:32:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01fb6389-eeef-4f91-aaa2-8bb9e1ca4c05</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;No problem. I&amp;#39;ll try to update the ticket if I hear anything about us updating FreeRTOS.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FreeRTOS version upgrade in nRF5 SDK v16</title><link>https://devzone.nordicsemi.com/thread/216117?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 10:54:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ecea082-2fc4-405e-994e-eb5371932518</guid><dc:creator>hubpav</dc:creator><description>&lt;p&gt;Hello Joakim, thank you for the prompt reaction. We won&amp;#39;t&amp;nbsp;lose our hope&amp;nbsp;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt; Cheers! P.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FreeRTOS version upgrade in nRF5 SDK v16</title><link>https://devzone.nordicsemi.com/thread/216053?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 06:40:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:059dfe81-bf64-43c6-ae1f-16c35241ccb3</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This might come at a later time, but at the moment there is no plans to upgrade the FreeRTOS version in nRF5 SDK v16.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>