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
___
---
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 +
c/src/lib/libbsp/arm/atsam/include/i
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(-)
di
---
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 +43,
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 a/c/src/lib/libbsp/arm/atsam/libraries/libchip/
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 : Dornierstr.
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
_