Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-28 Thread Sebastian Huber
On 28.07.23 07:37, Chris Johns wrote: On 27/7/2023 3:59 pm, Sebastian Huber wrote: On 27.07.23 06:36, Chris Johns wrote: On 26/7/2023 4:54 pm, Sebastian Huber wrote: On 26.07.23 08:20, Chris Johns wrote: On 26/7/2023 3:44 pm, Sebastian Huber wrote: On 26.07.23 06:58, Sebastian Huber wrote:

Re: [PATCH] score: Move _IO_Relax() to new

2023-07-28 Thread Sebastian Huber
On 24.07.23 21:45, Joel Sherrill wrote: On Mon, Jul 24, 2023 at 10:49 AM Sebastian Huber > wrote: On 24.07.23 17:34, Joel Sherrill wrote: > > What about the other io methods in score like for gcov and hashing? > Is there a better loc

[PATCH] doxygen: Replace and move main page

2023-07-28 Thread Sebastian Huber
Replace the main page with a high level description of the RTEMS feature set similar to: https://docs.rtems.org/branches/master/user/overview/index.html#features The replaced content can be found in the RTEMS Classic API Guide: https://docs.rtems.org/branches/master/c-user/overview.html https:/

Re: Pushing to 6.1

2023-07-28 Thread Sebastian Huber
Hello, a patch to test GCC 13.2 is available. Binutils 2.41 will be probably released in the next days. For Newlib there is still the aarch64 support open. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89

[PATCH rtems-tools v2] tester/rtemstoolkit: add renode implementation

2023-07-28 Thread Muhammad Sulthan Mazaya
Add leon3 implementation for rtems-test using renode. --- .../testing/bsps/kendrytek210-renode.ini | 38 ++ tester/rtems/testing/bsps/leon3-renode.ini| 37 ++ tester/rtems/testing/renode.cfg | 65 ++ .../testing/renode_scripts/kendrytek210

Re: Building leon3 prom image for testing on renode

2023-07-28 Thread Muhammad Sulthan Mazaya
I have sent a new patch for this. For now, as I kept stucking on trying to replace the prom with resc statements, I have decided to just add the prom image binary to the rtems-tools and use it in the renode script. - Mazaya On Fri, Jul 21, 2023 at 4:13 AM Joel Sherrill wrote: > > > On Wed, Jul

Re: [PATCH rtems-tools v2] tester/rtemstoolkit: add renode implementation

2023-07-28 Thread Joel Sherrill
Generally looks good. We may have to discuss my renode script comments on Discord. It would be nice to have comments and licenses in them but may not be possible. On Fri, Jul 28, 2023 at 9:09 PM Muhammad Sulthan Mazaya < msulthanmaz...@gmail.com> wrote: > Add leon3 implementation for rtems-test

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-28 Thread Chris Johns
On 28/7/2023 6:26 pm, Sebastian Huber wrote: On 28.07.23 07:37, Chris Johns wrote: On 27/7/2023 3:59 pm, Sebastian Huber wrote: On 27.07.23 06:36, Chris Johns wrote: On 26/7/2023 4:54 pm, Sebastian Huber wrote: On 26.07.23 08:20, Chris Johns wrote: On 26/7/2023 3:44 pm, Sebastian Huber wrot