rtlabs-com / c-open

CANopen stack for embedded devices
http://www.rt-labs.com
Other
79 stars 40 forks source link

Support sparse PDO numbering #18

Closed hefloryd closed 4 years ago

hefloryd commented 4 years ago

Support sparse PDO numbering as used in e.g. the CiA417 spec by maintaining the PDO number in the co_pdo_t state. Note that the number of available PDOs is still expected to be small; all searches are linear.

Fixes #12.