-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add NXP SC18IS604-EVB as Shield #260
Conversation
Support boards or shields with EEPROM and add corresponding Shell command `eeprom`. Signed-off-by: Stephan Linz <[email protected]>
Provide the host interface and GPIO pins exposed on the NXP SC18IS604 evaluation board. Signed-off-by: Sarah Renkhoff <[email protected]> Signed-off-by: Stephan Linz <[email protected]>
This shield is less a plug-on module in the conventional sense than more a wiring for interconnection of certain signals from a board down to the NXP SC18IS604 evaluation board. Signed-off-by: Sarah Renkhoff <[email protected]> Signed-off-by: Stephan Linz <[email protected]>
Support the NXP SC18IS604 evaluation board as shield abstraction. The overlay depends on the appropriate host interface nodes being present in the devicetree, which can e.g. be provided using the interconnection shield. Signed-off-by: Sarah Renkhoff <[email protected]> Signed-off-by: Stephan Linz <[email protected]>
Add new NXP SC18IS604-EVB as Shield: - SC18IS604-EVB: SPI-to-I2C Evaluation Kit - SC18IS604 shield by NXP Extend list of supported snippets: - Delete Default Devicetree Aliases Snippet (del-default-aliases) - BME280 Sensor Sample Tweaks (samples-sensor-bme280-tweaks) - Build all Display drivers test adjustments (tstdrv-bldall-display-adj) - Build all GPIO drivers test adjustments (tstdrv-bldall-gpio-adj) - Build all I2C drivers test adjustments (tstdrv-bldall-i2c-adj) - Build all MFD drivers test adjustments (tstdrv-bldall-mfd-adj) - Build all RTC drivers test adjustments (tstdrv-bldall-rtc-adj) - Build all Sensor drivers test adjustments (tstdrv-bldall-sensor-adj) - Build all UART drivers test adjustments (tstdrv-bldall-uart-adj) Signed-off-by: Stephan Linz <[email protected]>
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
The new documentation can be found (for the time of reviewing) here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This resolves #258.