Mattias Nilsson 2eec21727e Add basic ENI support
Change-Id: I6abcb3b4a1248acadbbe2ed93fcd901304320d02
2025-07-09 17:21:28 +02:00
2025-07-09 17:20:48 +02:00
2025-07-09 17:21:26 +02:00
2025-07-09 17:21:28 +02:00
2025-07-09 17:21:28 +02:00
2025-07-09 17:20:48 +02:00
2025-07-09 17:21:26 +02:00
2025-07-09 17:21:28 +02:00
2025-07-09 17:21:28 +02:00
2025-07-09 17:21:26 +02:00
2025-07-09 17:20:48 +02:00
2025-07-09 12:15:39 +02:00
2025-07-09 17:20:48 +02:00
2025-07-09 17:21:26 +02:00
2025-07-09 17:21:26 +02:00
2021-04-10 16:49:17 +02:00
2025-07-09 12:15:39 +02:00
2025-07-09 12:15:39 +02:00

Simple Open EtherCAT Master Library

Build Status

BUILDING

Prerequisites for all platforms

  • CMake 3.9 or later

Windows (Visual Studio)

  • Start a Visual Studio command prompt then:
    • mkdir build
    • cd build
    • cmake .. -G "NMake Makefiles"
    • nmake

Linux & macOS

  • mkdir build
  • cd build
  • cmake ..
  • make

rt-kernel

  • mkdir build
  • cd build
  • export COMPILERS=/opt/rt-tools/compilers
  • export RTK=/path/to/rt-kernel
  • export 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%