Skip to content

Conversation

david-cermak
Copy link
Collaborator

Moving from esp-protocols

  • Add CI scripts
  • Release processing & changelogs
  • Better directory structure

@github-actions github-actions bot changed the title Moved esp-wifi-remote from esp-protocols Moved esp-wifi-remote from esp-protocols (IDFGH-13728) Sep 17, 2024
mantriyogesh and others added 24 commits October 4, 2024 08:49
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
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
@david-cermak david-cermak force-pushed the feat/wifi_remote branch 2 times, most recently from 35e9428 to 1d25627 Compare October 4, 2024 10:41
@david-cermak david-cermak merged commit 4e54345 into espressif:main Oct 4, 2024
12 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants