Re: [PATCH 1/2] cpukit: Add Epiphany architecture port v2

2015-05-13 Thread Hesham ALMatary
On Wed, May 13, 2015 at 8:40 AM, Sebastian Huber wrote: > > > On 09/05/15 16:45, Hesham ALMatary wrote: > [...] >> >> diff --git a/cpukit/score/cpu/epiphany/cpu.c >> b/cpukit/score/cpu/epiphany/cpu.c >> new file mode 100644 >> index 000..9ec8f94 >> --- /dev/null >> +++ b/cpukit/score/cpu/epiph

Re: [PATCH 1/2] cpukit: Add Epiphany architecture port v2

2015-05-13 Thread Sebastian Huber
On 09/05/15 16:45, Hesham ALMatary wrote: [...] diff --git a/cpukit/score/cpu/epiphany/cpu.c b/cpukit/score/cpu/epiphany/cpu.c new file mode 100644 index 000..9ec8f94 --- /dev/null +++ b/cpukit/score/cpu/epiphany/cpu.c @@ -0,0 +1,114 @@ +/* + * Epiphany CPU Dependent Source + * + * Copyrigh

[PATCH 1/2] cpukit: Add Epiphany architecture port v2

2015-05-09 Thread Hesham ALMatary
--- cpukit/configure.ac|1 + cpukit/librpc/src/xdr/xdr_float.c |1 + cpukit/score/cpu/Makefile.am |1 + cpukit/score/cpu/epiphany/Makefile.am | 32 + cpukit/score/cpu/epiphany/cpu.c

Re: [PATCH 1/2] cpukit: Add Epiphany architecture port

2015-05-09 Thread Hesham ALMatary
On Fri, May 8, 2015 at 4:00 PM, Gedare Bloom wrote: > You should aim to write doxygen for the port-specific headers at least. > > On Thu, May 7, 2015 at 10:11 PM, Hesham ALMatary > wrote: >> --- >> cpukit/configure.ac|1 + >> cpukit/librpc/src/xdr/xdr_float.c

Re: [PATCH 1/2] cpukit: Add Epiphany architecture port

2015-05-08 Thread Gedare Bloom
You should aim to write doxygen for the port-specific headers at least. On Thu, May 7, 2015 at 10:11 PM, Hesham ALMatary wrote: > --- > cpukit/configure.ac|1 + > cpukit/librpc/src/xdr/xdr_float.c |1 + > cpukit/score/cpu/Makefile.am

[PATCH 1/2] cpukit: Add Epiphany architecture port

2015-05-07 Thread Hesham ALMatary
--- cpukit/configure.ac|1 + cpukit/librpc/src/xdr/xdr_float.c |1 + cpukit/score/cpu/Makefile.am |1 + cpukit/score/cpu/epiphany/Makefile.am | 33 + cpukit/score/cpu/epiphany/cpu.c