commit | b2b6f3c314382cb33deac576f0ff9af565e37004 | [log] [tgz] |
---|---|---|
author | Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no> | Wed Feb 26 16:36:32 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 10 06:52:19 2025 +0100 |
tree | 29828acf9372feead923cbe0d9d8f30c7719b186 | |
parent | 71b9d165582077e0b04d16836f498015379d1260 [diff] |
Bluetooth: userchan: Support other libCs Refactor the userchan driver into a top and a bottom part. The bottom is the one which interacts with the host and is built with the host libC, while the top is built with the embedded code and whatever libC that is built with. Errors (errno) is converted between the top and bottom to ensure they are coherent with the local libC. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>