Re: [Sdcc-user] [ freertos sdcc pic18f ]

2009-09-25 Thread Abdoulaye Walsimou Gaye
lementec fabien a écrit : > Hi, > > Thanks for answering. Regarding the --stack-auto, it > doesnot work when I enable it an seems you have the > same bug I have (tasks stop to be scheduled)... > As I said previously I don't remember why I didn't use --stack-auto, but keep in mind that FreeRTOS

Re: [Sdcc-user] [ freertos sdcc pic18f ]

2009-09-24 Thread lementec fabien
Hi, Thanks for answering. Regarding the --stack-auto, it doesnot work when I enable it an seems you have the same bug I have (tasks stop to be scheduled)... Once I have a run a project based on this kernel and SDCC, I guess I will consider maintaining a repo. Regards, Fabien. On Thu, Sep 24, 2

Re: [Sdcc-user] [ freertos sdcc pic18f ]

2009-09-24 Thread Gaye Abdoulaye Walsimou
lementec fabien wrote: > > I would have some questions if you dont mind: > > 0. Why dont you use --stack-auto at compile time? > is it implied by another param? If this is not the case, > isnt there reentrancy problems > To be honest, I don't remember why I didn't use --stack-auto. It seems obvi

Re: [Sdcc-user] [ freertos sdcc pic18f ]

2009-09-24 Thread lementec fabien
Hi, Actually they have 2 ports (wizC too), so I dont see why they would reject the port for this reason. Maybe they see SDCC pic18 support as not ready, in which case they have a Demo/unsupported/ place where to put it. Regards, t. On Thu, Sep 24, 2009 at 4:14 PM, squalyl wrote: > I see here >

Re: [Sdcc-user] [ freertos sdcc pic18f ]

2009-09-24 Thread squalyl
I see here http://www.freertos.org/index.html?http://www.freertos.org/a00017.html that they already have a PIC18 port. All you have to do is convince them to add a SECOND port using sdcc instead of mplab :) Sebastien On Thu, Sep 24, 2009 at 5:56 PM, lementec fabien wrote: > Hi, > > I just tried

Re: [Sdcc-user] [ freertos sdcc pic18f ]

2009-09-24 Thread lementec fabien
Hi, I just tried your code and compared it with mine, on a pic18f4550. First of all, yours works better than mine. I had problems with queues that made my tasks freeze, still dont know why... I guess I missed something such as marking portYIELD as naked... I would have some questions if you dont

Re: [Sdcc-user] [ freertos sdcc pic18f ]

2009-09-24 Thread lementec fabien
Thanks very much for repo link, I will have a look during the day and see what differs with the port I made. Regards, Fabien. On Thu, Sep 24, 2009 at 8:11 AM, abdoulaye Walsimou Gaye wrote: > lementec fabien a écrit : >> >> Hi, >> >> Fine. In this case, could you give me the source >> code so t

Re: [Sdcc-user] [ freertos sdcc pic18f ]

2009-09-24 Thread abdoulaye Walsimou Gaye
lementec fabien a écrit : > Hi, > > Fine. In this case, could you give me the source > code so that I can compare with mine? I have > some bugs yet, and would be really useful for > me. > > Regards, > > t. > > Hello Fabien, Hello Fabien, See what I've done in the link below: http://www.walsimo

Re: [Sdcc-user] [ freertos sdcc pic18f ]

2009-09-23 Thread lementec fabien
Hi, Fine. In this case, could you give me the source code so that I can compare with mine? I have some bugs yet, and would be really useful for me. Regards, t. On Thu, Sep 24, 2009 at 5:57 AM, Gaye Abdoulaye Walsimou wrote: > lementec fabien wrote: >> Hi, >> >> Just to inform you that I am mak

Re: [Sdcc-user] [ freertos sdcc pic18f ]

2009-09-23 Thread Gaye Abdoulaye Walsimou
lementec fabien wrote: > Hi, > > Just to inform you that I am making freertos > compile with sdcc for the pic18f architecture. > There are some bugs I havenot yet solved, so > if anyone wants to have the code, I can create > a github for this project. > > Cheers, > > t. > > Hello fabien, I've a