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

Fixes for building the compatibility layer with no realloc #7695

Merged
merged 2 commits into from
Jul 1, 2024

Commits on Jun 27, 2024

  1. Fixes for building the compatibility layer with WOLFSSL_NO_REALLOC.…

    … Tested using `./configure --enable-opensslextra CFLAGS="-DWOLFSSL_NO_REALLOC"`.
    
    Improve benchmark FreeRTOS default tick rate logic. For example Xilinx FreeRTOS uses 10ms tick (not default 1ms), so include `configTICK_RATE_HZ` in calculation if available.
    Fix test.c warning around too many parens with no realloc.
    dgarske committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2a86ca4 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    2fd7a2e View commit details
    Browse the repository at this point in the history