..
_thread.rst
docs/_thread: Add a placeholder docs for _thread module.
7 years ago
btree.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
builtins.rst
docs/library: Add CPython docs xref to each pertinent module.
7 years ago
cmath.rst
docs/library: Add CPython docs xref to each pertinent module.
7 years ago
esp.rst
docs/library: Clarify that the arg to esp.deepsleep is in microseconds.
4 years ago
esp32.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
framebuf.rst
docs/library: Fix framebuf monochrome 1-bit modes, swapping HLSB/HMSB.
5 years ago
gc.rst
docs/library: Add CPython docs xref to each pertinent module.
7 years ago
index.rst
all: Rename "sys" module to "usys".
4 years ago
lcd160cr.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
machine.ADC.rst
docs/library: Specify new machine.ADC class.
5 years ago
machine.ADCWiPy.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
machine.I2C.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
machine.Pin.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
machine.RTC.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
machine.SD.rst
docs/machine: Add initial docs for new machine.SDCard class.
6 years ago
machine.SDCard.rst
esp32/machine_sdcard: Add "freq" keyword arg to SDCard constructor.
5 years ago
machine.SPI.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
machine.Signal.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
machine.Timer.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
machine.TimerWiPy.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
machine.UART.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
machine.WDT.rst
docs/library: Fix docs for machine.WDT to specify millisecond timeout.
5 years ago
machine.rst
docs/library: Add / to indicate positional-only args in library docs.
5 years ago
math.rst
docs/library: Add CPython docs xref to each pertinent module.
7 years ago
micropython.rst
docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build.
4 years ago
network.CC3K.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
network.WIZNET5K.rst
docs/library/network: Move specific network classes to their own file.
6 years ago
network.WLAN.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
network.WLANWiPy.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
network.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
pyb.ADC.rst
docs: Remove spaces on lines that are empty.
5 years ago
pyb.Accel.rst
docs: Remove spaces on lines that are empty.
5 years ago
pyb.CAN.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
pyb.DAC.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
pyb.ExtInt.rst
docs: Remove spaces on lines that are empty.
5 years ago
pyb.Flash.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
pyb.I2C.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
pyb.LCD.rst
docs: Remove spaces on lines that are empty.
5 years ago
pyb.LED.rst
docs: Remove spaces on lines that are empty.
5 years ago
pyb.Pin.rst
docs/pyb.Pin: Minor typo fix to specify Pin in pyb.Pin.cpu.
6 years ago
pyb.RTC.rst
docs: Remove spaces on lines that are empty.
5 years ago
pyb.SPI.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
pyb.Servo.rst
docs/pyb.*: Use proper class case in method headers.
9 years ago
pyb.Switch.rst
docs: Fix some references and RST markup to eliminate Sphinx warnings.
7 years ago
pyb.Timer.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
pyb.UART.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
pyb.USB_HID.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
pyb.USB_VCP.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
pyb.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
uarray.rst
docs/library: Rename "array" module to "uarray".
5 years ago
uasyncio.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
ubinascii.rst
docs/library/ubinascii: Update base64 docs.
7 years ago
ubluetooth.rst
extmod/modbluetooth: Change module-owned bytes objects to memoryview.
4 years ago
ucollections.rst
docs/library: Add documentation for ucollections.deque.
6 years ago
ucryptolib.rst
extmod/moducryptolib: Add AES-CTR support.
6 years ago
uctypes.rst
docs/library: Add / to indicate positional-only args in library docs.
5 years ago
uerrno.rst
docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build.
4 years ago
uhashlib.rst
docs: Fix spelling in various parts of the docs.
5 years ago
uheapq.rst
docs/library: Add CPython docs xref to each pertinent module.
7 years ago
uio.rst
docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build.
4 years ago
ujson.rst
docs/library/ujson: Document dump() and load() functions.
7 years ago
uos.rst
extmod/vfs_lfs: Add mtime support to littlefs files.
4 years ago
ure.rst
docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build.
4 years ago
uselect.rst
docs/library: Add / to indicate positional-only args in library docs.
5 years ago
usocket.rst
docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build.
4 years ago
ussl.rst
docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build.
4 years ago
ustruct.rst
docs/library: Add / to indicate positional-only args in library docs.
5 years ago
usys.rst
all: Rename "sys" module to "usys".
4 years ago
utime.rst
ports: Add utime.gmtime() function.
4 years ago
uzlib.rst
docs/library: Add / to indicate positional-only args in library docs.
5 years ago
wipy.rst
docs: Add usocket and ussl modules' documentation.
9 years ago