[PATCH v3] Add bsp_init hook.
Christian Mauderer
christian.mauderer at embedded-brains.de
Fri Apr 6 10:10:08 UTC 2018
Am 06.04.2018 um 08:58 schrieb Chris Johns:
> On 06/04/2018 16:54, Christian Mauderer wrote:
>> ---
>> rtems.py | 9 +++++++--
>> 1 file changed, 7 insertions(+), 2 deletions(-)
>
> Pushed. Thank you.
>
> Chris
>
Hello Chris,
I just noted a bug: I either have to move the bsp_init call inside of
the try ... except block or have to define contexts and env before it.
I'll create a second patch to fix that problem in an hour or two.
The first first solution (moving it inside the block) has a
disadvantage: The try ... except would catch and silently suppress all
exceptions. By the way: This looks quite dangerous. This block has been
there from the start of history so I'm not sure why it is there.
Sorry that I missed that bug in my patch. Somehow a cached version has
been used. I suspect that it has to do something with interrupting the
program with pdb for debugging but I'm not sure.
Best regards
Christian
--
--------------------------------------------
embedded brains GmbH
Herr Christian Mauderer
Dornierstr. 4
D-82178 Puchheim
Germany
email: christian.mauderer at embedded-brains.de
Phone: +49-89-18 94 741 - 18
Fax: +49-89-18 94 741 - 08
PGP: Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list