Re: [Sdcc-user] SDCC port of STM8 Standard Peripheral Library

2015-02-25 Thread Frieder Ferlemann
Hi Georg, Am 17.02.2015 um 21:05 schrieb Georg Icking-Konert: - created Win, Linux, and MacOSX batch scripts to compile and upload via https://github.com/gicking/STM8_serial_flasher thanks! Just want to note, that there is another project with overlapping/similar functionality over here:

Re: [Sdcc-user] SDCC port of STM8 Standard Peripheral Library

2015-02-21 Thread Master Postfach
hello, with the great support by this community I am nearly done with an initial port of the STM8 Standard Peripheral Library to SDCC. Technical status: - basis is SPL v2.2.0 available from http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC1807/SS1754/PF258009

Re: [Sdcc-user] SDCC port of STM8 Standard Peripheral Library

2015-02-17 Thread Georg Icking-Konert
hello, with the great support by this community I am nearly done with an initial port of the STM8 Standard Peripheral Library to SDCC. Technical status: - basis is SPL v2.2.0 available from http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC1807/SS1754/PF258009

Re: [Sdcc-user] SDCC port of STM8 Standard Peripheral Library

2015-01-30 Thread Georg Icking-Konert
hello again, I apologize for the ambiguity in my previous message; I was mainly trying to reassure Philipp about the patch with respect to the non-stm8 backends. I realize that what you are trying to accomplish probably will require some modification to SDCC mainline to conform to the

Re: [Sdcc-user] SDCC port of STM8 Standard Peripheral Library

2015-01-27 Thread Philipp Klaus Krause
On 21.01.2015 19:36, Georg Icking-Konert wrote: hello all, I am currently trying to port the STM8S Standard Peripheral Library to SDCC (http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC1807/SS1754/PF258009). If I succeed it would open up the whole range of examples and libs available

Re: [Sdcc-user] SDCC port of STM8 Standard Peripheral Library

2015-01-26 Thread Georg Icking-Konert
On Thu, 22 Jan 2015, Philipp Klaus Krause wrote: On 21.01.2015 19:36, Georg Icking-Konert wrote: 1) how do I declare and implement the trap handler? According to http://sourceforge.net/p/sdcc/patches/224/ the keyword __trap? is available via patch (2014-02-22). Is this already part of

Re: [Sdcc-user] SDCC port of STM8 Standard Peripheral Library

2015-01-26 Thread Philipp Klaus Krause
On 21.01.2015 19:36, Georg Icking-Konert wrote: hello all, I am currently trying to port the STM8S Standard Peripheral Library to SDCC (http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC1807/SS1754/PF258009). If I succeed it would open up the whole range of examples and libs available

Re: [Sdcc-user] SDCC port of STM8 Standard Peripheral Library

2015-01-26 Thread Erik Petrich
On Mon, 26 Jan 2015, Georg Icking-Konert wrote: On Thu, 22 Jan 2015, Philipp Klaus Krause wrote: On 21.01.2015 19:36, Georg Icking-Konert wrote: 1) how do I declare and implement the trap handler? According to http://sourceforge.net/p/sdcc/patches/224/ the keyword __trap? is available

Re: [Sdcc-user] SDCC port of STM8 Standard Peripheral Library

2015-01-24 Thread Erik Petrich
On Thu, 22 Jan 2015, Philipp Klaus Krause wrote: On 21.01.2015 19:36, Georg Icking-Konert wrote: 1) how do I declare and implement the trap handler? According to http://sourceforge.net/p/sdcc/patches/224/ the keyword __trap? is available via patch (2014-02-22). Is this already part of

Re: [Sdcc-user] SDCC port of STM8 Standard Peripheral Library

2015-01-22 Thread Philipp Klaus Krause
On 21.01.2015 19:36, Georg Icking-Konert wrote: hello all, I am currently trying to port the STM8S Standard Peripheral Library to SDCC (http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC1807/SS1754/PF258009). If I succeed it would open up the whole range of examples and libs available

[Sdcc-user] SDCC port of STM8 Standard Peripheral Library

2015-01-21 Thread Georg Icking-Konert
hello all, I am currently trying to port the STM8S Standard Peripheral Library to SDCC (http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC1807/SS1754/PF258009 http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC1807/SS1754/PF258009). If I succeed it would open up the whole range of