File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
components/motor/drv10987 Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -617,9 +617,9 @@ build_example_motor_drv10987:
617617 extends :
618618 - .build_examples_template
619619 - .rules:build:example_motor_drv10987
620+ - .build_idf_version_greater_equal_v5_0
620621 variables :
621622 EXAMPLE_DIR : examples/motor/drv10987
622- IMAGE : espressif/idf:release-v5.0
623623
624624build_example_motor_foc_openloop_control :
625625 extends :
@@ -1261,9 +1261,7 @@ build_components_motor_drv10987_test_apps:
12611261 extends :
12621262 - .build_examples_template
12631263 - .rules:build:components_motor_drv10987_test_apps
1264- parallel :
1265- matrix :
1266- - IMAGE : espressif/idf:release-v5.0
1264+ - .build_idf_version_greater_equal_v5_0
12671265 variables :
12681266 EXAMPLE_DIR : components/motor/drv10987/test_apps
12691267
Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ## v0.1.1 - 2025-3-3
4+
5+ ### Bug Fix:
6+
7+ * Fix the issue of missing header file for `` vTaskDelay ``
8+
39## v0.1.0 - 2024-7-23
410
511### Enhancements:
Original file line number Diff line number Diff line change 55 */
66
77#include <string.h>
8+ #include "freertos/FreeRTOS.h"
9+ #include "freertos/task.h"
810#include "drv10987.h"
911#include "driver/gpio.h"
1012#include "drv10987_reg.h"
Original file line number Diff line number Diff line change 1- version : " 0.1.0 "
1+ version : " 0.1.1 "
22description : DRV10987 motor drive component
33url : https://github.com/espressif/esp-iot-solution/tree/master/components/motor/drv10987
44repository : https://github.com/espressif/esp-iot-solution.git
You can’t perform that action at this time.
0 commit comments