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

Conversation

dgarske
Copy link
Contributor

@dgarske dgarske commented Jun 27, 2024

Description

  • Fixes for building the compatibility layer with WOLFSSL_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.

ZD 18224

Testing

./configure --enable-opensslall CFLAGS="-DWOLFSSL_NO_REALLOC" && make check

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

… 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
Copy link
Contributor Author

dgarske commented Jun 28, 2024

Retest this please

SparkiDev
SparkiDev previously approved these changes Jun 28, 2024
@dgarske dgarske removed their assignment Jun 28, 2024
@JacobBarthelmeh JacobBarthelmeh merged commit 3206637 into wolfSSL:master Jul 1, 2024
119 checks passed
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.

4 participants