From beea3fe8e25f125dd724955ec6f400c3f56ff64e Mon Sep 17 00:00:00 2001 From: Terje Io Date: Wed, 29 Jul 2026 13:15:46 +0200 Subject: [PATCH] Updated changelog. --- changelog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/changelog.md b/changelog.md index 9213a1b..b508696 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,23 @@ ## grblHAL changelog +20260729 + +Drivers: + +* STM32F4xx: added support for more PWM channels and 32 bit timers for RGB LED strip. Added support for RGB LED strip and two PWM aux outputs \(mutually exclusive\) to the BTT Octopus Pro map. + +* STM32F1xx, STM32F3xx and STM32F7xx: updated to handle rare skip of interrupts if fired at the same time. Based on STM32F4xx PR [#302](https://github.com/grblHAL/STM32F4xx/pull/302). + +* ESP32, iMXRT1062, RP2040, STM32F4xx and STM32F7xx: moved `$I` network reporting to networking plugin. + +Plugins: + +* Networking: moved $I network reporting from drivers here. Added `HOSTNAME` element to `$I` output when MDNS is enabled, ref. PR [#22](https://github.com/grblHAL/Plugin_networking/pull/22). + +* Misc: FluidNC expander, M280 servo: "hardened" code. + +--- + Build 20260726 Core: