@@ -330,6 +330,22 @@ Kernel
330330Architectures
331331*************
332332
333+ * ARC
334+
335+ * Fix & rework interrupt management (enabling / disabling) for the SMP systems
336+ * Add TLS (thread-local storage) for ARC MWDT toolchain
337+ * Fix & rework irq_offload implementation
338+ * Fix multiple logging & cbprintf issues for ARCv3 64bit
339+ * Add XIP support with MWDT toolchain
340+ * Improve DSP support, add DSP and AGU context save / restore
341+ * Add XY memory support for ARC DSP targets
342+ * Add architectures-specific DSP tests
343+ * Add additional compile-time checks for unsupported configuration: ARC_FIRQ + ARC_HAS_SECURE
344+ * Allow to use ``__auto_type `` type for ARC MWDT toolchain
345+ * Allow to use ``_Generic `` and ``__fallthrough `` keywords for ARC MWDT toolchain
346+ * Bump minimal required ARC MWDT version to 2022.09
347+ * Fix & rework inclusion of C/C++ headers for ARC MWDT toolchain which cased build issue with C++
348+
333349* ARM
334350
335351 * More precise 'reason' codes are now returned in the fault handler.
@@ -476,6 +492,19 @@ Boards & SoC Support
476492 * STM32U5: Now supports :ref: `crypto_api ` through AES device.
477493 * STM32F7/L4: Now supports configuring MCO.
478494
495+ * Changes for ARC boards:
496+
497+ * Multiple fixes to ``mdb-hw `` and ``mdb-nsim `` west runners to improve usability
498+ * Add ``nsim_em11d `` board with DSP features (XY DSP with AGU and XY memory)
499+ * Fix cy8c95xx I2C GPIO port init on HSDK board
500+ * Add SPI flash support on EM starter kit board
501+ * Multiple fixes for nSIM platform - configuration: adding of missing HW features or
502+ configurations sync
503+ * Improve creg_gpio platform driver - add pin_configure API
504+ * Add separate QEMU config ``qemu_arc_hs_xip `` for XIP testing
505+ * Add ``nsim_hs_sram ``, ``nsim_hs_flash_xip `` nSIM platforms to verify various memory models
506+ * nSIM board documentation overhaul
507+
479508* Added support for these ARM boards:
480509
481510 * Adafruit ItsyBitsy nRF52840 Express
0 commit comments