Go to file
Hans-Erik Floryd b5af557184 cleanup esc_hw.c 2015-05-13 17:02:46 +02:00
applications/rtl_slavedemo Imported Arthur Ketels' SOES (hg: ea7f05102d58) 2014-09-12 16:01:33 +02:00
cmake cmakeify 2015-05-13 17:02:43 +02:00
include/sys/gcc decouple stack from application 2015-05-13 17:02:01 +02:00
os_hw/rtl_spi cleanup esc_hw.c 2015-05-13 17:02:46 +02:00
soes cmakeify 2015-05-13 17:02:43 +02:00
.gitignore Ignored files 2015-05-13 17:01:45 +02:00
CMakeLists.txt cmakeify 2015-05-13 17:02:43 +02:00
LICENSE Imported Arthur Ketels' SOES (hg: ea7f05102d58) 2014-09-12 16:01:33 +02:00
README.md Imported Arthur Ketels' SOES (hg: ea7f05102d58) 2014-09-12 16:01:33 +02:00
version.h.in cmakeify 2015-05-13 17:02:43 +02:00

README.md

Simple Open Source EtherCAT Slave

SOES (Simple OpenSource EtherCAT Slave Stack) is an opensource slave stack that is very easy to use and provides a small footprint. It is a good alternative to more complex stacks on the market.

Overview

SOES is an EtherCAT slave stack written in c. Its purpose is to learn and to use. All users are invited to study the source to get an understanding how an EtherCAT slave functions.

Features as of 1.0.0:

  • Address offset based HAL for easy ESC read/write access via any interface
  • Mailbox with data link layer
  • CoE
  • Object dictionary
  • SDO read and write for all sizes including segmented transfers
  • Easy portable C-code suited for embedded applications
  • Fixed PDO mapping
  • FoE with bootstrap template
  • Support for Little and Big endian targets.
  • Polling for interrupts