@@ -308,6 +308,23 @@ Architectures
308308
309309* ARC
310310
311+ * Added MPUv8 support
312+ * Add support of virtual UART over ARC hostlink channel
313+ * Improved ARCv2 HS4x processors handling - added proper Kconfig options, provided default mcpu
314+ * Improved ARCMWDT toolchain handling:
315+
316+ * added rollback to check METAWARE_ROOT if ARCMWDT_TOOLCHAIN_PATH missing
317+ * reworked extra warnings options handling in twister so it can be used with ARCMWDT
318+ * used 64bit MDB binary by default
319+
320+ * Fixed excessive ROM memory consumption if MPU is enabled and ROM & RAM are located in different
321+ memory regions
322+ * Fixed DSP registers handling in case of ARCMWDT
323+ * Improved SMP handling:
324+
325+ * Fixed potential livelock in thread abort due to exception
326+ * Fixed IDU mask setup
327+
311328 * Removed absolute symbols :c:macro: `___callee_saved_t_SIZEOF ` and
312329 :c:macro: `_K_THREAD_NO_FLOAT_SIZEOF `
313330
@@ -485,8 +502,8 @@ Boards & SoC Support
485502
486503* Added support for these ARC boards:
487504
488- * DesignWare ARC HS4x/HS4xD Development Kit
489- * DesignWare ARC nSIM and HAPS FPGA
505+ * DesignWare ARC HS4x/HS4xD Development Kit (HSDK4xD) - ARCv2 HS47D, SMP 4 cores
506+ * nsim_hs3x_hostlink - simulation ( nSIM-based) platform with hostlink UART
490507
491508* Added support for these ARM boards:
492509
@@ -535,6 +552,12 @@ Boards & SoC Support
535552
536553* Made these changes for ARC boards:
537554
555+ * Added ARC MWDT toolchain support inforto qemu_arc_hs
556+ * Improved emsdp platform support:
557+
558+ * Added DFSS driver support
559+ * Added pinctrl support
560+
538561* Made these changes for ARM boards:
539562
540563 * ``atsamc21n_xpro ``: Enable support to CAN.
0 commit comments