This repository has been archived by the owner on Jun 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
Architecture
Steve Maillet edited this page Mar 25, 2015
·
15 revisions
The .NET Micro Framework consist of several loosely coupled layers that leverage and build upon one another to form the complete framework. The following layer diagram illustrates the basic layers and their relationships to one another:
- [Physical hardware](Hardware Layer) (not shown in diagram)
- [CPU Support layer (CPU)](CPU Layer)
- [Hardware Abstraction Layer (HAL)](HAL Layer)
- [Operating System (OS)](OS Layer)
- [Platform Abstraction Layer (PAL)](PAL Layer)
- [Common Language Runtime (CLR)](CLR Layer)
- [Interop](Interop Layer)
- [Base Class Libraries](BCL Layer)