|
From: BsAtHome <no...@gi...> - 2026-09-15 12:15:22
|
Branch: refs/heads/master Home: https://github.com/LinuxCNC/linuxcnc Commit: 959f53cd99c0a2dc83c0419edf1244aebdfe0043 https://github.com/LinuxCNC/linuxcnc/commit/959f53cd99c0a2dc83c0419edf1244aebdfe0043 Author: Luca Toniolo <107...@us...> Date: 2026-09-15 (Tue, 15 Sep 2026) Changed paths: M .gitignore M debian/linuxcnc-uspace-dev.install M debian/linuxcnc.manpages.in M docs/po4a.cfg M docs/src/Master_Documentation.adoc M docs/src/Submakefile R docs/src/drivers/mesa_modbus.adoc M docs/src/getting-started/updating-linuxcnc.adoc M docs/src/hal/components.adoc M docs/src/index.tmpl M docs/src/man/man1/mesambccc.1.adoc R docs/src/man/man1/modcompile.1.adoc M docs/src/man/man3/hm2_pktuart.3.adoc M src/Makefile R src/hal/drivers/mesa-hostmot2/modbus/README.adoc R src/hal/drivers/mesa-hostmot2/modbus/analogue.mod R src/hal/drivers/mesa-hostmot2/modbus/mesa_modbus.c.tmpl R src/hal/drivers/mesa-hostmot2/modbus/mesa_modbus.mod.sample R src/hal/drivers/mesa-hostmot2/modbus/modcompile.py R src/hal/drivers/mesa-hostmot2/modbus/relayboard.mod M src/hal/utils/Submakefile Log Message: ----------- mesa_modbus: remove deprecated framework, superseded by hm2_modbus Per the developer meeting decision, remove the mesa_modbus framework (modcompile + mesa_modbus.c.tmpl driver template) from master entirely. It was deprecated in 46074f8c41 in favor of the hm2_modbus driver with mesambccc-compiled MBCCB files, and the 2.9 branch retains it, so existing configurations keep documentation and migration support there. Remove the modbus source directory with its samples and README, the mesa_modbus driver doc and modcompile man page, the build rules, debian packaging entries, docs pipeline entries, and fix the two cross-references that pointed at the removed pages. A migration note is added to the 2.10 section of updating-linuxcnc.adoc. Commit: d1a9d7d04cc274bfb5082caee6accc2489607418 https://github.com/LinuxCNC/linuxcnc/commit/d1a9d7d04cc274bfb5082caee6accc2489607418 Author: BsAtHome <be...@va...> Date: 2026-09-15 (Tue, 15 Sep 2026) Changed paths: M .gitignore M debian/linuxcnc-uspace-dev.install M debian/linuxcnc.manpages.in M docs/po4a.cfg M docs/src/Master_Documentation.adoc M docs/src/Submakefile R docs/src/drivers/mesa_modbus.adoc M docs/src/getting-started/updating-linuxcnc.adoc M docs/src/hal/components.adoc M docs/src/index.tmpl M docs/src/man/man1/mesambccc.1.adoc R docs/src/man/man1/modcompile.1.adoc M docs/src/man/man3/hm2_pktuart.3.adoc M src/Makefile R src/hal/drivers/mesa-hostmot2/modbus/README.adoc R src/hal/drivers/mesa-hostmot2/modbus/analogue.mod R src/hal/drivers/mesa-hostmot2/modbus/mesa_modbus.c.tmpl R src/hal/drivers/mesa-hostmot2/modbus/mesa_modbus.mod.sample R src/hal/drivers/mesa-hostmot2/modbus/modcompile.py R src/hal/drivers/mesa-hostmot2/modbus/relayboard.mod M src/hal/utils/Submakefile Log Message: ----------- Merge pull request #4530 from grandixximo/mesa-modbus-removal mesa_modbus: remove deprecated framework, superseded by hm2_modbus Compare: https://github.com/LinuxCNC/linuxcnc/compare/cb437a2283a1...d1a9d7d04cc2 To unsubscribe from these emails, change your notification settings at https://github.com/LinuxCNC/linuxcnc/settings/notifications |