Updated changelog and build date.

This commit is contained in:
terjeio
2025-12-08 07:04:00 +07:00
parent 380199e388
commit aaa7b6e73e
3 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
## grblHAL ##
Latest build date is 20251207, see the [changelog](changelog.md) for details.
Latest build date is 20251208, see the [changelog](changelog.md) for details.
> [!NOTE]
> A settings reset will be performed on an update of builds prior to 20241208. Backup and restore of settings is recommended.
+16 -1
View File
@@ -1,5 +1,19 @@
## grblHAL changelog
<a name="20251208">Build 20251208
Core:
* Added `$REBOOT` command for hard resetting controller. Available for drivers supporting the required HAL API. Ref. PR [#865](https://github.com/grblHAL/core/pull/865).
> [!NOTE]
> Communication with the controller will be lost if the connection is via native USB or network \(WiFi, Ethernet or Bluetooth\).
Drivers:
* iMRXT1062: fix for incorrect step timing \(too long pulse off minimum\). Ref. issue [#104](https://github.com/grblHAL/iMXRT1062/issues/104).
---
<a name="20251207">Build 20251207
Core:
@@ -8,7 +22,7 @@ Core:
Drivers:
* STM32F3xx: added missed commit for the SuperLongBoards causing compilation failure, ref. issue [#863](https://github.com/grblHAL/core/issues/863).
* STM32F3xx: added missed commit for the SuperLongBoards causing compilation failure, ref. issue [#268](https://github.com/grblHAL/STM32F4xx/issues/268).
---
@@ -23,6 +37,7 @@ Core:
Drivers:
* STM32F3xx: fixed typo in generic board, ref. issue [#5](https://github.com/grblHAL/STM32F3xx/issues/5).
>! [NOTE]
---
+1 -1
View File
@@ -42,7 +42,7 @@
#else
#define GRBL_VERSION "1.1f"
#endif
#define GRBL_BUILD 20251207
#define GRBL_BUILD 20251208
#define GRBL_URL "https://github.com/grblHAL"