diff options
author | robert-hh <robert@hammelrath.com> | 2024-12-08 21:37:18 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-02-28 17:08:56 +1100 |
commit | 69ffd2aaf09e35b68ea045872a63af6403fc1c8f (patch) | |
tree | 45b7bbe5e0c39eb537e99fae80c13c40b8da4b30 /py/modmicropython.c | |
parent | 48925fd7932c9d27f7248bc3308a77c172702878 (diff) | |
download | micropython-69ffd2aaf09e35b68ea045872a63af6403fc1c8f.tar.gz micropython-69ffd2aaf09e35b68ea045872a63af6403fc1c8f.zip |
renesas-ra/modrenesas: Expose the Flash block device to Python code.
A new module called renesas is added, like in other ports. The accessible
block device allows to use Python methods for creating and modifying the
file system. The Flash block device for the file system can be accessed
with:
from renesas import Flash
bdev = Flash(start=0)
Signed-off-by: robert-hh <robert@hammelrath.com>
Diffstat (limited to 'py/modmicropython.c')
0 files changed, 0 insertions, 0 deletions