public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
* Re: Port to ARM9 STR9 uC
       [not found] <201003081237.26940.jerzy.dyrda__22328.1301827685$1268048290$gmane$org@kontron.pl>
@ 2010-03-08 12:30 ` John Dallaway
  2010-03-08 12:55   ` jerzy dyrda
  0 siblings, 1 reply; 4+ messages in thread
From: John Dallaway @ 2010-03-08 12:30 UTC (permalink / raw)
  To: Jerzy Dyrda; +Cc: eCos development list

Hi Jerzy

Thank you for sharing your eCos porting plans/progress.

jerzy dyrda wrote:

> Announcing of other ARM9 port remember me that I should do it in the same way 
> i.e. Now I'm developing port to ARM9 STR9 uC -> 
> http://www.st.com/mcu/modules.php?name=mcu&file=devicedocs&DEV=STR912FAW44&FAM=101
> but as a reference board I use such board MMstr912 -> 
> http://www.propox.com/products/t_163.html ( due to fact of lacking original 
> ST development board but this board is very close to "original").
> 
> Current status of project is :
> - HAL
> - RTC - wallclock
> - watchdog
> - serial driver 
> - almost working ADC ;) - I still require info about triggering convertion
> - SPI - in develop
> 
> BTW.
> I looked on "Contributions and Development Projects" -> 
> http://ecos.sourceware.org/contrib.html but I'm still confused
> How can I register project ?

Start as you have done, by talking about your plans on the ecos-devel
mailing list and giving other people in the community an opportunity to
comment.

Is your port based on current CVS?

As with Richard Rauch's port to AT91SAM9G45, you should bear in mind the
patch of Evgeniy Dushistov which re-organises the ARM7/ARM9 abstraction:

  http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000819

We really must get Evgeniy's patch reviewed as soon as possible.

John Dallaway
eCos maintainer

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Port to ARM9 STR9 uC
  2010-03-08 12:30 ` Port to ARM9 STR9 uC John Dallaway
@ 2010-03-08 12:55   ` jerzy dyrda
  2010-03-11 13:17     ` John Dallaway
  0 siblings, 1 reply; 4+ messages in thread
From: jerzy dyrda @ 2010-03-08 12:55 UTC (permalink / raw)
  To: ecos-devel; +Cc: John Dallaway

Hello,

On Monday 08 March 2010 13:30:13 John Dallaway wrote:
> Thank you for sharing your eCos porting plans/progress.
Welcome.

> Is your port based on current CVS?
Yes, I try to be always update to head of CVS.

> As with Richard Rauch's port to AT91SAM9G45, you should bear in mind the
> patch of Evgeniy Dushistov which re-organises the ARM7/ARM9 abstraction:
>
>   http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000819
Initially I looked into patches but I didn't find any new rules. 
Could you shortly explain new approach?

-- 
Miłego dnia / Best regards
Jerzy Dyrda

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Port to ARM9 STR9 uC
  2010-03-08 12:55   ` jerzy dyrda
@ 2010-03-11 13:17     ` John Dallaway
  2010-03-11 16:04       ` jerzy dyrda
  0 siblings, 1 reply; 4+ messages in thread
From: John Dallaway @ 2010-03-11 13:17 UTC (permalink / raw)
  To: jerzy dyrda; +Cc: ecos-devel

Hi Jerzy

jerzy dyrda wrote:

> On Monday 08 March 2010 13:30:13 John Dallaway wrote:
> 
>> Thank you for sharing your eCos porting plans/progress.
> 
> Welcome.
> 
>> Is your port based on current CVS?
> 
> Yes, I try to be always update to head of CVS.
> 
>> As with Richard Rauch's port to AT91SAM9G45, you should bear in mind the
>> patch of Evgeniy Dushistov which re-organises the ARM7/ARM9 abstraction:
>>
>>   http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000819
> 
> Initially I looked into patches but I didn't find any new rules. 

If the patch does not impact STR9 porting, then working out of CVS is
ideal. I will add your project to the list. A couple of further points:

a) Please be prepared to share your development code in advance of the
contribution if anyone is interested.

b) Sorting out the copyright assignment to the FSF can take some time. I
recommend that you start this process in advance of your contribution to
avoid unnecessary delay. Details at:

  http://ecos.sourceware.org/assign.html

John Dallaway
eCos maintainer

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Port to ARM9 STR9 uC
  2010-03-11 13:17     ` John Dallaway
@ 2010-03-11 16:04       ` jerzy dyrda
  0 siblings, 0 replies; 4+ messages in thread
From: jerzy dyrda @ 2010-03-11 16:04 UTC (permalink / raw)
  To: ecos-devel; +Cc: John Dallaway

Hello John,

On Thursday 11 March 2010 14:17:33 John Dallaway wrote:
> Hi Jerzy
> If the patch does not impact STR9 porting, then working out of CVS is
> ideal. I will add your project to the list. A couple of further points:
>
> a) Please be prepared to share your development code in advance of the
> contribution if anyone is interested.
No problem - in few day I will prepare first version as tarball file and put 
it somewhere ;)
 
> b) Sorting out the copyright assignment to the FSF can take some time. I
> recommend that you start this process in advance of your contribution to
> avoid unnecessary delay. Details at:
>
>   http://ecos.sourceware.org/assign.html
Why couldn't open source mean only programming? I hoped that signature with 
eCos copyright and author/contributor name is sufficient. 


-- 
Miłego dnia / Best regards
Jerzy Dyrda

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-11 16:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201003081237.26940.jerzy.dyrda__22328.1301827685$1268048290$gmane$org@kontron.pl>
2010-03-08 12:30 ` Port to ARM9 STR9 uC John Dallaway
2010-03-08 12:55   ` jerzy dyrda
2010-03-11 13:17     ` John Dallaway
2010-03-11 16:04       ` jerzy dyrda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).