Skip to content

Commit f8e6f6b

Browse files
leeeboYanKE01
authored andcommitted
support all esp targets by default
1 parent 4eccb0c commit f8e6f6b

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog
22

3+
## v2.3.0~3 - 2023-11-15
4+
5+
* Support all esp chips by default (except esp8266)
6+
37
## v2.3.0~2 - 2023-10-18
48

59
* Support ESP32-C3

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ This fork repository is wrapped as an ESP-IDF component, which offers the algori
66

77
To drive the motors, you need to use this component together with [esp_simplefoc](https://github.com/espressif/esp-iot-solution/tree/master/components/motor/esp_simplefoc), which offers the hardware drivers for motors.
88

9+
## Supported SoCs
10+
11+
The driver supports all ESP chips with `LEDC` or `MCPWM` peripherals, please refer to [esp_simplefoc](https://github.com/espressif/esp-iot-solution/tree/master/components/motor/esp_simplefoc) for details.
912

1013
## How to use
1114

@@ -28,4 +31,4 @@ idf.py add-dependency "esp_simplefoc"
2831
## API Documentation
2932

3033
1. Library introduction can be found on [README](https://github.com/simplefoc/Arduino-FOC/blob/master/README.md) from the upstream Arduino-FOC.
31-
2. Full API code documentation as well as example projects and step by step guides can be found on [SimpleFOC Docs Website](https://docs.simplefoc.com/).
34+
2. Full API code documentation as well as example projects and step by step guides can be found on [SimpleFOC Docs Website](https://docs.simplefoc.com/).

idf_component.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
version: "2.3.0~2"
1+
version: "2.3.0~3"
22
description: Arduino FOC for BLDC and Stepper motors (SimpleFOC)
33
url: https://github.com/espressif/Arduino-FOC
44
repository: https://github.com/espressif/Arduino-FOC.git
55
documentation: https://docs.simplefoc.com/
66
issues: https://github.com/espressif/Arduino-FOC/issues
7-
targets:
8-
- esp32
9-
- esp32s2
10-
- esp32s3
11-
- esp32c3
127
dependencies:
138
idf:
149
version: ">=4.4"

0 commit comments

Comments
 (0)