Source code project

From SEGGER Wiki
Revision as of 16:24, 2 June 2020 by Til (talk | contribs)
Jump to: navigation, search

All embOS projects in the board support packages use the embOS libraries instead of the embOS source code. Even the embOS source shipment does not include a project which uses embOS sources.


Active Simple project

It can be useful to have the embOS sources instead of the embOS library in a project, e.g. for easier debugging. To do so you just have to exclude or delete the embOS library from your project and add the embOS sources.

The embOS sources consists of the files in the folder /GenOSSrc, /CPU and /CPU/OSSrcCPU. These files can be found in the embOS source shipment.

Active Simple project

GenOSSrc embOS generic sources CPU RTOS assembler file CPU\OSSrcCPU CPU and compiler-specific files


Please add all C and assembler files from these folders to your project and add include paths to these folders to your project settings. For some embOS ports it might be necessary to add additional defines to your preprocessor settings. If necessary you will find more information about it in the CPU and compiler-specific embOS manual.


Active Simple project
Active Simple project


Active Simple project