Replies: 2 comments
-
Looks like #8381, would be great to have that |
Beta Was this translation helpful? Give feedback.
-
While #8381 would be great, frankly it's still uploading a blob (albeit a smaller one) with all my My ideal solution would be for MicroPython to check all elements of the search path for the relevant file-or-directory, not just the first one it finds. Right now, if there's a I filed #10813 as a proposed enhancement to address this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm working on some code that's way too large for RAM, so I'm byte-compiling it all to Flash.
However, when there's a problem (or I need to add a
print()
statement …) I want to upload the module I'm working on. Not re-flash the whole thing.Is there a way to do that?
In a perfect world the
.mpy
files in the file system would be memory-mapped instead of copied to RAM …Beta Was this translation helpful? Give feedback.
All reactions