You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by je...@apache.org on 2022/06/07 13:58:02 UTC

[mynewt-core] branch master updated: nrf5340: Remove misleading comment

This is an automated email from the ASF dual-hosted git repository.

jerzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new fa744d247 nrf5340: Remove misleading comment
fa744d247 is described below

commit fa744d24759ed9cc640618f6a846b5f1aaff1c4a
Author: Jerzy Kasenberg <je...@codecoup.pl>
AuthorDate: Tue Jun 7 13:30:32 2022 +0200

    nrf5340: Remove misleading comment
    
    Comment about erratas 33, 34 was valid only for first drop of NRF52832.
    For NRF5340 erratas with those numbers exists but are not applicable here.
    
    Signed-off-by: Jerzy Kasenberg <je...@codecoup.pl>
---
 hw/mcu/nordic/nrf5340/nrf5340.ld              | 8 +-------
 hw/mcu/nordic/nrf5340/nrf5340_ram_resident.ld | 8 +-------
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/hw/mcu/nordic/nrf5340/nrf5340.ld b/hw/mcu/nordic/nrf5340/nrf5340.ld
index 25ce143bf..e29139a89 100644
--- a/hw/mcu/nordic/nrf5340/nrf5340.ld
+++ b/hw/mcu/nordic/nrf5340/nrf5340.ld
@@ -165,13 +165,7 @@ SECTIONS
         __data_end__ = .;
     } > RAM AT > FLASH
 
-    /* Non-zeroed BSS.  This section is similar to BSS, with the following two
-     * caveats:
-     *    1. It does not get zeroed at init-time.
-     *    2. You cannot use it as source memory for EasyDMA.
-     *
-     * This section exists because of a hardware defect; see errata 33 and 34
-     * in nrf52 errata sheet.
+    /* Non-zeroed BSS.  This section is similar to BSS, but does not get zeroed at init-time.
      */
     .bssnz :
     {
diff --git a/hw/mcu/nordic/nrf5340/nrf5340_ram_resident.ld b/hw/mcu/nordic/nrf5340/nrf5340_ram_resident.ld
index 1819bd327..3f1d89c6e 100644
--- a/hw/mcu/nordic/nrf5340/nrf5340_ram_resident.ld
+++ b/hw/mcu/nordic/nrf5340/nrf5340_ram_resident.ld
@@ -138,13 +138,7 @@ SECTIONS
         __data_end__ = .;
     } > RAM
 
-    /* Non-zeroed BSS.  This section is similar to BSS, with the following two
-     * caveats:
-     *    1. It does not get zeroed at init-time.
-     *    2. You cannot use it as source memory for EasyDMA.
-     *
-     * This section exists because of a hardware defect; see errata 33 and 34
-     * in nrf52 errata sheet.
+    /* Non-zeroed BSS.  This section is similar to BSS, but does not get zeroed at init-time.
      */
     .bssnz :
     {