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

AP_HAL_ESP32: HAL bugfixes #26373

Merged
merged 1 commit into from
Mar 2, 2024
Merged

Conversation

davidbuzz
Copy link
Collaborator

bump tick rate to 1kz to match chibios

experimentally make delay_microseconds not delay, and only yield ( vTaskDelay yields to higher-priority tasks )

ESP32 disable all watchdogs

emit info to console to tell user where to connect tcp/udp and what ports

comment out bad code throwing a ptr error

bump  tick rate to 1kz to match chibios

experimentally make delay_microseconds not delay, and only yield ( vTaskDelay yields to higher-priority tasks )

ESP32 disable all watchdogs

emit info to console to tell user where to connect tcp/udp and what ports

comment out bad code throwing a ptr error
@tridge
Copy link
Contributor

tridge commented Mar 2, 2024

@davidbuzz did the changes improve the scheduling?

@davidbuzz
Copy link
Collaborator Author

... seems to have bumped the main loop rate from around 150hz to 200, i think

@tridge tridge merged commit 73afd26 into ArduPilot:master Mar 2, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants