pycom / pycom-esp-idf

A fork of the Espressif IDF
Apache License 2.0
54 stars 62 forks source link

fix LoPy crash by disabling external ram for BSS #24

Closed peter-pycom closed 4 years ago

peter-pycom commented 4 years ago

LoPy (and SiPy and WiPy2) don't have external ram, enabling support (and usage inside IDF) of external ram for BSS makes LoPy crash. We're not actually using external BSS, so we can turn this off again and let LoPy start by simply ignoring the absence of external ram

peter-pycom commented 4 years ago

once this is merged I'll update FD:master