<p>Harald Welte <strong>uploaded patch set #3</strong> to the change originally created by Kévin Redon.</p><p><a href="https://gerrit.osmocom.org/13673">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">switch UART_debug to ASYNC<br><br>using the synchronous HAL library causes RX overflow after 5 bytes<br>on bulk incoming data (e.g. pasted).<br>this mainly due to printing synchronously the character, but to<br>further prevent congestion we switch to asynchronous (e.g.<br>interrupt driven) communication.<br><br>The RX part works great now (no overflow), but the TX part is<br>malfunctioning because the HAL Async library does not buffer the<br>data to be transmitted and expects it to be in memory until<br>the transmission is complete (which printf does not do).<br><br>This change will not be reflected in Atmel START since it does not<br>allow to set the underlying STDIO redirect peripheral to async.<br><br>Change-Id: If18883e96f336aa9f6b11607859260da5e1503c7<br>---<br>M sysmoOCTSIM/command.c<br>M sysmoOCTSIM/driver_init.c<br>M sysmoOCTSIM/driver_init.h<br>M sysmoOCTSIM/examples/driver_examples.c<br>M sysmoOCTSIM/hpl/sercom/hpl_sercom.c<br>M sysmoOCTSIM/main.c<br>M sysmoOCTSIM/stdio_start.c<br>7 files changed, 94 insertions(+), 24 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/73/13673/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/13673">change 13673</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/13673"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ccid-firmware </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: If18883e96f336aa9f6b11607859260da5e1503c7 </div>
<div style="display:none"> Gerrit-Change-Number: 13673 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Kévin Redon <kredon@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>