Difference between revisions of "embOS"

From SEGGER Wiki
Jump to: navigation, search
m
m
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
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 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 [https://www.segger.com/embOS]
+
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]
   
 
<div class="toclimit-3">
 
<div class="toclimit-3">
Line 8: Line 8:
   
 
== Device specifics ==
 
== Device specifics ==
  +
 
== Core specifics ==
 
== Core specifics ==
 
* [[embOS:MPU on CortexM | MPU on Cortex-M]]
 
* [[embOS:MPU on CortexM | MPU on Cortex-M]]
  +
  +
== Compiler specifics ==
  +
* [[GCC floating-point options]]
  +
  +
== Supported RTOS Layer ==
  +
* [[CMSIS RTOS API]] (see also: [https://arm-software.github.io/CMSIS_5/RTOS2/html/index.html Github.io])

Revision as of 15:40, 15 July 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

Device specifics

Core specifics

Compiler specifics

Supported RTOS Layer