Go to file
Ivo Houtzager 3bc63d60c8
Merge 1b5ea09450 into 8f3841e3ce
2024-04-12 11:30:49 +09:00
.github Bump build platform 2021-10-25 09:57:18 +02:00
applications Merge branch 'master' into master 2024-01-13 15:42:04 -08:00
cmake Merge branch 'master' into master 2024-01-13 15:42:04 -08:00
drivers/linux/lan9252 linux lan9252 driver source cleanup 2018-04-13 12:31:42 +09:00
soes Merge 1b5ea09450 into 8f3841e3ce 2024-04-12 11:30:49 +09: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
CMakeLists.txt Bump cmake version 2021-10-26 09:36:04 +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 2024-01-13 17:49:46 -08:00
version.h.in Normalize line endings (#27) 2017-08-18 17:01:54 +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.

This forks adds support for EtherCAT slave HAT with LAN9252 chip (like EasyCAT or EtherC/EtherBerry) for Raspberry PI using the BCM2835 library.

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

Building

  • mkdir build
  • cd build
  • cmake .. -DRPI_VARIANT
  • make