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

Warn when Serial.printf() format is wrong #1090

Merged
merged 7 commits into from
Jan 1, 2023
Merged

Warn when Serial.printf() format is wrong #1090

merged 7 commits into from
Jan 1, 2023

Commits on Jan 1, 2023

  1. Warn when Serial.printf() format is wrong

    Let GCC check the format string to Print::printf().  Will catch when
    sketches use incorrect parameters to `Serial::printf()`.
    earlephilhower committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    46dcb7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ad5a5 View commit details
    Browse the repository at this point in the history
  3. Another sketch repair

    earlephilhower committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    c127033 View commit details
    Browse the repository at this point in the history
  4. One more sketch

    earlephilhower committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    47dc310 View commit details
    Browse the repository at this point in the history
  5. And another

    earlephilhower committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    ee94292 View commit details
    Browse the repository at this point in the history
  6. And another

    earlephilhower committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    6bb1b71 View commit details
    Browse the repository at this point in the history
  7. Ad absurdia

    earlephilhower committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    e491172 View commit details
    Browse the repository at this point in the history