Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

OS Layer

Steve Maillet edited this page Mar 25, 2015 · 1 revision
Operating System

Generally speaking the .NET Micro Framework does not require an OS. However, as of v4.4 the updated port of the lwIP network stack requires a minimal pre-emptive thread scheduler and basic synchronization primitives. While the support is portable to just about any micro controller scale threading kernel the currently tested implementation is the CMSIS-RTX implementation from ARM.