esp-idf/components/esp_hw_support/port/esp32c6
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
..
private_include feat(pmu): set fix voltage to different mode for esp32c6 2024-02-22 15:01:14 +08:00
chip_info.c gpio: support runtime preserve 2023-03-17 11:59:49 +08:00
CMakeLists.txt fix(esp_hw_support): Removed unused include directories from cmake 2024-02-21 11:41:11 +08:00
cpu_region_protect.c refactor(esp_hw_support): Remove redundant PMP entry for ROM region 2024-03-01 10:25:25 +05:30
esp_clk_tree.c lp-i2c: Added support for LP I2C peripheral to LP core 2023-05-19 07:33:01 +02:00
esp_crypto_lock.c feat(esp_hw_support): Added locking mechanism for the ECDSA and ECC peripheral 2023-09-25 14:33:04 +05:30
io_mux.c io_mux: can set different clock source 2022-12-29 14:46:16 +08:00
Kconfig.hw_support bugfix: fix esp32c6eco1 fosc calibration cycles during sleep 2023-05-04 11:47:54 +08:00
Kconfig.mac esp_hw_support: Adds APIs to define user own MAC addresses without generation from the base MAC address 2022-11-16 19:23:10 +08:00
Kconfig.rtc fix(rtc_clk): fix the issue of missing configuration for calibration cycles of the internal 32 kHz RC 2023-07-04 16:06:37 +08:00
ocode_init.c adc_oneshot: move power acquire back to adc_oneshot_new_unit 2023-07-05 12:48:11 +08:00
pmu_init.c feat(pmu): set fix voltage to different mode for esp32c6 2024-02-22 15:01:14 +08:00
pmu_param.c feat(pmu): set fix voltage to different mode for esp32c6 2024-02-22 15:01:14 +08:00
pmu_sleep.c feat(pmu): set fix voltage to different mode for esp32c6 2024-02-22 15:01:14 +08:00
rtc_clk_init.c feat(pmu): set fix voltage to different mode for esp32c6 2024-02-22 15:01:14 +08:00
rtc_clk.c fix(rtc): fixed bbpll not calibrated from bootloader issue 2024-01-05 10:19:20 +08:00
rtc_time.c fix(esp_hw_support/sleep): fix rtc_time_us_to_slowclk div zero in deepsleep process 2023-12-11 09:24:07 +00:00
sar_periph_ctrl.c feat(modem_clock): separate management of modem_adc_common_fe clock and modem_private_fe 2023-09-28 16:24:39 +00:00
systimer.c esp32c6: add esp_hw_support 2022-09-26 20:32:13 +08:00