I am one of those who does not use i2c_dev but instead uses underlying I2C kernel drivers (e.g. IIO and others). Since people who want i2c_dev can easily add it via KERNEL_MODULE_AUTOLOAD, I would prefer to let them do so and not force this on those who don't need it. IMO ...
The BME280 usermod assumes an address of 0x76 which is incorrect for the BMP280 chip, which defaults to 0x77. This change puts the i2c address into the config and defaults to 0x76. Notes: This builds onFix missing conversions of bme280 values#3965. I'll rebase when that's merged. As...
Adds support for SSD1309_64 I2C display to the FLD Usermod. Fixes an issue where palettes with an ID > 58 but not a custom palette did not display the palette name on the display. left a comment • I would avoid breaking changes if possible. Even at the expense of awkward UI order...
i2c-tools.yaml: Add openssf-options #32491 Merged xnox merged 1 commit into wolfi-dev:main from justinvreeland:jvreeland/automated-ssf-i2c-tools.yaml Oct 30, 2024 +2 −1 Conversation 0 Commits 1 Checks 18 Files changed 1 Conversation Member justinvreeland commented Oct 30, 2024 No de...