Re: [PATCH 0/4] LEON: updates to SpaceWire Router driver

2017-11-14 Thread Joel Sherrill
On Tue, Nov 14, 2017 at 12:10 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 14/11/17 01:10, Joel Sherrill wrote: > >> >> >> On Mon, Nov 13, 2017 at 8:26 AM, Sebastian Huber < >> sebastian.hu...@embedded-brains.de > ed-brains.de>> wrote: >

Re: [PATCH 0/4] LEON: updates to SpaceWire Router driver

2017-11-14 Thread Chris Johns
On 15/11/2017 01:47, Joel Sherrill wrote: > > Chris suggested that a Users Manual include sections on each BSP with > instructions on setting the hardware up, debugging, etc. It makes sense that > this is user facing information specific to a set of BSPs. So in the outline > of > what Chris propo

[PATCH] dl01, dl02, dl05: Fix unresolved printf symbol

2017-11-14 Thread Sebastian Huber
The link time wrap of printf leads to unresolved symboles in the loadable modules. This resulted in infinite loops and test timeouts. Use rtems_printf() for output. Update #3199. --- testsuites/libtests/dl01/dl-o1.c | 7 +++ testsuites/libtests/dl02/dl-o1.c | 7 --- testsuites/libtes

Re: [PATCH] dl01, dl02, dl05: Fix unresolved printf symbol

2017-11-14 Thread Chris Johns
On 15/11/2017 17:57, Sebastian Huber wrote: > The link time wrap of printf leads to unresolved symboles in the > loadable modules. This resulted in infinite loops and test timeouts. > Use rtems_printf() for output. Of course. OK to push. Thanks Chris _