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

NUVOTON: Fix undeclared function as error #15500

Merged
merged 7 commits into from
Apr 24, 2024

Commits on Mar 15, 2024

  1. NUVOTON: EMAC: Fix undeclared function mbed_error_printf

    ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    ccli8 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    4712f9d View commit details
    Browse the repository at this point in the history
  2. NUVOTON: AnalogIn: Fix undeclared function gpio_set

    ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    ccli8 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5a4a4fd View commit details
    Browse the repository at this point in the history
  3. NUVOTON: CAN: Fix undeclared function gpio_set

    ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    ccli8 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1be9ff0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. NUVOTON: AnalogOut: Fix undeclared function gpio_set

    ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    ccli8 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cf7a07f View commit details
    Browse the repository at this point in the history
  2. NUVOTON: SPI: Fix undeclared function gpio_set

    ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    ccli8 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4366b68 View commit details
    Browse the repository at this point in the history
  3. NUVOTON: I2C: Fix undeclared function gpio_set

    ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    ccli8 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    25c0491 View commit details
    Browse the repository at this point in the history
  4. NUVOTON: Serial: Fix undeclared function gpio_set

    ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    ccli8 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    11d9997 View commit details
    Browse the repository at this point in the history