<p>Kévin Redon <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/10313">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">add synchronous UART transmission and use it in exceptions<br><br>The default ISR (particularly the HardFault handler) print information,<br>but this information was not displayed on the console because the UART<br>IRQ is lower than some default blocking IRQ.<br>Allowing to set synchronous transfer corrects this.<br><br>The underlying Atmel exception library had to be modified to use the<br>synchronous output.<br><br>Making UART_PutChar always synchronous when called from an ISR is not<br>desired because we use TRACE_ macros is some ISR. The synchronous<br>output must be set explicitly.<br><br>Change-Id: I1b4ace5185cf2dc32684934ed12bf6a8682e9bad<br>---<br>M firmware/atmel_softpack_libraries/libchip_sam3s/source/exceptions.c<br>M firmware/libboard/common/include/uart_console.h<br>M firmware/libboard/common/source/uart_console.c<br>M firmware/libcommon/include/stdio.h<br>M firmware/libcommon/source/fputs.c<br>M firmware/libcommon/source/stdio.c<br>6 files changed, 108 insertions(+), 9 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/13/10313/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/10313">change 10313</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/10313"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: simtrace2 </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I1b4ace5185cf2dc32684934ed12bf6a8682e9bad </div>
<div style="display:none"> Gerrit-Change-Number: 10313 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Kévin Redon <kredon@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>