Skip to content
Snippets Groups Projects
Commit 86d102bb authored by Chuck Cannon's avatar Chuck Cannon
Browse files

SM-112: Update RN.

parent e6fd2152
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,8 @@ it provides access to clocking, power, sensor, and pin control via a client RPC ...@@ -7,6 +7,8 @@ it provides access to clocking, power, sensor, and pin control via a client RPC
To facilitate isolation between cores, the SM partitions the SoC into logical machines (LM) which have To facilitate isolation between cores, the SM partitions the SoC into logical machines (LM) which have
statically configurable access rights to both hardware and RPC API calls. statically configurable access rights to both hardware and RPC API calls.
Supported development environments include Ubuntu 2020.04, 2022.04, and 2024.04.
Download from GitHub Download from GitHub
==================== ====================
...@@ -38,6 +40,8 @@ To build the release notes: ...@@ -38,6 +40,8 @@ To build the release notes:
The output is sm/doc/sm-rn.pdf (also an html version in sm/doc/build/html). The output is sm/doc/sm-rn.pdf (also an html version in sm/doc/build/html).
Supported versions of doxygen include 1.8.17, 1.9.1, and 1.9.8.
Installing the Toolchain Installing the Toolchain
======================== ========================
......
...@@ -18,6 +18,9 @@ The tool chain used with this SM is Arm GNU Toolchain Version **12.3.Rel1** obta ...@@ -18,6 +18,9 @@ The tool chain used with this SM is Arm GNU Toolchain Version **12.3.Rel1** obta
[Arm GNU Toolchain](https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain). [Arm GNU Toolchain](https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain).
Use the x86_64 Linux hosted AArch32 bare-metal target (arm-none-eabi) toolchain. Use the x86_64 Linux hosted AArch32 bare-metal target (arm-none-eabi) toolchain.
Supported development environments include Ubuntu 2020.04, 2022.04, and 2024.04. Supported
versions of doxygen include 1.8.17, 1.9.1, and 1.9.8.
SCMI API Changes {#RN_ADD_API} SCMI API Changes {#RN_ADD_API}
================ ================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment