mirror of
https://github.com/OpenEtherCATsociety/SOEM.git
synced 2026-02-06 00:53:00 +08:00
c8636c40d62c5237cd92f4fe9612a68b428a6557
Increase timeout to 5ms with default EC_LOCALDELAY of 200us. See issue #832. Change-Id: I8c28c927cb0425ac36255e86707e3b89426b283d
Simple Open EtherCAT Master Library
BUILDING
Prerequisites for all platforms
- CMake 3.9 or later
Windows (Visual Studio)
- Start a Visual Studio command prompt then:
mkdir buildcd buildcmake .. -G "NMake Makefiles"nmake
Linux & macOS
mkdir buildcd buildcmake ..make
rt-kernel
mkdir buildcd buildexport COMPILERS=/opt/rt-tools/compilersexport RTK=/path/to/rt-kernelexport BSP=<bsp>cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain/rt-kernel-<arch>.cmake -G "Unix Makefiles"make
ERIKA Enterprise RTOS
Documentation
See https://openethercatsociety.github.io/doc/soem/
Want to contribute to SOEM or SOES?
If you want to contribute to SOEM or SOES you will need to sign a Contributor License Agreement and send it to us either by e-mail or by physical mail. More information is available in the PDF.
Description
Languages
C
97.2%
CMake
1.7%
Python
1%
Dockerfile
0.1%