Difference between revisions of "embOS"

From SEGGER Wiki
Jump to: navigation, search
m
m
(12 intermediate revisions by 3 users 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 product pages on [https://www.segger.com/embOS]
+
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">
 
  +
* [[Interrupt prioritization]]
__TOC__
 
  +
* [[embOS:MPU on CortexM|MPU on Cortex-M]]
</div>
 
  +
  +
== Compiler & IDE specifics ==
  +
* [[GCC floating-point options]]
  +
* [[Using embOS with IAR Embedded Workbench]]
   
 
== Device specifics ==
 
== Device specifics ==
  +
* [[Using embOS with Nordic BLE]]
== Core specifics ==
 
  +
* [[embOS:MPU on CortexM | MPU on Cortex-M]]
 
  +
== Other ==
  +
* [[CMSIS RTOS API]] (see also: [https://arm-software.github.io/CMSIS_5/RTOS2/html/index.html Github.io])

Revision as of 16: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