@@ -308,6 +308,23 @@ Architectures
308
308
309
309
* ARC
310
310
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
+
311
328
* Removed absolute symbols :c:macro: `___callee_saved_t_SIZEOF ` and
312
329
:c:macro: `_K_THREAD_NO_FLOAT_SIZEOF `
313
330
@@ -485,8 +502,8 @@ Boards & SoC Support
485
502
486
503
* Added support for these ARC boards:
487
504
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
490
507
491
508
* Added support for these ARM boards:
492
509
@@ -535,6 +552,12 @@ Boards & SoC Support
535
552
536
553
* Made these changes for ARC boards:
537
554
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
+
538
561
* Made these changes for ARM boards:
539
562
540
563
* ``atsamc21n_xpro ``: Enable support to CAN.
0 commit comments