Skip to content

Commit 4eccb0c

Browse files
lijunru-hubYanKE01
authored andcommitted
arduino foc: support esp32c3
1 parent d54df35 commit 4eccb0c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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~2 - 2023-10-18
4+
5+
* Support ESP32-C3
6+
37
## v2.3.0~1 - 2023-07-20
48

59
* Replace Arduino with esp_platform implementations

idf_component.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "2.3.0~1"
1+
version: "2.3.0~2"
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
@@ -8,6 +8,7 @@ targets:
88
- esp32
99
- esp32s2
1010
- esp32s3
11+
- esp32c3
1112
dependencies:
1213
idf:
1314
version: ">=4.4"

0 commit comments

Comments
 (0)