Skip to content

Commit

Permalink
cpu/esp32: place code for SPI RAM in IRAM
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Sep 29, 2023
1 parent de2587e commit cf13ff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpu/esp32/ld/esp32s3/sections.ld.in
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ SECTIONS
*components/esp_hw_support/*/rtc_sleep.*(.literal .literal.* .text .text.*)
*components/esp_hw_support/*/rtc_time.*(.literal .literal.* .text .text.*)
*components/esp_hw_support/*/rtc_wdt.*(.literal .literal.* .text .text.*)
*components/esp_hw_support/*/spiram_psram.*(.literal .literal.* .text .text.*)
*components/esp_hw_support/*/opiram_psram.*(.literal .literal.* .text .text.*)
*components/esp_ringbuf/*(.literal .literal.* .text .text.*)
*components/esp_rom/esp_rom_spiflash.*(.literal .literal.* .text .text.*)
*components/esp_system/esp_err.*(.literal .literal.* .text .text.*)
Expand Down

0 comments on commit cf13ff5

Please # to comment.