Skip to content

Commit ad05d2f

Browse files
author
Richard Unger
committed
Update main README
1 parent 4b15bfc commit ad05d2f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +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.6 - Released July 2023, for Simple FOC 2.3.1 or later
13+
v1.0.6 - Released July 2023, for Simple FOC 2.3.2 or later
1414

1515
What's changed since 1.0.5?
16-
- Added AS5600 Sensor Driver
16+
- Added AS5600 sensor driver
17+
- Added STM32FlashSettingsStorage driver, supporting STM32G4 MCUs
18+
- Added STSPIN32G4 driver
19+
- Improvements in the MT6835 sensor driver
1720
- Bugfixes [included](https://github.com/simplefoc/Arduino-FOC-drivers/issues?q=is%3Aissue+milestone%3A1.0.6+)
1821

1922
## What is included
@@ -24,6 +27,7 @@ What is here? See the sections below. Each driver or function should come with i
2427

2528
- [TMC6200 driver](src/drivers/tmc6200/) - SPI driver for Trinamics TMC6200 motor driver IC.
2629
- [DRV8316 driver](src/drivers/drv8316/) - SPI driver for TI's DRV8316 motor driver IC.
30+
- [STSPIN32G4 driver](src/drivers/stspin32g4/) - I2C and BLDCDriver for the STSPIN32G4 integrated gate driver MCU.
2731

2832
### Encoders
2933

@@ -58,11 +62,19 @@ Load and store SimpleFOC motor settings, based on register abstraction.
5862

5963
- [SAMD NVM storage driver](src/settings/samd/) - Store settings to the NVM flash memory in your SAMD MCU
6064
- [CAT24 I2C EEPROM storage driver](src/settings/i2c/) - Store settings to CAT24 I2C EEPROMs
65+
- [STM32 flash storage driver](src/settings/stm32/) - Store settings directly to STM32 on-board flash, currently supporting STM32G4 MCUs.
66+
67+
### Motor classes
68+
69+
Drive different kinds of motors, or use alternate algorithms to SimpleFOC's default BLDCMotor and StepperMotor classes.
70+
71+
- [HybridStepperMotor](motors/HybridStepperMotor/) - Drive stepper motors with 3 phases.
72+
6173

6274
### Utilities
6375

6476
- [STM32 PWM Input driver](src/utilities/stm32pwm/) - PWM Input driver for STM32 MCUs. Accurately measure PWM inputs with zero MCU overhead.
65-
77+
- [STM32 CORDIC trig driver](src/utilities/stm32math/) - CORDIC driver to accellerate sine and cosine calculations in SimpleFOC, on STM32 MCUs which have a CORDIC unit.
6678

6779
## How to use
6880

0 commit comments

Comments
 (0)