Re: [Sdcc-user] Adding STM8 support to SDCC

2012-12-06 Thread Borut Ražem
I propose to create separate branches in sdcc svn tree rather then open new sf projects for such developments. I think that Philipp and Leland already proved it with their work on rabbit port, optralloc ant other sub projects. Borut On 06. 12. 2012 20:26, Vaclav Peroutka wrote: Dear Daniel,

Re: [Sdcc-user] Adding STM8 support to SDCC

2012-12-06 Thread Vaclav Peroutka
Dear Daniel, I will be very glad if somebody will have a time to continue on what I started - and apparently not able to finish it now. There is stuff for ST7 and STM8 in some state of development. I am still in hope that I could return to it during winter. But I cannot promise it. Vaclav On

Re: [Sdcc-user] Adding STM8 support to SDCC

2012-12-06 Thread Philipp Klaus Krause
On 06.12.2012 15:24, Vaclav Peroutka wrote: > Hi Valentin, > > did you look at my fork ? If yes, have you tried anything with it ? > > I can give you access to SVN. I am so busy now that I am not able to > continue so far. There are three parts: > - SDCC itself - I did some experiments to port th

Re: [Sdcc-user] Adding STM8 support to SDCC

2012-12-06 Thread Daniel Drotos
On Thu, 6 Dec 2012, Vaclav Peroutka wrote: Hi Vaclav, > - ucsim - port is (as far as I remember) prepared but untested It's very nice to hear that somebody is extending features of ucsim. I'm going to pick up and continue to work on ucsim, some new things are implemented already. By the way, I

Re: [Sdcc-user] Adding STM8 support to SDCC

2012-12-06 Thread Vaclav Peroutka
- ucsim - port is (as far as I remember) prepared but untested First I would start with finishing UCSIM to be able to run testsuite. Then to play with C compiler. Vaclav -- Původní zpráva -- Od: Valentin Dudouyt Datum: 6. 12. 2012 Předmět: [Sdcc-user] Adding STM8 support to SDCC

[Sdcc-user] Adding STM8 support to SDCC

2012-12-06 Thread Valentin Dudouyt
Hello, For the past several months I have an idea of implementing STM8 support for SDCC as I'm willing to use it for my projects. I also found a fork that supports STM8 on SourceForge. Is it possible to adopt it into upstream? Will be a help appreciated? Best Regards, Valentin. -