[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] memp_malloc system protection
From: |
Mike Kleshov |
Subject: |
Re: [lwip-users] memp_malloc system protection |
Date: |
Fri, 27 Nov 2009 09:48:46 +0300 |
2009/11/27 address@hidden <address@hidden>:
> Yes, you should. That's what's SYS_LIGHTWEIGHT_PROT is meant to be for.
>
> Simon
Surely it depends on the application. I'm using lwip raw API with no
OS. I'm not using any concurrent access protection whatsoever. My
interrupt service routines are small and simple, and they are not
related to lwip in any way. Hence, no need for any protection.