Re: [PATCH v4 2/2] Add the i2c driver for Beaglebone Black

2017-06-14 Thread Gedare Bloom
On Wed, Jun 14, 2017 at 1:31 PM, Christian Mauderer wrote: > > > - Ursprüngliche Mail - >> Von: "Joel Sherrill" >> An: "Gedare Bloom" >> CC: devel@rtems.org >> Gesendet: Mittwoch, 14. Juni 2017 18:10:39 >> Betreff: Re: [PATCH v4 2/2] Add the i2c driver for Beaglebone Black > >> On Wed, J

Re: [PATCH v4 2/2] Add the i2c driver for Beaglebone Black

2017-06-14 Thread Christian Mauderer
- Ursprüngliche Mail - > Von: "Joel Sherrill" > An: "Gedare Bloom" > CC: devel@rtems.org > Gesendet: Mittwoch, 14. Juni 2017 18:10:39 > Betreff: Re: [PATCH v4 2/2] Add the i2c driver for Beaglebone Black > On Wed, Jun 14, 2017 at 11:07 AM, Gedare Bloom wrote: > >> On Wed, Jun 14, 201

Re: [PATCH v4 2/2] Add the i2c driver for Beaglebone Black

2017-06-14 Thread Joel Sherrill
On Wed, Jun 14, 2017 at 11:07 AM, Gedare Bloom wrote: > On Wed, Jun 14, 2017 at 10:53 AM, Sichen Zhao <1473996...@qq.com> wrote: > > Update ticket #2891 and my GSOC project > > add c/src/lib/libbsp/arm/beagle/i2c/bbb-i2c.c > > modify c/src/lib/libbsp/arm/beagle/include/i2c.h > > modify c/src/lib/

Re: [PATCH v4 2/2] Add the i2c driver for Beaglebone Black

2017-06-14 Thread Gedare Bloom
On Wed, Jun 14, 2017 at 10:53 AM, Sichen Zhao <1473996...@qq.com> wrote: > Update ticket #2891 and my GSOC project > add c/src/lib/libbsp/arm/beagle/i2c/bbb-i2c.c > modify c/src/lib/libbsp/arm/beagle/include/i2c.h > modify c/src/lib/libbsp/arm/beagle/include/bbb-gpio.h > modify c/src/lib/libcpu/arm

[PATCH v4 2/2] Add the i2c driver for Beaglebone Black

2017-06-14 Thread Sichen Zhao
Update ticket #2891 and my GSOC project add c/src/lib/libbsp/arm/beagle/i2c/bbb-i2c.c modify c/src/lib/libbsp/arm/beagle/include/i2c.h modify c/src/lib/libbsp/arm/beagle/include/bbb-gpio.h modify c/src/lib/libcpu/arm/shared/include/am335x.h modify c/src/lib/libbsp/arm/beagle/Makefile.am Now can rea

[PATCH] shell: Display scheduler instead of current CPU

2017-06-14 Thread Sebastian Huber
Display the scheduler name instead of the current CPU in the "task" shell command. The current CPU could be misleading in case locking protocols are involved. The "cpuuse" command can be used to obtain the current CPU. --- cpukit/libmisc/monitor/mon-task.c | 26 +- cpukit

Re: [PATCH] sb: Make error messages unique

2017-06-14 Thread Chris Johns
> On 14 Jun 2017, at 6:10 pm, Sebastian Huber > wrote: > > Enable traceability from the error message to the script location. This > eases debugging. OK. Please push. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/list

[PATCH] sb: Make error messages unique

2017-06-14 Thread Sebastian Huber
Enable traceability from the error message to the script location. This eases debugging. --- source-builder/sb/path.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source-builder/sb/path.py b/source-builder/sb/path.py index 43f41eb..2c20248 100644 --- a/source-build