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

tests: drivers: build_all: adc: Add spi-devices build test #78580

Merged
merged 3 commits into from
Sep 26, 2024

Commits on Sep 17, 2024

  1. driver: adc: ads1112 Fix missing default y in config ADC_ADS1112

    The `default y`, which is coupled with
    depends on DT_HAS_TI_ADS1112_ENABLED to link the settings with DeviceTree,
    which was missing, so I added it.
    
    Signed-off-by: TOKITA Hiroshi <[email protected]>
    soburi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e9e0716 View commit details
    Browse the repository at this point in the history
  2. drivers: adc: ads1112: Remove unused variables

    Remove unused variables for suppress warnings
    
    Signed-off-by: TOKITA Hiroshi <[email protected]>
    soburi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    336e098 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. tests: drivers: build_all: adc: Adding configuration for ti,tla2021

    Add configuration for ti,tla2021 to enable build test.
    
    Signed-off-by: TOKITA Hiroshi <[email protected]>
    soburi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9bbaaf4 View commit details
    Browse the repository at this point in the history