Skip to content

Commit

Permalink
doc: document custom platform interfaces
Browse files Browse the repository at this point in the history
Define a set of platform hooks.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Aug 16, 2023
1 parent 6449011 commit 3d39e5d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/hardware/porting/custom.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. _platform_cusomizations:

Hardware with Custom Interfaces
###############################

When the provided support in Zephyr does not cover certain hardware platforms,
some interfaces can be implemented directly by the platform or a custom
architecture interface can be used and resulting in more flexibility and
hardware support of differebt variants of the same hardware.

Below is a list of interfaces that can be implemented by the platform overriding
the default implementation available in Zephyr:

- Interrupt Controller
- System IO operations
- Busy Wait
1 change: 1 addition & 0 deletions doc/hardware/porting/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ These pages document how to port Zephyr to new hardware.

arch.rst
board_porting.rst
custom.rst
shields.rst

0 comments on commit 3d39e5d

Please sign in to comment.