MLECO-4371 Update dependencies to 23.11 release components

* Updated NPU components and dependencies (core-driver, core-platform,
Vela, CMSIS, TensorFlow Lite Micro) to 23.11 release SHAs.
* Changed Python version to 3.10
* Updated release notes and other documentation
* Added workarounds to scripts in order to address build issues

Signed-off-by: Aron Virginas-Tar <aron.virginas-tar@arm.com>

Change-Id: I0a639b80881b53eebb216085b7e6764e3be8ca67
diff --git a/scripts/cmake/platforms/mps3/sse-300/mps3-sse-300-debug.ld b/scripts/cmake/platforms/mps3/sse-300/mps3-sse-300-debug.ld
index 6531403..35f59f6 100644
--- a/scripts/cmake/platforms/mps3/sse-300/mps3-sse-300-debug.ld
+++ b/scripts/cmake/platforms/mps3/sse-300/mps3-sse-300-debug.ld
@@ -84,7 +84,8 @@
                    *flatbuffer*.o
                    *Profiler*.obj
                    *lcd*.obj
-                   *timing_adapter.c.obj)
+                   *timing_adapter.c.obj
+                   *s4*.o)
     .text*)
 
     KEEP(*(.init))
@@ -208,6 +209,8 @@
     . = ALIGN(4);
     *Profiler*.obj (*.text*)
     . = ALIGN(4);
+    *s4*.o (*.text*)  /* Temporary solution to move s4 operations to DDR. */
+    . = ALIGN(4);
   } > DDR AT > DDR
 
   /**
diff --git a/scripts/cmake/platforms/mps3/sse-300/mps3-sse-300.sct b/scripts/cmake/platforms/mps3/sse-300/mps3-sse-300.sct
index c9b1c44..2e3646e 100644
--- a/scripts/cmake/platforms/mps3/sse-300/mps3-sse-300.sct
+++ b/scripts/cmake/platforms/mps3/sse-300/mps3-sse-300.sct
@@ -103,6 +103,9 @@
 
         ; activation buffers a.k.a tensor arena when memory mode dedicated sram
         *.o (activation_buf_dram)
+
+        ; Temporary solution to move s4 operations here.
+        *s4*.o (+RO +RW +ZI)
     }
 
     ;-----------------------------------------------------