This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from b934555fd1 mm/iob: Support alloc IOB via malloc new e3f4749a3c imx9_clockconfig: Add way to query / calculate PLL frequencies new 0d9a3d94eb imx9_clockconfig: Add way to set PLL frequencies The 2 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 | 4 - arch/arm64/src/imx9/hardware/imx93/imx93_ccm.h | 10 + arch/arm64/src/imx9/hardware/imx93/imx93_pll.h | 35 +-- arch/arm64/src/imx9/imx9_boot.c | 5 + arch/arm64/src/imx9/imx9_clockconfig.c | 346 ++++++++++++++++++++----- arch/arm64/src/imx9/imx9_clockconfig.h | 79 ++++++ boards/arm64/imx9/imx93-evk/include/board.h | 33 +++ 7 files changed, 405 insertions(+), 107 deletions(-)