From e81954e52a7c0fc3732958939d78955083ac6223 Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Fri, 25 Sep 2020 16:26:25 +0200 Subject: [PATCH] doc: release notes: add missing SoC, Board info in the 2.4.0 notes Add some missing information regarding some nRF SoC and Boards that were added in the current release. Make a note that HW Stack protection is now enabled by default in Nordic-maintained nRF Boards. Signed-off-by: Ioannis Glaropoulos --- doc/releases/release-notes-2.4.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/releases/release-notes-2.4.rst b/doc/releases/release-notes-2.4.rst index b2b5c10a4a5..fccd1cda6a2 100644 --- a/doc/releases/release-notes-2.4.rst +++ b/doc/releases/release-notes-2.4.rst @@ -266,6 +266,7 @@ Boards & SoC Support * Added support for these SoC series: * ARM Cortex-M1/M3 DesignStart FPGA + * Nordic nRF52805 * NXP i.MX RT685, i.MX8M Mini, and LPC11U6x * ARC QEMU support for EM and HS family @@ -292,7 +293,9 @@ Boards & SoC Support * ARM Cortex-M1/M3 DesignStart FPGA reference designs running on the Digilent Arty A7 development board * Laird Connectivity Pinnacle 100 Modem Development board (pinnacle_100_dvk) - * nRF21540 Devkit (nrf21540dk_nrf52840). + * nRF21540 DK (nrf21540dk_nrf52840) + * nRF52805 emulation on nRF52 DK (nrf52dk_nrf52805) + * nRF5340 DK * NXP i.MX RT685 EVK, i.MX8M Mini EVK, LPCXpresso LPC11U68 * OLIMEX-STM32-H103 * ST B_L4S5I_IOT01A Discovery kit @@ -303,6 +306,7 @@ Boards & SoC Support * Made these changes in other boards: * b_l072z_lrwan1: Added flash, LoRa, USB, EEPROM, RNG + * nRF boards: enabled HW Stack Protection by default on boards maintained by Nordic * nucleo_l552ze_q: Added non secure target and TFM support * STM32 boards: Enabled MPU on all boards with at least 64K flash * lpcxpresso55s69: Added TFM support