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

Add runtime parameter checks #758

Merged
merged 3 commits into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. Add runtime parameter checks

    This commit adds runtime checks for function parameters
    to mpu_wrappers_v2 file. The same checks are performed
    in the API implementation using asserts.
    
    Signed-off-by: kar-rahul-aws <karahulx@amazon.com>
    kar-rahul-aws committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d5e4987 View commit details
    Browse the repository at this point in the history
  2. Fix spell check

    kar-rahul-aws committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b61cbf6 View commit details
    Browse the repository at this point in the history
  3. Fix formatting check

    Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
    aggarg committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9a73bea View commit details
    Browse the repository at this point in the history