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

drivers/abp2: add abp2 driver #20398

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    790565a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. drivers/abp2: driver for SPI sensors, prepare for I2C

    Honeywell ABP2 pressure sensors series.
    Implement all sensors features, only supporting the SPI version
    of the sensor.
    Prepare future support for the I2C interface by emphasizing where
    to implement the code that will support the I2C bus version.
    dpproto committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9f9f1a8 View commit details
    Browse the repository at this point in the history
  2. drivers/abp2: implement the makefiles

    Use pseudomodules to add a dependency on the relevant feature:
    periph_spi if the abp2_spi pseudomodule is selected,
    or periph_i2c if the abp2_i2c pseudomodule is selected.
    dpproto committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c1ad1b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7198cc View commit details
    Browse the repository at this point in the history