Difference between revisions of "embOS"

From SEGGER Wiki
Jump to: navigation, search
(Compiler specifics)
m
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  +
__NOTOC__
embOS is a high performance Real time Operating System (RTOS) for embedded System.
 
  +
embOS is a high-performance real-time operating system ([[RTOS]]) for embedded systems.
   
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 [https://www.segger.com/embOS product pages on www.segger.com]
+
This wiki page explains and links to other articles dealing with special cases, such as board support packages (BSPs) for specific devices, or questions too specific for the manual and the [https://www.segger.com/embOS product page] at segger.com
   
  +
== Architecture & Core specifics ==
<div class="toclimit-3">
 
__TOC__
 
</div>
 
 
== Architecture 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 12:
 
* [[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 17:10, 5 September 2019

embOS is a high-performance real-time operating system (RTOS) for embedded systems.

This wiki page explains and links to other articles dealing with special cases, such as board support packages (BSPs) for specific devices, or questions too specific for the manual and the product page at segger.com

Architecture & Core specifics

Compiler & IDE specifics

Device specifics

Other