Re: raspberrypi BSP current status

2019-12-01 Thread Christian Mauderer
On 30/11/2019 19:11, Niteesh wrote: > On Sat, Nov 30, 2019 at 3:03 AM Christian Mauderer > wrote: > > On 29/11/2019 21:12, Niteesh wrote: > > I am interested in contributing to the raspberry pi BSP. As of now > RTEMS > > only has support for RPi1 and RPi

raspberry pi simulation

2019-12-01 Thread Niteesh
I want to simulate old raspberry pi 1 and 2 using qemu. * qemu-system-arm -kernel hello.exe -cpu cortex-a7 -M raspi2 -m 512 -no-reboot -serial stdio* I use the above command to run the examples, and it does run, but not always sometimes I get this weird output's where my whole screen gets filled

Re: New Build System Status

2019-12-01 Thread Chris Johns
On 27/11/19 11:26 pm, Sebastian Huber wrote: > On 27/11/2019 13:17, Hesham Almatary wrote: >> On Wed, 27 Nov 2019 at 11:59, Sebastian Huber >> wrote: >>> On 27/11/2019 12:49, Hesham Almatary wrote: Hi Sebastian, Thanks for that great effort. I'd aim to use this build system for my >

Re: New Build System Ready for Integration

2019-12-01 Thread Chris Johns
On 28/11/19 7:10 pm, Sebastian Huber wrote: > Hello, > > the new build system is now ready for integration. You find the latest > documentation here: > > https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf > > https://ftp.rtems.org/pub/rtems/people/sebh/eng.pdf > > You can review the new bui

Re: Waf + gccdeps on Mingw64/MSYS2?

2019-12-01 Thread Chris Johns
On 28/11/19 5:55 pm, Sebastian Huber wrote: > Hello, > > I encountered this error on a Mingw64 and MSYS2 system: > > Waf: Leaving directory `/c/rtems/home/rtems-5/build/powerpc/qoriq_e6500_32' > Build failed > Traceback (most recent call last): >   File > "/c/rtems/home/rtems-5/.waf3-2.0.18-96675

Re: Waf + gccdeps on Mingw64/MSYS2?

2019-12-01 Thread Chris Johns
On 2/12/19 11:10 am, Chris Johns wrote: > On 28/11/19 5:55 pm, Sebastian Huber wrote: >> Hello, >> >> I encountered this error on a Mingw64 and MSYS2 system: >> >> Waf: Leaving directory `/c/rtems/home/rtems-5/build/powerpc/qoriq_e6500_32' >> Build failed >> Traceback (most recent call last): >>  

Re: Waf + gccdeps on Mingw64/MSYS2?

2019-12-01 Thread Sebastian Huber
On 02/12/2019 01:24, Chris Johns wrote: On 2/12/19 11:10 am, Chris Johns wrote: On 28/11/19 5:55 pm, Sebastian Huber wrote: Hello, I encountered this error on a Mingw64 and MSYS2 system: Waf: Leaving directory `/c/rtems/home/rtems-5/build/powerpc/qoriq_e6500_32' Build failed Traceback (most r

Re: New Build System Status

2019-12-01 Thread Sebastian Huber
On 01/12/2019 23:53, Chris Johns wrote: On 27/11/19 11:26 pm, Sebastian Huber wrote: On 27/11/2019 13:17, Hesham Almatary wrote: On Wed, 27 Nov 2019 at 11:59, Sebastian Huber wrote: On 27/11/2019 12:49, Hesham Almatary wrote: Hi Sebastian, Thanks for that great effort. I'd aim to use this b

[PATCH] testsuites: Remove rtems_test_pause*()

2019-12-01 Thread Sebastian Huber
The rtems_test_pause() and rtems_test_pause_and_screen_number() macros had different implementations depending on the RTEMS_TEST_NO_PAUSE define. This define was defined to 1 by default. The user was able to change this via the undocumented --disable-test-no-pause configure command line option.

[PATCH] libtest: Change expected fail state string

2019-12-01 Thread Sebastian Huber
Use the value expected by the RTEMS Tester. There are two separator characters used ('-' and '_') for the states. This is a bit inconsistent. --- cpukit/libtest/testbeginend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libtest/testbeginend.c b/cpukit/libtest/testb

Doorstop 2.0.post2 release available

2019-12-01 Thread Sebastian Huber
Hello, Doorstop is the requirements management tool intended to be used for the technical specification of RTEMS. This weekend, Doorstop 2.0.post2 was released: https://pypi.org/project/doorstop/2.0.post2/ I contributed 63 change sets to Doorstop in the last five months. This release conta