<p>Kévin Redon <strong>uploaded patch set #5</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/13674">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">remove SWO pin initialisation<br><br>using the SWO signal on TX has the advantage of being able to<br>have printf debug while still using SERCOM7 in ISO7816 mode for<br>the SIM card, but it has two drawbacks:<br>- SWO outputs data only if a debug session is ongoing (e.g. a SWD<br>debugger is connected). this saves output processing when no SWD<br>is connected, but it is not possible to force output without<br>having an SWD debugger connect (confirmed by Microchip help),<br>which is not convenient for simple UART debugging.<br>- no input is possible (SWO can only output).<br><br>Thus instead we will still use SERCOM7 for UART debug, allowing<br>commands to be input.<br>SERCOM7 should only be used for UART debug when no card in present<br>in SIM7.<br>This check in not yet implemented.<br><br>Change-Id: I199d6e356129526e65d5d1075a264eb35904d099<br>---<br>M sysmoOCTSIM/driver_init.c<br>1 file changed, 0 insertions(+), 47 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/74/13674/5</pre><p>To view, visit <a href="https://gerrit.osmocom.org/13674">change 13674</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/13674"/><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: I199d6e356129526e65d5d1075a264eb35904d099 </div>
<div style="display:none"> Gerrit-Change-Number: 13674 </div>
<div style="display:none"> Gerrit-PatchSet: 5 </div>
<div style="display:none"> Gerrit-Owner: Kévin Redon <kredon@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-CC: Harald Welte <laforge@gnumonks.org> </div>