MLECO-4728: Minor release updates

Minor changes to release notes and documentation. A fix for Arm
Compiler toolchain file has also been added.

Change-Id: Ibe56b3eddb9a0df533972b76ce60f26d2fe4a3d3
Signed-off-by: Kshitij Sisodia <kshitij.sisodia@arm.com>
diff --git a/docs/media/APIs_description.png b/docs/media/APIs_description.png
index db86de0..8f79045 100644
--- a/docs/media/APIs_description.png
+++ b/docs/media/APIs_description.png
Binary files differ
diff --git a/release_notes.txt b/release_notes.txt
index d6b193e..6fbeb48 100644
--- a/release_notes.txt
+++ b/release_notes.txt
@@ -1,8 +1,10 @@
 Changes in 24.05
     * Support for 24.05 NPU components and dependencies (core-driver, core-platform, Vela 3.12.0, CMSIS, CMSIS-NN and TensorFlow Lite Micro).
-    * CMSIS pack version from 23.02 added
+    * CMSIS pack refresh - version from 23.02 added
     * Support for Arm® Corstone™-315 targets
-    * Minor improvements to help easier integration especially for cases where this project is a dependency for others
+    * Minor improvements to ease integration for cases where this project is a dependency
+    * CMake user configuration options refactored
+    * Dockerfile updates including FVP versions downloaded
 
 Changes in 23.11
     * Support for 23.11 NPU components and dependencies (core-driver, core-platform, Vela 3.10.0, CMSIS, CMSIS-NN and TensorFlow Lite Micro).
diff --git a/scripts/cmake/toolchains/bare-metal-armclang.cmake b/scripts/cmake/toolchains/bare-metal-armclang.cmake
index fcea118..a7d4a37 100644
--- a/scripts/cmake/toolchains/bare-metal-armclang.cmake
+++ b/scripts/cmake/toolchains/bare-metal-armclang.cmake
@@ -1,5 +1,6 @@
 #----------------------------------------------------------------------------
-#  SPDX-FileCopyrightText: Copyright 2021 - 2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
+#  SPDX-FileCopyrightText: Copyright 2021 - 2024 Arm Limited and/or its
+#  affiliates <open-source-office@arm.com>
 #  SPDX-License-Identifier: Apache-2.0
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
@@ -86,7 +87,7 @@
 # Arch compile options:
 add_compile_options(
     -mthumb
-    --target=arm-arm-non-eabi
+    --target=arm-arm-none-eabi
     -mlittle-endian
     -MD
     ${CPU_COMPILE_OPTION}