Beagle SPI driver update

2020-10-14 Thread Niteesh G. S.
Hello, First of all really sorry for the long delay, I am preparing for a robotics competition and it eats up most of my free time. I finally got a logic analyzer and tested the SPI driver using it. And as expected the waveforms weren't right. To understand the device better and also to narrow do

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Sebastian Huber
On 14/10/2020 15:35, Joel Sherrill wrote: BSP builder has 81 failures. :( It tried to build BSPs which no longer exist. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Joel Sherrill
On Wed, Oct 14, 2020 at 9:45 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 14/10/2020 15:35, Joel Sherrill wrote: > > > BSP builder has 81 failures. :( > It tried to build BSPs which no longer exist. > Well that is an easier thing to fix than my concern that it was related

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Sebastian Huber
On 14/10/2020 17:17, Joel Sherrill wrote: On Wed, Oct 14, 2020 at 9:45 AM Sebastian Huber > wrote: On 14/10/2020 15:35, Joel Sherrill wrote: > BSP builder has 81 failures. :( It tried to build BSPs which no longer exist. Well that is an

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Joel Sherrill
On Wed, Oct 14, 2020 at 10:20 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 14/10/2020 17:17, Joel Sherrill wrote: > > > On Wed, Oct 14, 2020 at 9:45 AM Sebastian Huber > > > > wrote: > > > > On 14/10/2020 15:35, Joel Sherrill

[PATCH] rtems-bsps-tiers.ini: Delete removed PowerPC BSPs

2020-10-14 Thread Joel Sherrill
--- config/rtems-bsps-tiers.ini | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config/rtems-bsps-tiers.ini b/config/rtems-bsps-tiers.ini index 34d7143..e918a6f 100644 --- a/config/rtems-bsps-tiers.ini +++ b/config/rtems-bsps-tiers.ini @@ -83,16 +83,15 @@ bsps_moxie =

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Sebastian Huber
On 14/10/2020 17:27, Joel Sherrill wrote: On Wed, Oct 14, 2020 at 10:20 AM Sebastian Huber > wrote: On 14/10/2020 17:17, Joel Sherrill wrote: > On Wed, Oct 14, 2020 at 9:45 AM Sebastian Huber > mailto:sebastian.hu...@embedded-brains.de

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Joel Sherrill
On Wed, Oct 14, 2020, 11:13 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > On 14/10/2020 17:27, Joel Sherrill wrote: > > > > > > On Wed, Oct 14, 2020 at 10:20 AM Sebastian Huber > > > > wrote: > > > > On 14/10/2020 17:17, Joel Sh

Re: [PATCH] rtems-bsps-tiers.ini: Delete removed PowerPC BSPs

2020-10-14 Thread Sebastian Huber
The patch looks good, thanks. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Sebastian Huber
On 14/10/2020 18:16, Joel Sherrill wrote: > Can you just fix this for now? It builds with autoconf and there is a > ticket for it. I removed the BSPs a while ago also in the old build system: https://git.rtems.org/rtems/log/?qt=range&q=70b803b5549016ab1ca12816e862217b819

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Joel Sherrill
On Wed, Oct 14, 2020, 11:19 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > On 14/10/2020 18:16, Joel Sherrill wrote: > > > > > Can you just fix this for now? It builds with autoconf and there > > is a > > > ticket for it. > > > > I removed the BSPs a while ago

Re: Beagle SPI driver update

2020-10-14 Thread Niteesh G. S.
Hello, Update: I got the condition in the while loop wrong. After fixing this it works now. I'll try to post a working patch of the SPI driver as soon as possible. Thanks, Niteesh On Wed, Oct 14, 2020 at 12:39 PM Niteesh G. S. wrote: > Hello, > > First of all really sorry for the long delay, I

Re: Uncrustify

2020-10-14 Thread Joel Sherrill
On Wed, Oct 14, 2020 at 12:11 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > I tried to write a configuration file for Uncrustify which is close to > the RTEMS coding style. This tool has really a lot of options. The > configuration file has more than 3000 lines. Appa

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Chris Johns
On 15/10/20 2:27 am, Joel Sherrill wrote: > On Wed, Oct 14, 2020 at 10:20 AM Sebastian Huber > > > wrote: > On 14/10/2020 17:17, Joel Sherrill wrote: > > On Wed, Oct 14, 2020 at 9:45 AM Sebastian Huber > >

Re: Uncrustify

2020-10-14 Thread Chris Johns
On 15/10/20 5:04 am, Joel Sherrill wrote: > On Wed, Oct 14, 2020 at 12:11 PM Sebastian Huber > > > wrote: > Hello, > > I tried to write a configuration file for Uncrustify which is close to > the RTEMS coding style. This tool has really a lot

Re: Uncrustify

2020-10-14 Thread Joel Sherrill
On Wed, Oct 14, 2020, 6:03 PM Chris Johns wrote: > On 15/10/20 5:04 am, Joel Sherrill wrote: > > On Wed, Oct 14, 2020 at 12:11 PM Sebastian Huber > > sebastian.hu...@embedded-brains.de>> > > wrote: > > Hello, > > > > I tried to write a configuration file for Uncrustify which is close > t

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Sebastian Huber
On 15/10/2020 00:48, Chris Johns wrote: On 15/10/20 2:27 am, Joel Sherrill wrote: On Wed, Oct 14, 2020 at 10:20 AM Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>> wrote: On 14/10/2020 17:17, Joel Sherrill wrote: > On Wed, Oct 14, 2020 at 9:45 AM Sebastian Huber > mail

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Chris Johns
On 15/10/20 4:35 pm, Sebastian Huber wrote: > On 15/10/2020 00:48, Chris Johns wrote: > >> On 15/10/20 2:27 am, Joel Sherrill wrote: >>> On Wed, Oct 14, 2020 at 10:20 AM Sebastian Huber >>> >> > >>> wrote: >>> On 14/10/2020 17:17, Joel Sherrill wrote

Re: RTEMS 5.1 pc686 BSP malloc_info problem?

2020-10-14 Thread Chris Johns
On 13/10/20 4:13 am, Joel Sherrill wrote: > On Mon, Oct 12, 2020 at 11:15 AM Alan Cudmore > wrote: > > Hi Chris, > I'm not sure that I can easily create a test to show that this > condition exists. I think the rtems_rfs_bitmap_create_search function >

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Sebastian Huber
On 15/10/2020 08:05, Chris Johns wrote: On 15/10/20 4:35 pm, Sebastian Huber wrote: On 15/10/2020 00:48, Chris Johns wrote: On 15/10/20 2:27 am, Joel Sherrill wrote: On Wed, Oct 14, 2020 at 10:20 AM Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>> wrote: On 14/10/2020 17:17,

[PATCH] libfs/rfs: Check search bit map end on last bit

2020-10-14 Thread chrisj
From: Chris Johns - Do not write past the last location of the search bit map whe nit is being created. Closes #4148 --- cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c b/

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Chris Johns
On 15/10/20 5:15 pm, Sebastian Huber wrote: > On 15/10/2020 08:05, Chris Johns wrote: > >> On 15/10/20 4:35 pm, Sebastian Huber wrote: >>> On 15/10/2020 00:48, Chris Johns wrote: >>> On 15/10/20 2:27 am, Joel Sherrill wrote: > On Wed, Oct 14, 2020 at 10:20 AM Sebastian Huber >

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Sebastian Huber
On 15/10/2020 08:23, Chris Johns wrote: On 15/10/20 5:15 pm, Sebastian Huber wrote: On 15/10/2020 08:05, Chris Johns wrote: On 15/10/20 4:35 pm, Sebastian Huber wrote: On 15/10/2020 00:48, Chris Johns wrote: On 15/10/20 2:27 am, Joel Sherrill wrote: On Wed, Oct 14, 2020 at 10:20 AM Sebast

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Chris Johns
On 15/10/20 5:26 pm, Sebastian Huber wrote: > On 15/10/2020 08:23, Chris Johns wrote: > >> On 15/10/20 5:15 pm, Sebastian Huber wrote: >>> On 15/10/2020 08:05, Chris Johns wrote: >>> On 15/10/20 4:35 pm, Sebastian Huber wrote: > On 15/10/2020 00:48, Chris Johns wrote: > >> On 15/1

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Sebastian Huber
On 15/10/2020 08:30, Chris Johns wrote: On 15/10/20 5:26 pm, Sebastian Huber wrote: On 15/10/2020 08:23, Chris Johns wrote: On 15/10/20 5:15 pm, Sebastian Huber wrote: On 15/10/2020 08:05, Chris Johns wrote: On 15/10/20 4:35 pm, Sebastian Huber wrote: On 15/10/2020 00:48, Chris Johns wrot

[PATCH 5] libfs/rfs: Check search bit map end on last bit

2020-10-14 Thread chrisj
From: Chris Johns - Do not write past the last location of the search bit map whe nit is being created. Closes #4149 --- cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c b/

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Chris Johns
On 15/10/20 5:34 pm, Sebastian Huber wrote: > On 15/10/2020 08:30, Chris Johns wrote: > >> On 15/10/20 5:26 pm, Sebastian Huber wrote: >>> On 15/10/2020 08:23, Chris Johns wrote: >>> On 15/10/20 5:15 pm, Sebastian Huber wrote: > On 15/10/2020 08:05, Chris Johns wrote: > >> On 15/1

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Sebastian Huber
On 15/10/2020 08:41, Chris Johns wrote: On 15/10/20 5:34 pm, Sebastian Huber wrote: On 15/10/2020 08:30, Chris Johns wrote: On 15/10/20 5:26 pm, Sebastian Huber wrote: On 15/10/2020 08:23, Chris Johns wrote: On 15/10/20 5:15 pm, Sebastian Huber wrote: On 15/10/2020 08:05, Chris Johns wrot

Re: Fwd: [rtems-bsp-builder] 2020-10-13 09:15:22: Profile(s): everything

2020-10-14 Thread Chris Johns
On 15/10/20 5:43 pm, Sebastian Huber wrote: > On 15/10/2020 08:41, Chris Johns wrote: > >> On 15/10/20 5:34 pm, Sebastian Huber wrote: >>> On 15/10/2020 08:30, Chris Johns wrote: >>> On 15/10/20 5:26 pm, Sebastian Huber wrote: > On 15/10/2020 08:23, Chris Johns wrote: > >> On 15