From 17be3a521c7a56cc9219d74ee7442b0b2018684f Mon Sep 17 00:00:00 2001 From: Richard Unger Date: Fri, 29 Mar 2024 18:41:41 +0100 Subject: [PATCH] update README for next release --- README.md | 27 +++++++++++++++------------ library.properties | 2 +- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8f49c26..fd59a5c 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,11 @@ The intent is to keep the core of SimpleFOC clean, and thus easy to maintain, un ## New Release -v1.0.7 - Released 29 March 2024, for Simple FOC 2.3.2 or later +v1.0.8 - Released ??? 2024, for Simple FOC 2.3.3 or later -What's changed since 1.0.6? -- Improvements to LinearHall driver, thanks to dekutree -- Fix for ESP32 compiler warning, thanks to Yannik Stradmann -- Added STM32 LPTIM encoder driver -- Refactored communications code -- Working telemetry abstraction -- Working streams communications, ASCII based -- Refactored settings storage code -- Refactored I2CCommander -- New utility class for simple trapezoidal motion profiles -- Bugfixes [included](https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=milestone%3A1.0.7+) +What's changed since 1.0.7? +- Bugfixes [included](https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=milestone%3A1.0.8+) ## What is included @@ -120,6 +111,18 @@ Find out more information about the Arduino SimpleFOC project on the [docs websi ## Release History +What's changed since 1.0.6? +- Improvements to LinearHall driver, thanks to dekutree +- Fix for ESP32 compiler warning, thanks to Yannik Stradmann +- Added STM32 LPTIM encoder driver +- Refactored communications code +- Working telemetry abstraction +- Working streams communications, ASCII based +- Refactored settings storage code +- Refactored I2CCommander +- New utility class for simple trapezoidal motion profiles +- Bugfixes [included](https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=milestone%3A1.0.7+) + What's changed since 1.0.5? - Added STSPIN32G4 driver - Added STM32G4 CORDIC code, for greatly accellerated trig functions on supported MCUs diff --git a/library.properties b/library.properties index 94db11b..30a9c8d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SimpleFOCDrivers -version=1.0.7 +version=1.0.8 author=Simplefoc maintainer=Simplefoc sentence=A library of supporting drivers for SimpleFOC. Motor drivers chips, encoder chips, current sensing and supporting code.