-
Notifications
You must be signed in to change notification settings - Fork 17.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AP_HAL_ESP32: improve the reported LOOP_RATE on esp32s3 to similar lo…
…op rate to classic esp32 getting a loop rate of around 130 on both now source modules/esp_idf/export.sh ./waf configure --board=esp32s3empty --debug ./waf copter cd build/esp32buzz/esp-idf_build/ ninja menuconfig ./waf configure --board=esp32buzz --debug ./waf copter cd build/esp32buzz/esp-idf_build/ ninja menuconfig and try to get both the resulting modified sdkconfig as smiilar as possible - this causes s3 to use qio, which is faster, and also puts the wifi stuff onto CORE1 on both configs. s3: loop_rate: actual: 148.097137Hz, expected: 400Hz loop_rate: actual: 147.908691Hz, expected: 400Hz classic: loop_rate: actual: 188.718842Hz, expected: 400Hz loop_rate: actual: 191.819748Hz, expected: 400Hz
- Loading branch information
Showing
4 changed files
with
60 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters