]> granicus.if.org Git - esp-idf/commit
esp32: Change 192KB runtime static limit workaround to a 176KB link time workaround
authorAngus Gratton <angus@espressif.com>
Fri, 22 Dec 2017 07:36:12 +0000 (18:36 +1100)
committerAngus Gratton <gus@projectgus.com>
Thu, 28 Dec 2017 22:11:50 +0000 (09:11 +1100)
commit9065498a5a8709a9a70c0e1b64c89ecaebd7e7ff
tree23ab47862c76bb8b63c9b261014ab9f1c65bf3d5
parent012f5c608d5f7763be8dd120e39f62ea7aae2097
esp32: Change 192KB runtime static limit workaround to a 176KB link time workaround

Turns out some app memory around 0x3ffdc000 is also used by APP CPU.

This is a workaround until code to remove the 176KB limit is committed.
components/esp32/cpu_start.c
components/esp32/ld/esp32.ld