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

Completely remove idf < 4.4 #704

Merged
merged 3 commits into from
Jul 27, 2023
Merged

Conversation

bettio
Copy link
Collaborator

@bettio bettio commented Jul 27, 2023

ESP-IDF < v4.4 wasn't already supported since #679, however it was still mentioned in documentation, and previous releases were mentioned in few other places.

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

esp-idf < v4.4 is not supported since f9aaac6.

Signed-off-by: Davide Bettio <davide@uninstall.it>
We don't need to support anymore esp-idf < v4.4, so we can remove that
conditional step.

Signed-off-by: Davide Bettio <davide@uninstall.it>
esp-idf >= v4.3 has `esp_read_mac(mac, interface);` needed from network
driver.

Signed-off-by: Davide Bettio <davide@uninstall.it>
Copy link
Collaborator

@fadushin fadushin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean build.

@bettio bettio merged commit 6e4352e into atomvm:master Jul 27, 2023
81 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