]> granicus.if.org Git - esp-idf/commit
put RODATA of libphy.a into DRAM
authorXiaXiaotian <xiaxiaotian@espressif.com>
Mon, 24 Apr 2017 03:22:49 +0000 (11:22 +0800)
committerXiaXiaotian <xiaxiaotian@espressif.com>
Mon, 24 Apr 2017 03:22:49 +0000 (11:22 +0800)
commit9d8425bd72aa2fd530370ad77998ac29a865de83
tree9831bcc19ef78be6bd547b315f5da9cdb75974b8
parentb238bc691d553df2078d5d658e3b7979e874a82e
put RODATA of libphy.a into DRAM

    There are some RODATAs of libphy.a that are called in ISR. So need
    to put them into DRAM to avoid access them when R/W SPI flash. Due
    to the RODATAs which are called in ISR haven't been picked out to
    put into DRAM, put all of the RODATA of libphy.a into DRAM. This
    will be optimized in the future.
components/esp32/ld/esp32.common.ld