Skip to content

Commit 5b55fd5

Browse files
committed
Merge branch 'offline-mode-add-missing-drivers-2025-04-04' into offline-mode-20250506-with-drivers
2 parents 6e592fb + 92ecd21 commit 5b55fd5

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

src/components/i2c/controller.cpp

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,12 @@ static const std::unordered_map<uint16_t, std::vector<const char *>>
425425
{0x2A, {"nau7802"}},
426426
{0x38, {"aht20", "max17048"}},
427427
{0x39, {"tsl2591"}},
428-
{0x40, {"htu21d", "ina219", "ms8607", "si7021", "stemma_soil"}},
429-
{0x41, {"ina219"}},
430-
{0x44, {"sht3x", "sht4x"}},
431-
{0x45, {"sht3x"}},
428+
{0x40, {"htu21d", "htu31d", "ina219", "ina260", "ms8607", "si7021", "stemma_soil"}},
429+
{0x41, {"htu31d", "ina219", "ina260"}},
430+
{0x44, {"hdc302x", "ina260", "sht3x", "sht4x"}},
431+
{0x45, {"hdc302x", "ina260", "sht3x"}},
432+
{0x46, {"hdc302x"}},
433+
{0x47, {"hdc302x"}},
432434
{0x48, {"adt7410", "pct2075", "tmp117"}},
433435
{0x49, {"adt7410", "pct2075", "tmp117", "tsl2591"}},
434436
{0x4A, {"adt7410", "pct2075", "tmp117"}},
@@ -437,17 +439,19 @@ static const std::unordered_map<uint16_t, std::vector<const char *>>
437439
{0x4D, {"pct2075"}},
438440
{0x4E, {"pct2075"}},
439441
{0x4F, {"pct2075"}},
442+
{0x51, {"vcnl4200"}},
440443
{0x52, {"ens160"}},
441444
{0x53, {"ens160", "ltr390"}},
442445
{0x59, {"sgp40"}},
443-
{0x5C, {"bh1750", "lps22hb", "lps25hb"}},
444-
{0x5D, {"lps22hb", "lps25hb"}},
446+
{0x5C, {"bh1750", "lps22hb", "lps25hb", "lps28dfw"}},
447+
{0x5D, {"lps22hb", "lps25hb", "lps28dfw"}},
445448
{0x5F, {"hts2221"}},
446449
{0x60, {"mpl115a2", "vncl4040"}},
447450
{0x61, {"scd30"}},
448451
{0x62, {"scd40"}},
449452
{0x68, {"mcp3421"}},
450453
{0x69, {"sen50"}},
454+
{0x6B, {"sen66"}},
451455
{0x70, {"pct2075", "shtc3"}},
452456
{0x71, {"pct2075"}},
453457
{0x72, {"pct2075"}},

0 commit comments

Comments
 (0)