esp-idf/components/esp_hw_support/port
Laukik Hase 366e4ee944
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-02-28 10:54:38 +05:30
..
esp32 refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
esp32c2 refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
esp32c3 refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
esp32c5 feat(clk): preliminary clock tree support for ESP32C5 2024-02-07 14:38:15 +08:00
esp32c6 refactor(esp_hw_support): Remove redundant PMP entry for ROM region 2024-02-28 10:54:38 +05:30
esp32h2 refactor(esp_hw_support): Remove redundant PMP entry for ROM region 2024-02-28 10:54:38 +05:30
esp32p4 change(clk_tree): add LP_DYN_FAST_CLK to soc_module_clk_t 2024-02-07 14:37:48 +08:00
esp32s2 refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
esp32s3 feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
include feat(async_memcpy): refactor driver code to support different DMA backen 2023-08-03 12:02:09 +08:00
linux lwip/linux: Add lwip support for networking component under linux 2023-05-05 05:03:39 +00:00
esp_clk_tree_common.c feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00
esp_memprot_conv.c System/Security: Memprot API unified (ESP32S3) 2022-07-09 22:57:51 +02:00
pau_regdma.c change(pm): change macro SOC_PM_RETENTION_HAS_REGDMA_POWER_BUG 2023-12-15 15:04:06 +08:00
regdma_link.c sleep retention: fix crash issue caused by destroying the module after the module node creation fails 2023-04-03 19:24:33 +08:00