Skip to content

Commit

Permalink
uart: refactor internal bits from public API header file
Browse files Browse the repository at this point in the history
This refactors internal bits out of the public API header file
and into its own file. This includes:

* Driver API struct which is only used by driver implementations
  but not by users of API.
* Inline implementations of various APIs.
* Inline z_impl_*.

These are implementation details that do not need to live within
the public API header file. This de-clutters the public header
file.

Signed-off-by: Daniel Leung <[email protected]>
  • Loading branch information
dcpleung authored and fabiobaltieri committed Nov 26, 2024
1 parent be1f405 commit b7b4de8
Show file tree
Hide file tree
Showing 2 changed files with 693 additions and 707 deletions.
Loading

0 comments on commit b7b4de8

Please sign in to comment.