esp-idf/components/esp_hw_support/port
Laukik Hase 5fcd908d26
refactor(esp_hw_support): Remove redundant PMP entry for ROM region
- The ROM text and data sections share the address range
    (see SOC_I/DROM_MASK_LOW - SOC_I/DROM_MASK_HIGH).
  - Initially, we had two PMP entries for this address range - one marking the
    region as RX and the other as R.
  - However, the latter entry is redundant as the former locks the PMP settings.
  - We can divide the ROM region into text and data sections later when we
    define boundaries marking these regions from the ROM.
2024-03-01 10:25:25 +05:30
..
esp32 fix(esp_hw_support): Removed unused include directories from cmake 2024-02-21 11:41:11 +08:00
esp32c2 fix(esp_hw_support): Removed unused include directories from cmake 2024-02-21 11:41:11 +08:00
esp32c3 fix(esp_hw_support): Removed unused include directories from cmake 2024-02-21 11:41:11 +08:00
esp32c6 refactor(esp_hw_support): Remove redundant PMP entry for ROM region 2024-03-01 10:25:25 +05:30
esp32h2 refactor(esp_hw_support): Remove redundant PMP entry for ROM region 2024-03-01 10:25:25 +05:30
esp32s2 fix(esp_hw_support): Removed unused include directories from cmake 2024-02-21 11:41:11 +08:00
esp32s3 fix(esp_hw_support): Removed unused include directories from cmake 2024-02-21 11:41:11 +08:00
include gdma: support etm extension 2022-11-23 15:32:34 +08:00
linux fix(linux): fix build errors and warnings, remove ignore file 2023-01-18 09:24:28 +08:00
esp_clk_tree_common.c remove(clk): remove warning log if RC_FAST clock calibration is needed on esp32h2 2023-07-31 10:48:55 +08:00
esp_memprot_conv.c System/Security: Memprot API unified (ESP32S3) 2022-07-09 22:57:51 +02:00
pau_regdma.c Merge branch 'bugfix/put_extra_link_retention_in_iram_5.1' into 'release/v5.1' 2023-12-21 11:28:38 +08:00
regdma_link.c sleep retention: fix crash issue caused by destroying the module after the module node creation fails 2023-06-13 21:04:38 +08:00