@@ -10,20 +10,13 @@ The intent is to keep the core of SimpleFOC clean, and thus easy to maintain, un
1010
1111## New Release
1212
13- v1.0.7 - Released 29 March 2024, for Simple FOC 2.3.2 or later
13+ v1.0.8 - Released July 2024, for Simple FOC 2.3.4 or later
1414
1515
16- What's changed since 1.0.6?
17- - Improvements to LinearHall driver, thanks to dekutree
18- - Fix for ESP32 compiler warning, thanks to Yannik Stradmann
19- - Added STM32 LPTIM encoder driver
20- - Refactored communications code
21- - Working telemetry abstraction
22- - Working streams communications, ASCII based
23- - Refactored settings storage code
24- - Refactored I2CCommander
25- - New utility class for simple trapezoidal motion profiles
26- - Bugfixes [ included] ( https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=milestone%3A1.0.7+ )
16+ What's changed since 1.0.7?
17+ - MA735 driver thanks to [ @techyrobot ] ( https://github.com/techy-robot )
18+ - ESP32HWEncoder driver thanks to [ @mcells ] ( https://github.com/mcells )
19+ - Bugfixes [ included] ( https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=milestone%3A1.0.8+ )
2720
2821
2922## What is included
@@ -48,9 +41,12 @@ Drivers for various position sensor ICs. In many cases these hardware-specific d
4841 - [ AS5600 I2C driver] ( src/encoders/as5600/ ) - I2C driver for the AMS AS5600 and AS5600L absolute position magnetic rotary encoder ICs.
4942 - [ MA730 SPI driver] ( src/encoders/ma730/ ) - SPI driver for the MPS MagAlpha MA730 absolute position magnetic rotary encoder IC.
5043 - [ MA730 SSI driver] ( src/encoders/ma730/ ) - SSI driver for the MPS MagAlpha MA730 absolute position magnetic rotary encoder IC.
44+ - [ MA735 SPI driver] ( src/encoders/ma735/ ) - SPI driver for the MPS MagAlpha MA735 absolute position magnetic rotary encoder IC.
45+ - [ MA735 SSI driver] ( src/encoders/ma735/ ) - SSI driver for the MPS MagAlpha MA735 absolute position magnetic rotary encoder IC.
5146 - [ AS5145 SSI driver] ( src/encoders/as5145/ ) - SSI driver for the AMS AS5145 and AS5045 absolute position magnetic rotary encoder ICs.
5247 - [ TLE5012B SPI driver] ( src/encoders/tle5012b/ ) - SPI (half duplex) driver for TLE5012B absolute position magnetic rotary encoder IC.
53- - [ STM32 Hardware Encoder] ( src/encoders/stm32hwencoder/ ) - Hardware timer based encoder driver for ABI type quadrature encoders.
48+ - [ STM32 Hardware Encoder] ( src/encoders/stm32hwencoder/ ) - STM32 Hardware timer based encoder driver for ABI type quadrature encoders.
49+ - [ ESP32 Hardware Encoder] ( src/encoders/esp32hwencoder/ ) - ESP32 Hardware timer based encoder driver for ABI type quadrature encoders.
5450 - [ SC60228 SPI driver] ( src/encoders/sc60228/ ) - SPI driver for SemiMent SC60288 magnetic encoder IC.
5551 - [ MA330 SPI driver] ( src/encoders/ma330/ ) - SPI driver for the MPS MagAlpha MA330 absolute position magnetic rotary encoder IC.
5652 - [ MT6816 SPI driver] ( src/encoders/mt6816/ ) - SPI driver for the MagnTek MT6816 absolute position magnetic rotary encoder IC.
@@ -120,6 +116,18 @@ Find out more information about the Arduino SimpleFOC project on the [docs websi
120116
121117## Release History
122118
119+ What's changed since 1.0.6?
120+ - Improvements to LinearHall driver, thanks to dekutree
121+ - Fix for ESP32 compiler warning, thanks to Yannik Stradmann
122+ - Added STM32 LPTIM encoder driver
123+ - Refactored communications code
124+ - Working telemetry abstraction
125+ - Working streams communications, ASCII based
126+ - Refactored settings storage code
127+ - Refactored I2CCommander
128+ - New utility class for simple trapezoidal motion profiles
129+ - Bugfixes [ included] ( https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=milestone%3A1.0.7+ )
130+
123131What's changed since 1.0.5?
124132- Added STSPIN32G4 driver
125133- Added STM32G4 CORDIC code, for greatly accellerated trig functions on supported MCUs
0 commit comments