Go to file
Andreas Karlsson 24b700e1c4 Init CoE SDO defaults on SOES stack init
The init of COE SDO defaults shall not be part of the
state machine according to ETG. Move the init to
SOES stack init where it will only be run once.

Small editorial changes on function and paranthesis
to unify in that function.
2020-08-11 14:47:12 +02:00
.github Update PULL_REQUEST_TEMPLATE.md 2016-09-08 14:56:21 +02:00
applications cleanup applications 2019-05-09 15:43:07 +02:00
cmake add sample application for dynamic pdos 2019-05-09 15:43:07 +02:00
drivers/linux/lan9252 linux lan9252 driver source cleanup 2018-04-13 12:31:42 +09:00
soes Init CoE SDO defaults on SOES stack init 2020-08-11 14:47:12 +02:00
.gitattributes Normalize line endings (#27) 2017-08-18 17:01:54 +02:00
.gitignore Update applications to SOES v3.0 2019-05-09 15:43:07 +02:00
.travis.yml Feature/travis (#30) 2017-10-25 11:13:47 +02:00
CMakeLists.txt bump version to 3.0.0 2019-05-09 15:44:03 +02:00
LICENSE Put a brief license info in source files and bump version 2017-10-25 13:39:20 +02:00
README.md update README.md 2019-07-10 16:19:10 +02:00
version.h.in Normalize line endings (#27) 2017-08-18 17:01:54 +02:00

README.md

Simple Open Source EtherCAT Slave

Build Status

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.

Feature list:

  • 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 and/or dynamic PDO mapping
  • FoE with bootstrap template
  • Support for Little and Big endian targets
  • Run polling, mixed polling/interrupt or interrupt
  • Support for SM Synchronization
  • Support DC sync0 and DC Synchronization
  • Add stack configuration via new configuration parameter to/or from "stack"_init
  • EoE

TODO

  • Update documentation
  • Add EoE sample application