This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from c5be5c2db4 esp32c6-devkitc: Add Quadrature Encoder support and example
configuration
new 56c9cbd7af arch/arm64/src/imx9: Add register definitions for imx9
wakeupmix block control
new 3f82050623 arch/arm64/src/imx9: Add config option to select TX clk
direction
new 101c2f0421 arch/arm64/imx9: Configure ENET clock
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/arm64/src/imx9/Kconfig | 10 ++++
arch/arm64/src/imx9/hardware/imx93/imx93_ccm.h | 2 +
arch/arm64/src/imx9/hardware/imx9_blk_ctrl.h | 71 ++++++++++++++++++++++++++
arch/arm64/src/imx9/imx9_ccm.c | 20 ++++++++
arch/arm64/src/imx9/imx9_enet.c | 11 +++-
5 files changed, 113 insertions(+), 1 deletion(-)
create mode 100644 arch/arm64/src/imx9/hardware/imx9_blk_ctrl.h