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

freertos-plus-tcp: Update git submodule commit to include security patch #76

Merged
merged 1 commit into from
Jun 19, 2024

Commits on Jun 18, 2024

  1. freertos-plus-tcp: Update to latest commit on main branch

    pxLAN91C111_FillInterfaceDescriptor() function is implemented
    in freertos-plus-tcp portable code and then used in
    integration/src/network_startup.c source file without being
    declared resulting in function implicit declaration error.
    This was working before as FreeRTOS-Plus-TCP project previously
    forced the usage of C90 standard but now the standard in not forced
    thus the application's standard shall be used, in our case C99 standard
    is used.
    
    Signed-off-by: Ahmed Ismail <[email protected]>
    AhmedIsmail02 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f49c3d9 View commit details
    Browse the repository at this point in the history