]> git.feebdaed.xyz Git - 0xmirror/SOEM.git/commit
Add overlap and align modes to context
authorHans-Erik Floryd <hans-erik.floryd@rt-labs.com>
Thu, 3 Jul 2025 19:27:25 +0000 (21:27 +0200)
committerHans-Erik Floryd <hans-erik.floryd@rt-labs.com>
Thu, 10 Jul 2025 09:38:42 +0000 (11:38 +0200)
commit3188367ef6a866a41c74f332fb206e3b3ae70dd4
treeb3324f376d42041742963bbbcf9c8963c1bf68d4
parent3ecdba76189dd685a4c601c33734203f0e0d09f2
Add overlap and align modes to context

Simplify the API by adding overlap and byte alignment modes to the
context. SOEM can then call the correct functions internally. As a
consequence the following functions are removed from the public API:

   ecx_config_overlap_map_group
   ecx_config_map_group_aligned
   ecx_send_overlap_processdata_group
   ecx_send_overlap_processdata

Change-Id: I0404c4fbaa6be68be4c584af0cc9d62e780c7aaa
include/soem/ec_config.h
include/soem/ec_main.h
samples/coetest/coetest.c
samples/eni_test/eni_test.c
samples/eoe_test/eoe_test.c
samples/red_test/red_test.c
samples/simple_test/simple_test.c
samples/slaveinfo/slaveinfo.c
src/ec_config.c
src/ec_main.c