Skip to content

Commit

Permalink
imx93: Add hrt driver
Browse files Browse the repository at this point in the history
  • Loading branch information
pussuw committed Mar 26, 2024
1 parent 519e800 commit 50e09dc
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 13 deletions.
4 changes: 4 additions & 0 deletions platforms/nuttx/src/px4/nxp/imx9/hrt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@
px4_add_library(arch_hrt
hrt.c
)

# Need clock control module (CCM) from nuttx

target_link_libraries(arch_hrt PRIVATE nuttx_arch)
Loading

0 comments on commit 50e09dc

Please sign in to comment.