Re: [PATCH] score: Remove _Internal_errors_What_happened

2021-07-27 Thread Gedare Bloom
Thanks, this also needs a rtems-docs/c-user/fatal-error update On Tue, Jul 27, 2021 at 2:13 AM Sebastian Huber wrote: > > Users have access to the fatal error source and code though the fatal error > extension. The user-specific fatal error handling should be done in > statically > initialized

[PATCH] score: Remove _Internal_errors_What_happened

2021-07-27 Thread Sebastian Huber
Users have access to the fatal error source and code though the fatal error extension. The user-specific fatal error handling should be done in statically initialized fatal error handlers. The _Internal_errors_What_happened was updated after the fatal error extension. In addition, there was no AP