This isn’t precisely a set of release notes or a changelog file; we have a lot of detail in git logs, GitHub PRs, and GitHub release notes that cover that.
Instead, this focuses on changes that may break existing configurations or existing source code. In general, we’d like to avoid breaking things, but there are times where we find bugs in drivers that don’t have a clean fix, or (more likely) suggest that no one ever actually used the feature in question.
Entries tagged with [API]
will impact developers and drivers that
aren’t checked into the LinuxCNC Ethercat tree, but shouldn’t be
visible to users.
This list should only include deliberate breakage, not typical bugs.
lcec_param*
now use param-specific types instead of
overloading pin-specific types. See
#375.LCEC*ALLOCATE*
macros for improved error checking, instead of
calling hal_malloc
directly. As part of this, failed memory
allocations are now treated as immediately fatal, rather than
triggering a cleanup attempt. See
#376.LCEC_PDO_INIT()
macro that was used by nearly every driver was removed. See
#302.src/devices/
. Device name
to driver mapping completely revamped. LCEC_SLAVE_TYPE_T
removed.
All drivers updated. See
#75,
#76,
#88,
#89,
#90,
#91,
#92,
#93.