lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Help with LwIP Modem


From: Simon Goldschmidt
Subject: Re: [lwip-users] Help with LwIP Modem
Date: Fri, 8 Jul 2016 10:55:31 +0200

Sylvain Rochet wrote:
> the problem here is that some OS have two
> differents API, one which must be called from interrupt context, and one
> from threads. This is the case at least for FreeRTOS:

I know that. You could argue whether lwIP is the problem here or the FreeRTOS 
API :-)
Are there any other OSes doing it like that? Is there actually a good reason to 
do so? What's the difference between "tryPost" from ISR vs. from task?

In the end, it's a port limitation that you have to have an RX thread when 
using FreeRTOS. And I must admit I didn't follow the discussion, so I don't 
know the OS the OP is using, sorry...

Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]