Hi, Nicolas:

In your port, how do you register lwip interrupt into uC/OS-II? Are there
functions like "register_interrupt_handler()" or "enable_interrupt()" so
that OS may aware of interrupt from LwIP?

I didn't find this info in the package you posted. Are these interrupt
handler should be created in sys_arch.c?

Thank you!

Kevin

On Mon, Jun 29, 2009 at 2:24 AM, Nicolas Pinault <[email protected]> wrote:

>  Hi Kevin,
>
> You will find attached, the µC/OS-II port I use with lwip 1.3.0.
> It is based on a port I found on the web years ago (before lwip 1.2.0).
> I have not spent much time on it so I might contain bugs. However, it works
> fine on one of my products for months.
> If you find bugs, please, publish them on the list.
>
> Keep in mind that this is a µC/OS-II driver. This is pure software. You
> also need a driver for your MAC chip.
>
> Regards,
> Nicolas
>
> Kevin a écrit :
>
> Hi, Simon:
>
> You mentioned "there are ports for uC/OS-II available on the web", are they
> ports for lwip130? May I have a link to this port?
>
> I found one for lwip110 and since lwip130 changed a lot from lwip110, I am
> not sure how hard to move from 110 to 130 port on uc/os-ii. Do I have to
> create new sys_arch.c? Any need to touch api_lib.c and api_msg.c?
>
> Thank you!
>
> Kevin
>
> On Sat, Jun 27, 2009 at 5:05 PM, [email protected] <[email protected]>wrote:
>
>> The main work seems already done: there are ports for uC/OS-II available
>> on the web. Using these to run on PowerPC should not be too hard and should
>> mainly require defines or typedefs in cc.h to be changed.
>>
>> Simon
>>
>>
>> Kevin wrote:
>>
>>>  Hi,
>>>
>>> I plan to port LwIP 1.3.0 to uC/OS-II with PowerPC. But I am wondering
>>> what should be the main issue to perform this porting?
>>>
>>> Is there any reference work done previously?
>>>
>>> Thank you!
>>>
>>>
>>>  ------------------------------------------------------------------------
>>>
>>>
>>> _______________________________________________
>>> lwip-users mailing list
>>> [email protected]
>>> http://lists.nongnu.org/mailman/listinfo/lwip-users
>>>
>>
>>
>>
>> _______________________________________________
>> lwip-users mailing list
>> [email protected]
>> http://lists.nongnu.org/mailman/listinfo/lwip-users
>>
>
> ------------------------------
>
> _______________________________________________
> lwip-users mailing 
> [email protected]http://lists.nongnu.org/mailman/listinfo/lwip-users
>
>
> _______________________________________________
> lwip-users mailing list
> [email protected]
> http://lists.nongnu.org/mailman/listinfo/lwip-users
>
_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to