From 403a172574a8eedd494af30d6a20e3efa07fc2e8 Mon Sep 17 00:00:00 2001 From: Terje Io Date: Sat, 8 Jul 2023 09:22:08 +0200 Subject: [PATCH] Updated changelog --- changelog.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index b1a25e7..93f20f5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,17 +1,31 @@ ## grblHAL changelog +20230708 + +Drivers: + +* STM32F4xx: added four lane SDIO SD card support \(for BTT SKR 2.0 - only tested with a NUCLEO-F446ZE dev board\). [Issue #123](https://github.com/grblHAL/STM32F4xx/issues/123). + +* ESP32 and RP2040: fixed "bug" in $I `NEWOPT` string, "FTP" was added even if the FTP protocol was not active. + +Plugins: + +* SD card: added `.cnc` and `.ncc` file types to default filter. + +--- + Build 20230704 Core: * Skip calling tool change code if current and selected tool number are equal. -* Added 5s timeout/abort handling when waiting for index pulses prior to startiong spindle synchronized motion. +* Added 5s timeout/abort handling when waiting for index pulses prior to starting spindle synchronized motion. * Added definitions for M401 (deploy probe) and M402 (stow probe) for plugin use. * Added core support for probe protected message and alarm. Requires driver support for interrupt handled probe input. Drivers: -*STM32F1xx, STM32F4xx and STM32F7xx: simplified and made GPIO interrupt handling more generic/flexible. Fixes [issue #116](https://github.com/grblHAL/STM32F4xx/issues/116). +* STM32F1xx, STM32F4xx and STM32F7xx: simplified and made GPIO interrupt handling more generic/flexible. Fixes [issue #116](https://github.com/grblHAL/STM32F4xx/issues/116). ---