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

Enabling user control of compiler analysis for non ISO statements #1140

Merged
merged 5 commits into from May 6, 2024

Commits on Apr 26, 2024

  1. Enabling user control of compiler analysis for non ISO statements

    Description
    -----------
    This change replaces the GCC-specific fix for -pedantic in FreeRTOS_Sockets.c with a configurable solution. The change has no functional impact.
    
    Test Steps
    -----------
    Compiles with GCC, -pedantic, and -Werror
    
    Checklist:
    ----------
    - [ ] I have tested my changes. No regression in existing tests.
    - [ ] I have modified and/or added unit-tests to cover the code changes in this Pull Request.
    - [x] I have tested by changes but have not run the existing tests.
    
    Related Issue
    -----------
    (none)
    
    By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
    
    # Conflicts:
    #	source/FreeRTOS_Sockets.c
    thirtytwobits committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    37621ef View commit details
    Browse the repository at this point in the history
  2. Update source/include/FreeRTOSIPConfigDefaults.h

    Co-authored-by: jasonpcarroll <23126711+jasonpcarroll@users.noreply.github.com>
    thirtytwobits and jasonpcarroll committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    96ba978 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    8bff653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b57d64 View commit details
    Browse the repository at this point in the history