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

build system: clean up netif features #20700

Merged
merged 4 commits into from
Jun 3, 2024

Commits on May 28, 2024

  1. dist/tools/buildsystem_sanity_check: Relax on Makefile.features

    In order to extend features based on provided features, we need to
    check contents of `FEATURES_PROVIDED`.
    maribu committed May 28, 2024
    Configuration menu
    Copy the full SHA
    195d661 View commit details
    Browse the repository at this point in the history
  2. build system: provide netif feature implicitly

    If a board already provided a netif_% feature (currently only
    netif_ethernet), the netif feature is automagically provided.
    maribu committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8e37554 View commit details
    Browse the repository at this point in the history
  3. features.yaml: s/esp_eth/periph_eth/

    Use periph_eth instead of esp_eth for the Ethernet peripheral on ESP
    MCUs for consistency
    maribu committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9187d16 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. build system: provide netif_ethernet implicitly

    If there is an Ethernet peripheral (periph_eth feature provided), we
    can conclude that an Ethernet network interface can be provided.
    
    Co-authored-by: mguetschow <mikolai.guetschow@tu-dresden.de>
    maribu and mguetschow committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    47f52bd View commit details
    Browse the repository at this point in the history