Skip to content

Commit d7070b7

Browse files
nashifAnas Nashif
authored andcommitted
doc: update release notes with ARC details
Signed-off-by: Anas Nashif <[email protected]>
1 parent d3831de commit d7070b7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

doc/release-notes-1.9.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ Architectures
3939
* xtensa: Added ESP32 support
4040
* Stack sentinel: This places a sentinel value at the lowest 4 bytes of a stack
4141
memory region and checks it at various intervals, including when servicing
42-
interrupts or context switching. This is implemented on all arches except
43-
ARC, which supports stack bounds checking directly in hardware.
44-
* x86: enable MMU for application memory
42+
interrupts or context switching.
43+
* x86: Enable MMU for application memory
44+
* ARC: Added initial MPU support, including stack sentinel checking for ARC
45+
configurations not featuring hardware stack bounds checking
46+
* ARC: Nested interrupt support for normal, non-FIRQ interrupts
4547

4648
Boards
4749
******
@@ -55,6 +57,9 @@ Boards
5557
* arm: Removed TI CC3200 LaunchXL board
5658
* arm: Added VBLUno51 and VBLUno52 boards
5759
* xtensa: Added ESP32 board support
60+
* ARC: Added support for EMSK EM7D v2.2 version (incl. MPU)
61+
* ARC: Board configuration restructuring, peripheral configs moved from soc to
62+
board level
5863

5964
Drivers and Sensors
6065
*******************
@@ -338,3 +343,4 @@ JIRA Related Items
338343
* :jira:`ZEP-2576` - samples/net/sockets/echo, echo_async : fails to send the TCP packets
339344
* :jira:`ZEP-2581` - CC3220 executable binary format support
340345
* :jira:`ZEP-2584` - Update mbedTLS to 2.6.0
346+
* :jira:`ZEP-713` - Implement preemptible regular IRQs on ARC

0 commit comments

Comments
 (0)