Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arch: refactor the espFoC on top of the Zephyr RTOS #10

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

uLipe
Copy link
Owner

@uLipe uLipe commented Nov 4, 2024

The idea of this refactor is take the advantage of the AMP support of esp32/esp32s3 on the Zephyr RTOS and scale better the processing of the motor control.

With this modification the espFoC moves towards on a solution to: "Turn your ESP32 into a PMSM motor control" featuring offboard control using command (for exemple shell is already supported), and other buses like CAN or I2C. At the same time a user thread is available on the PROCPU core allowing user to write their own code there.

Felipe Neves and others added 3 commits February 14, 2023 20:15
the sensor and getting its counts by using separated
methods.

Signed-off-by: Felipe Neves <[email protected]>
triggered by interrupt, sensor loop task now
fetches the sensors only.

Signed-off-by: Felipe Neves <[email protected]>
@uLipe uLipe self-assigned this Nov 4, 2024
@uLipe uLipe added the enhancement New feature or request label Nov 4, 2024
@uLipe uLipe marked this pull request as draft November 4, 2024 19:25
@uLipe uLipe force-pushed the feat/new_arch branch 2 times, most recently from b19c45e to 71d0a1e Compare November 12, 2024 22:30
@uLipe uLipe changed the title arch: refactir the espFoC on top of the Zephyr RTOS arch: refactor the espFoC on top of the Zephyr RTOS Nov 12, 2024
@uLipe uLipe force-pushed the feat/new_arch branch 5 times, most recently from 100ca74 to f21d7b7 Compare November 14, 2024 21:29
This refactor also changes the espFoC to be a motor
control application for esp32 SoCs instead of a
library.

Signed-off-by: Felipe Neves <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant