This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESP-IDF platform change only: move to release 5.4ish.
ubxlib needs a later version of ESP-IDF in order to support the new ESP-IDF I2C interface. We thought this would be ESP-IDF v5.3 but it appears that the ESWP-IDF commit that we need for our I2C API to work properly (992d8bc5f20556adb62571d55a1517a9848d4b51, committed on 24th June 2024) was not included in v5.3 and doesn't appear, yet, to be included in v5.4-dev. Also it turns out we need a fix applied in commit 8aee667873143a4f2c029d21a4bfff358d287db4 to do with clock stretching, hence we have forked their master branch at commit 6e5414b6c4f265a0adfb56a15fbfbe6beb1f8373 (master on 30th August 2024) and will test with that until the commits we need appears in an ESP-IDF release.
- Loading branch information
Showing
2 changed files
with
19 additions
and
7 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