Re: libbsd: Argument list too long

2016-06-16 Thread Chris Johns
On 16/06/2016 18:16, Sebastian Huber wrote: With this patch it works now on msys2. Great. I have confirmed cygwin's python will return 'cygwin' so this change is ok. I will push it and update libbsd. Thanks for testing and the feedback. Chris ___

[PATCH 4/4] atsam: i2c driver

2016-06-16 Thread Alexander Krutwig
--- c/src/lib/libbsp/arm/atsam/Makefile.am | 6 + c/src/lib/libbsp/arm/atsam/i2c/atsam_i2c_bus.c | 397 c/src/lib/libbsp/arm/atsam/i2c/atsam_i2c_init.c | 64 c/src/lib/libbsp/arm/atsam/include/atsam-i2c.h | 75 +

[PATCH 3/4] atsam: libraries: new clock config function

2016-06-16 Thread Alexander Krutwig
This was necessary to generate set clock function for i2c driver without resetting the whole module --- .../arm/atsam/libraries/libchip/include/twi.h | 2 ++ .../arm/atsam/libraries/libchip/source/twi.c | 33 ++ 2 files changed, 23 insertions(+), 12 deletions(-)

[PATCH 2/4] cpukit: more robust error detection in allocate

2016-06-16 Thread Alexander Krutwig
--- cpukit/score/src/heapallocate.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cpukit/score/src/heapallocate.c b/cpukit/score/src/heapallocate.c index a76ac04..77ed582 100644 --- a/cpukit/score/src/heapallocate.c +++ b/cpukit/score/src/heapallocate.c @@ -43,9

[PATCH 1/4] atsam_libraries: Introduction of void pointers

2016-06-16 Thread Alexander Krutwig
Makes bytewise read and write accesses possible --- c/src/lib/libbsp/arm/atsam/libraries/libchip/include/qspi.h | 4 ++-- c/src/lib/libbsp/arm/atsam/libraries/libchip/source/qspi.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: libbsd: Argument list too long

2016-06-16 Thread Sebastian Huber
With this patch it works now on msys2. On 16/06/16 09:04, Chris Johns wrote: I still get the following error: You need to run configure to make it work. Did you run configure again? It will show if long commands are enabled. -- Sebastian Huber, embedded brains GmbH Address :

Re: libbsd: Argument list too long

2016-06-16 Thread Chris Johns
On 16/06/2016 16:14, Sebastian Huber wrote: The attached patch is necessary for msys2. That is strange. I will take a look. I still get the following error: You need to run configure to make it work. Did you run configure again? It will show if long commands are enabled. Chris

Re: libbsd: Argument list too long

2016-06-16 Thread Sebastian Huber
The attached patch is necessary for msys2. I still get the following error: Waf: Entering directory `/c/rtems-setup-gd/home/rtems-libbsd/build/powerpc-rtems4.12-qoriq_t4240rdb' [885/955] Linking build/powerpc-rtems4.12-qoriq_t4240rdb/libbsd.a 07:47:25 runner

Re: Fwd: [PATCH 1/2] score: Add and use Watchdog_Clock for clock types.

2016-06-16 Thread Sebastian Huber
On 16/06/16 01:19, Gedare Bloom wrote: For review, the below patch failed to get through the spam filter.. Clock types may be WATCHDOG_RELATIVE or WATCHDOG_ABSOLUTE and they relate to the PER_CPU_WATCHDOG_RELATIVE/ABSOLUTE. updates #2732 --- cpukit/posix/src/condwaitsupp.c