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

Experimental ESP-IDF v5 #810

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 5, 2024

  1. WIP WIP WIP : prevent a crash at boot (to be analysed)

    Signed-off-by: Ludovic LANGE <[email protected]>
    llange committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    112b33d View commit details
    Browse the repository at this point in the history
  2. convert wolfssl to a git submodule

    wolfssl has been forked (https://github.com/openvehicles/wolfssl) and the subdirectory
    converted to a Git submodule.
    Additionally, it has been put one directory level below (in vehicle/OVMS.V3/components/wolfssl/wolfssl)
    to better separate the upstream code from our build glue (component.mk, CMakeLists.txt and configuration
    files)
    
    This way it's easier to track any changes made to the module, upgrade when upstram changes, or
    propose patches to upstream.
    
    We kept the existing version (v4.7.0-stable) - it will be upgraded later
    
    Signed-off-by: Ludovic LANGE <[email protected]>
    llange committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    55fd2a0 View commit details
    Browse the repository at this point in the history
  3. ESP-IDF v5+: wolfssl : use globbing and can use latest version

    Signed-off-by: Ludovic LANGE <[email protected]>
    llange committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ba60041 View commit details
    Browse the repository at this point in the history
  4. ESP-IDF v5+: wolfssl : update user_settings.h (disable OPENSSL_*)

    Signed-off-by: Ludovic LANGE <[email protected]>
    llange committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    645f673 View commit details
    Browse the repository at this point in the history
  5. update wolfSSL to v5.3.0-stable

    There are some issues with newer versions (crash of the SSH console) so
    we keep v5.3.0 at the moment
    
    Signed-off-by: Ludovic LANGE <[email protected]>
    llange committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6ba36f4 View commit details
    Browse the repository at this point in the history
  6. WIP WIP WIP : Adding notice in README.md

    Signed-off-by: Ludovic LANGE <[email protected]>
    llange committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    dc0b064 View commit details
    Browse the repository at this point in the history