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

cpu/stm32f1: Add Kconfig dependency modeling #16483

Merged
merged 6 commits into from
Jul 2, 2021

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    02a2de4 View commit details
    Browse the repository at this point in the history
  2. sys/arduino: Remove option

    There is no clear reason why this should be configurable and causes an abstraction of USEMODULE.
    The true reason is to make Kconfig easier but it seems having a variable in USEMODULE is a bit strange.
    MrKevinWeiss committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    6884927 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    630f7a2 View commit details
    Browse the repository at this point in the history
  4. cpp: Use modules for cpp and libstdcpp

    Also add better error message when kconfig or make includes a .cpp without cpp module.
    MrKevinWeiss committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    652e4f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b88e8d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    214b195 View commit details
    Browse the repository at this point in the history