diff options
author | Tim Radvan <tim@tjvr.org> | 2021-04-03 12:20:48 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-04-07 10:06:18 +1000 |
commit | 4f53f462ca9dbec45771e06d2d1a84b61e01e61a (patch) | |
tree | 7940b6ac6edc3684ea7c83d37f5c653508fe62cf /py/objnamedtuple.c | |
parent | 172fb5230a3943eeb6fbbb4de1dc56b16e2a7637 (diff) |
rp2: Import uarray instead of array in rp2 module.
Some forum users noticed that `sm.exec()` took longer the more was present
on the flash filesystem connected to the RP2040. They traced this back to
the `array` import inside `asm_pio()`, which is causing MicroPython to scan
the filesystem.
uarray is a built-in module, so importing it shouldn't require scanning the
filesystem.
We avoid moving the import to the top-level in order to keep the namespace
clean; we don't want to accidentally expose `rp2.array`.
Diffstat (limited to 'py/objnamedtuple.c')
0 files changed, 0 insertions, 0 deletions