Denislam Valeev / Mbed OS Nucleo_rtos_basic
Embed: (wiki syntax)

« Back to documentation index

Porting (system abstraction layer)

Porting (system abstraction layer)
[lwIP]

More...

Modules

 Non-standard functions
 

lwIP provides default implementations for non-standard functions.


 OS abstraction layer
 

No need to implement functions in this section in NO_SYS mode.


 Time
 Critical sections
 

Used to protect short regions of code against concurrent access.


 Compiler/platform abstraction
 

All defines related to this section must not be placed in lwipopts.h, but in arch/cc.h! These options cannot be #defined in lwipopts.h since they are not options of lwIP itself, but options of the lwIP port to your system.



Detailed Description