summaryrefslogtreecommitdiff
path: root/tests/extmod/vfs_basic.py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-06-05 13:52:22 +1000
committerDamien George <damien.p.george@gmail.com>2018-06-05 13:57:59 +1000
commita90124a9e20fac828aa6e7702f8196092ee354b0 (patch)
tree18531029740ece29a069464f4c99a10d53127164 /tests/extmod/vfs_basic.py
parentbc92206f89bfa82b96aaf1f93f41d7a4bc40140c (diff)
esp32: Add support for building with external SPI RAM.
This patch adds support for building the firmware with external SPI RAM enabled. It is disabled by default because it adds overhead (due to silicon workarounds) and reduces performance (because it's slower to have bytecode and objects stored in external RAM). To enable it, either use "make CONFIG_SPIRAM_SUPPORT=1", or add this line to you custom makefile/GNUmakefile (before "include Makefile"): CONFIG_SPIRAM_SUPPORT = 1 When this option is enabled the MicroPython heap is automatically allocated in external SPI RAM. Thanks to Angus Gratton for help with the compiler and linker settings.
Diffstat (limited to 'tests/extmod/vfs_basic.py')
0 files changed, 0 insertions, 0 deletions