-
Notifications
You must be signed in to change notification settings - Fork 3
Moved esp-wifi-remote from esp-protocols (IDFGH-13728) #1
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
Merged
Conversation
This file contains hidden or 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
* Original commit: espressif/esp-protocols@edc3c2d
0.1.12 Features - Added generation step for wifi_remote based on IDF (02dd943) - Move to esp-protocols (5dec0cc) * Original commit: espressif/esp-protocols@d053d67
* Original commit: espressif/esp-protocols@d2b7c55
0.2.0 Features - Add support for simple eppp based RPC (deb2b20) Bug Fixes - Make services restartable, code cleanup (739dd0e) - Add examples to CI (6bfb83b) * Original commit: espressif/esp-protocols@d163878
Adds missing implementation of: * esp_wifi_deinit() * esp_wifi_disconnect() * esp_wifi_set_storage() * Original commit: espressif/esp-protocols@93256d1
0.2.1 Bug Fixes - Added misc wifi API in eppp impl (115db7c) - Updated eppp dependency not to use fixed version (d5a03e9) * Original commit: espressif/esp-protocols@608b835
Now we can use any kind of certificate and keys, as long as they're in PEM format. Closes espressif/esp-protocols#570 * Original commit: espressif/esp-protocols@f05c765
Configurable in Kconfig: * routing priority * netif description * Original commit: espressif/esp-protocols@24ce867
0.2.2 Bug Fixes - Added more netif options for eppp connection (e2bd512) - Do not restrict EPPP config to RSA keys only (35101af, #570) * Original commit: espressif/esp-protocols@28c0e0b
0.2.3 Bug Fixes - Fix server event/command race condtion using eventfd (be3b1c2) - Lock server before marshalling events (8278f82) * Original commit: espressif/esp-protocols@e3418b5
Co-authored-by: david-cermak <38914379+david-cermak@users.noreply.github.com> * Original commit: espressif/esp-protocols@ac9972a
Add esp_wifi_internal_tx_by_ref as building with CONFIG_SPIRAM=y will get a linker error caused by an undefined reference to the function. * Original commit: espressif/esp-protocols@ba35d14
0.3.0 Features - add esp_wifi_internal_tx_by_ref (b62f129) - Make wifi_remote depend on esp_hosted (a454a91) * Original commit: espressif/esp-protocols@5fe3870
rather than git history, as it might now work in GitHub CI (due to shallow cloning) * Original commit: espressif/esp-protocols@1a57a87
Rather than keeping sdkconfig.ci.*** for the smoke tests in git * Original commit: espressif/esp-protocols@8795d16
Building also standard IDF examples that use esp-wifi-remote (building for wifiless targets ESP32P4, ESP32H2 and one wifi target ESP32s3) * Original commit: espressif/esp-protocols@50c113e
IDF_VERSION_MAJOR, IDF_VERSION_MAJOR, rather than environmental variable {ESP_IDF_VERSION} * Original commit: espressif/esp-protocols@c454ec0
0.4.0 Features - Make esp_hosted default RPC library (a9a18aa) - Add build test for current IDF examples (9525b77) - Support for IDF v5.3 in a separate directory (471d0ff) - Support for IDF v5.4 via a separate dir (e71258b) - Add slave selection and peview targets (2f99ce2) Bug Fixes - Fix CMake to use inherent IDF build vars (623d474) - Update per v5.4 espressif/esp-idf@97e42349 (cb1eb45) - Fix CI builds to generate configs per slave selection (4012b81) - Depend on esp_hosted only on targets with no WiFi (05ee64d) - Update per espressif/esp-idf@27f61966 (a06c76a) - Fix checking API compat against reference dir (9722af0) * Original commit: espressif/esp-protocols@30f121e
35e9428
to
1d25627
Compare
1d25627
to
ce18349
Compare
david-cermak
added a commit
that referenced
this pull request
Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Moving from esp-protocols