mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.
This renames the builtin-modules, such that help('modules') and printing
the module object will show "module" rather than "umodule".
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
@@ -4,8 +4,8 @@ This is a port of MicroPython to the Renesas RA family of microcontrollers.
|
||||
Currently supported features are:
|
||||
|
||||
- Filesystem on the internal flash using FatFs.
|
||||
- `utime` module with sleep, time, and ticks functions.
|
||||
- `uos` module with VFS support.
|
||||
- `time` module with sleep, time, and ticks functions.
|
||||
- `os` module with VFS support.
|
||||
- `machine` module with the following classes: `Pin`, `ADC`, `I2C`, `SPI`,
|
||||
`SoftI2C`, `SoftSPI`, `UART`, `RTC`
|
||||
- sdcard driver if frozen driver is installed.
|
||||
|
||||
Reference in New Issue
Block a user