uploaded 19 hours ago
Espressif's additions to SimpleFOC
# ChangeLog

## v1.0.0 - 2024-9-20
### Enhancements:
* FOC:
    * MT6701 encoder supports I2C mode.
    * Modify the ledc source clock of ESP32C6 and ESP32H2 to auto.
    * Version maintenance.

## v0.2.0 - 2024-7-5
### Enhancements:
* FOC:
    * Support for as5048a encoder added

## v0.1.2 - 2023-12-11
### Bug Fix:
* FOC:
    * Fix mcpwm's comparator configuration not initializing interrupt priority.

## v0.1.1 - 2023-12-4
### Enhancements:
* FOC:
    * Change angle sensor driver with c++.

## v0.1.0 - 2023-11-4
### Enhancements:
* FOC:
    * Support chip which without mcpwm driver.

## V0.0.3 - 2023-8-16
### Enhancements:
* FOC:
    * Fix int type to uart_port_t type conversion.

## V0.0.2 - 2023-7-13
### Enhancements:
* FOC:
    * Remove the arduino-foc submodule and replace it with a component dependency.
    * Modify the Driver class of Arduino-FOC to support manual selection of pwm driver mode. If no PWM driver mode is specified, the system automatically applies for PWM driver.
    * Synchronize changes to test_apps.

## V0.0.1 - 2023-6-27
### Enhancements:
* FOC:
    * Add ESP-IDF driver for Arduino-FOC.
    * Fix mcpwm driver for esp-simplefoc.
    * Compatible with SimpleFOC Studio host computer.


Links

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/esp_simplefoc^1.0.0"

or download archive

Stats

  • Archive size
    Archive size: 37.66 KB
  • Downloaded in total
    Downloaded in total 160 times
  • Downloaded this version
    This version: 0 times

Badge

espressif/esp_simplefoc version: 1.0.0
|