-
Notifications
You must be signed in to change notification settings - Fork 252
Description
Context: https://github.com/Moddable-OpenSource/moddable/blob/public/documentation/tools/manifest.md#strip
Related (but different): #141
Because of #141 I had been using strip: *[]*. Since the updates to the public repo, which I downloaded, this leads to the app not starting. Only on ESP32 (tested: Linux and ESP32).
What happens is that the app is uploaded to the board, I get the message
Hard resetting via RTS pin...
and then xsbug should show something. Instead, no matter how long I wait, nothing happens. No errors, an empty xsbug (no tab for the new machine shows up), nothing.
I could reliably reproduce this, the only thing did was changing back and forth between strip: "*" and strip: "[]". It worked (i.e. didn't work) with several examples such as "files" or "helloworld".
The changes I made from the downloaded repo:
- build/devices/esp32/xsProj/sdkconfig.defaults now sets
CONFIG_SPIRAM_SUPPORT=y, plus my USB port isCONFIG_SPIRAM_SUPPORT=ybut that was already the case before the moddable repo updates. - examples/manifest_base.json has the change to
"strip"