Skip to content

Commit

Permalink
Update git-compatible drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Jan 20, 2024
1 parent 9342dd9 commit 9bd768e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@ name: Build
env:
RUSTFLAGS: '-D warnings'
DRIVERS: >
ads1x1x
apds9960
bmi160
ds1307
ds323x
eeprom24x
embedded-ccs811
hdc20xx
isl29125
kxcj9
lm75
max170xx
max3010x
max44009
Expand All @@ -38,10 +34,15 @@ env:
veml6075
xca9548a
# ad983x Git version is not compatible. Deactivated until a new version is released.
# lsm303agr Git version is not compatible. Deactivated until a new version is released.
# veml6040 Git version is not compatible. Deactivated until a new version is released.
# veml6070 Git version is not compatible. Deactivated until a new version is released.
# The Git version of these drivers are not compatible. Deactivated until a new version is released.
# ad983x
# ads1x1x
# bmi160
# eeprom24x
# lm75
# lsm303agr
# veml6040
# veml6070

jobs:
ci-bare-metal:
Expand Down

0 comments on commit 9bd768e

Please sign in to comment.