@@ -39,9 +39,11 @@ Architectures
39
39
* xtensa: Added ESP32 support
40
40
* Stack sentinel: This places a sentinel value at the lowest 4 bytes of a stack
41
41
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
45
47
46
48
Boards
47
49
******
55
57
* arm: Removed TI CC3200 LaunchXL board
56
58
* arm: Added VBLUno51 and VBLUno52 boards
57
59
* 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
58
63
59
64
Drivers and Sensors
60
65
*******************
@@ -338,3 +343,4 @@ JIRA Related Items
338
343
* :jira: `ZEP-2576 ` - samples/net/sockets/echo, echo_async : fails to send the TCP packets
339
344
* :jira: `ZEP-2581 ` - CC3220 executable binary format support
340
345
* :jira: `ZEP-2584 ` - Update mbedTLS to 2.6.0
346
+ * :jira: `ZEP-713 ` - Implement preemptible regular IRQs on ARC
0 commit comments