Difference between revisions of "embOS"

From SEGGER Wiki
Jump to: navigation, search
(Compiler specifics)
Line 7: Line 7:
 
</div>
 
</div>
   
== Architecture specifics ==
+
== Architecture & Core specifics ==
 
* [[Interrupt prioritization]]
 
* [[Interrupt prioritization]]
  +
* [[embOS:MPU on CortexM|MPU on Cortex-M]]
 
== Core specifics ==
 
* [[embOS:MPU on CortexM | MPU on Cortex-M]]
 
   
 
== Compiler & IDE specifics ==
 
== Compiler & IDE specifics ==
Line 17: Line 15:
 
* [[Using embOS with IAR Embedded Workbench]]
 
* [[Using embOS with IAR Embedded Workbench]]
   
== Supported RTOS Layer ==
+
== Device specifics ==
  +
* [[Using embOS with Nordic BLE]]
  +
  +
== Other ==
 
* [[CMSIS RTOS API]] (see also: [https://arm-software.github.io/CMSIS_5/RTOS2/html/index.html Github.io])
 
* [[CMSIS RTOS API]] (see also: [https://arm-software.github.io/CMSIS_5/RTOS2/html/index.html Github.io])

Revision as of 16:04, 5 September 2019

embOS is a high performance Real time Operating System (RTOS) for embedded System.

This wiki page explains and links to other articles dealing with special cases, such as BSP for specific devices and questions to specific for the manual or product pages on www.segger.com

Architecture & Core specifics

Compiler & IDE specifics

Device specifics

Other