Difference between revisions of "embOS"

From SEGGER Wiki
Jump to: navigation, search
(Added link to Using embOS with STM32CubeMX")
m
Line 12: Line 12:
 
* [[Using embOS with IAR Embedded Workbench]]
 
* [[Using embOS with IAR Embedded Workbench]]
   
== Device specifics ==
+
== Third-party SDKs ==
* [[Using embOS with Nordic BLE]]
+
* [[Using embOS with Nordic BLE|Using embOS with Nordic's BLE SoftDevice]]
* [[Using embOS with STM32CubeMX]]
+
* [[Using embOS with STM32CubeMX|Using embOS with STMicro's STM32CubeMX]]
   
 
== Other ==
 
== Other ==
  +
* [[CMSIS RTOS API|CMSIS-RTOS API]]
* [[CMSIS RTOS API]] (see also: [https://arm-software.github.io/CMSIS_5/RTOS2/html/index.html Github.io])
 

Revision as of 10:07, 19 March 2020

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

Third-party SDKs

Other