tiacsys / bridle

Bridle and kite line for embedded systems based on Zephyr.
https://bridle.tiac-systems.net
Apache License 2.0
15 stars 3 forks source link

Drivers for NXP SC16IS75x I2C/SPI to UART/GPIO bridges #248

Closed Irockasingranite closed 3 months ago

Irockasingranite commented 4 months ago

Adds drivers for the NXP SC16IS75x series MFDs, which provide one or more UART channels and several GPIO pins over either I2C or SPI.

Closes #246.

github-actions[bot] commented 4 months ago

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.

rexut commented 3 months ago

Could we add a simple sample or implement our version of the all drivers test case that exists upstream?

Also I'll define a merge order in relation to the other outstanding PR #249:

  1. first merge: the other PR #249
  2. second merge (then rebased to the first one): this PR #248
rexut commented 3 months ago

@tobiaskaestner now, we use the Zephyr upstream tests for build all drivers.