commit | 1cef7f3250efef663b0f0ce33b7b4768ee97c1b9 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Tue Aug 08 13:00:30 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Nov 09 15:35:01 2023 +0100 |
tree | 8f0485b664ff72007cebba28088a7eba2e9458a7 | |
parent | 345f079e49598d2dcab17215aaef965073cc613f [diff] |
driver: eth: Implementation of Open Alliance's TC6 T1S communication Those files provide generic functions to handle transmission between chip conforming OA TC6 standard and Zephyr's network stack represented by struct net_pkt. The communication is performed via SPI and is focused on reduced memory footprint (works with SOC equipped with 32 KiB of RAM) and robustness of operation. Signed-off-by: Lukasz Majewski <lukma@denx.de>