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

fix: compiler warnings in ARM GCC, MCUX, MDK #35

Merged
merged 12 commits into from
Apr 21, 2023

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    233cd75 View commit details
    Browse the repository at this point in the history
  2. fix: include unused test_logging.h header

    This fixes several implicit function declaration warnings
    cookpate committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    4499b25 View commit details
    Browse the repository at this point in the history
  3. fix: add standard library include to cli.c

    this fixes implicit function declaration warnings.
    cookpate committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    fecda7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4367b5d View commit details
    Browse the repository at this point in the history
  5. fix: remove duplicate define from flexspi_flash

    This macro already exists in fsl_flexspi
    cookpate committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f85519c View commit details
    Browse the repository at this point in the history
  6. fix: remove redefined typedef of KVStoreKey_t

    The enum is defined in a header, generating warnings in IAR and MDK
    cookpate committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    49bcb48 View commit details
    Browse the repository at this point in the history
  7. fix: remove empty character literal from macro

    Emits warnings on MDK. Looks accidentally placed. Macro looks like NULL.
    cookpate committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    5ce40e8 View commit details
    Browse the repository at this point in the history
  8. cut: remove unused function boot_swap_perm

    Emits warning in MCU's compiler. It's a near-duplicate of boot_swap_test
    cookpate committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    aa1d38b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    117dca8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a455824 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98b71b5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    39f1ffd View commit details
    Browse the repository at this point in the history