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

Update ESP-IDF to 4.4 #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update ESP-IDF to 4.4 #5

wants to merge 2 commits into from

Conversation

endrl
Copy link

@endrl endrl commented Dec 19, 2022

  • Update ESP-IDF to 4.4
  • Adds a config for vscode and a quick start at the readme (is supported from espressif)

There is at least one breaking change to consider: I disabled it. Not sure if this is a real thing

Bootloader: The default app configuration is only compatible with bootloader and partition table generated from ESP-IDF V3.1 or newer. Apps that need to support OTA update on bootloaders and/or partition tables from older ESP-IDF must enable the new configuration option "App compatible with bootloader and partition table before ESP-IDF v3.1". Additionally, in ESP-IDF v3.3, CMake build system failed to append MD5 checksum to the partition table even when the option was enabled. This bug was fixed before v4.0 release. If the bootloader and partition table were initially built with CMake and IDF v3.3.x, then the compatibility option should also be enabled.

Also there is an option that changed buffer size. All are default values, based on commit history i found nothing to argue for/against it. Some new options are available that might be interesting to disable.

Just leave your thought

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.

1 participant