aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavide Grohmann <davide.grohmann@arm.com>2022-05-06 16:36:35 +0200
committerDavide Grohmann <davide.grohmann@arm.com>2022-05-12 19:09:07 +0200
commit8863730024adcd91fb3861cf6805b013136fa579 (patch)
tree97e5f57e5aa0f7c1a13404d4fdf24c93fcfd7007 /README.md
parent5dffbf2ef16a1771c8587c430b42c643a1858bc6 (diff)
downloadethos-u-core-software-8863730024adcd91fb3861cf6805b013136fa579.tar.gz
Add support for Cortex-M8522.05-rc2
Remove old unused cmake toolchain files. Adapt FreeRTOS to be used with Cortex-M85: fallback to use Cortex-M33 port files in FreeRTOS like for Cortex-M55. Change-Id: I79af29ed920e1920c970bc6f516e9b711019692a
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index da5618e..ff3538a 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,8 @@ The Arm(R) Ethos(TM)-U core software is built with CMake. It is recommended to
build out of tree like illustrated below.
```
-$ mkdir build
-$ cd build
-$ cmake .. -DCMAKE_TOOLCHAIN_FILE=<toolchain> -DCMAKE_SYSTEM_PROCESSOR=cortex-m<nr><features>
-$ make
+$ cmake -B build -DCMAKE_TOOLCHAIN_FILE=<core_platform_path>/cmake/toolchain/<toolchain_file> -DTARGET_CPU=cortex-m<nr><features>
+$ cmake --build build -j8
```
Available build options can be listed with `cmake -LH ..`.