| commit | cf14d4f1fd6d3049e3417d82ab18a2c9aa43b370 | [log] [tgz] |
|---|---|---|
| author | Attie Grande <attie.grande@argentum-systems.co.uk> | Thu Jan 04 16:43:57 2024 +0000 |
| committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Sat Jan 27 15:33:29 2024 +0100 |
| tree | 40bddc9c4b78ee1abc20b1a36ddb035ad05cd782 | |
| parent | 018dbcfd6679c273842084ce34c167295bc6f354 [diff] |
samples: drivers: uart: Add a 'passthrough' example This sample can be used as a "virtual wire", allowing direct access to devices connected to the target processor - for example: GPS, Cellular, etc... This is also useful as a utility - no other connectivity options exist for UART, where other interfaces like SPI and I2C have shell commands. Signed-off-by: Attie Grande <attie.grande@argentum-systems.co.uk>