..
_thread.rst
docs/_thread: Add a placeholder docs for _thread module.
7 years ago
array.rst
all: Fix spelling mistakes based on codespell check.
2 years ago
asyncio.rst
docs/library/asyncio: Document that ThreadSafeFlag now works on unix.
6 months ago
binascii.rst
extmod/modubinascii: Add newline keyword to b2a_base64 function.
3 years ago
bluetooth.rst
docs/library/bluetooth: Add note that ESP32 supports pairing/bonding.
8 months ago
btree.rst
extmod/modbtree: Use buffer protocol for keys/values.
2 years ago
builtins.rst
py/objint: Fix int.to_bytes() buffer size checks.
5 months ago
cmath.rst
docs/library: Add CPython docs xref to each pertinent module.
7 years ago
collections.rst
docs/library/collections: Update deque docs to describe new features.
8 months ago
cryptolib.rst
docs: Replace ufoo with foo in all docs.
3 years ago
deflate.rst
extmod/moddeflate: Change default window size.
1 year ago
errno.rst
docs: Replace ufoo with foo in all docs.
3 years ago
esp.rst
docs/library/esp: Correct the description of esp.osdebug().
12 months ago
esp32.rst
docs/library: Move vfs functions and classes from os to vfs module docs.
9 months ago
espnow.rst
all: Fix various spelling mistakes found by codespell 2.2.6.
1 year ago
framebuf.rst
docs/library/framebuf: Clarify docs for blit regarding palette.
2 years ago
gc.rst
docs/library/gc: Clarify mem_alloc and mem_free only for Python heap.
1 year ago
gzip.rst
docs/library/deflate: Add docs for deflate.DeflateIO.
1 year ago
hashlib.rst
docs: Replace ufoo with foo in all docs.
3 years ago
heapq.rst
docs: Remove trailing spaces and convert tabs to spaces.
3 years ago
index.rst
docs/library/openamp: Document the new openamp module.
8 months ago
io.rst
docs/library/io: Remove io.FileIO and io.TextIOWrapper.
1 year ago
json.rst
docs: Replace ufoo with foo in all docs.
3 years ago
lcd160cr.rst
docs: Remove trailing spaces and convert tabs to spaces.
3 years ago
machine.ADC.rst
all: Fix spelling mistakes based on codespell check.
2 years ago
machine.ADCBlock.rst
all: Prune trailing whitespace.
8 months ago
machine.ADCWiPy.rst
docs: Remove trailing spaces and convert tabs to spaces.
3 years ago
machine.I2C.rst
all: Fix spelling mistakes based on codespell check.
2 years ago
machine.I2S.rst
docs: Rename uasyncio to asyncio.
1 year ago
machine.PWM.rst
all: Prune trailing whitespace.
8 months ago
machine.Pin.rst
docs/library: Document machine.Pin.toggle() method.
2 months ago
machine.RTC.rst
docs/library/machine.RTC: Add docs for RTC.memory() method.
8 months ago
machine.SD.rst
docs: Use vfs module instead of os.
9 months ago
machine.SDCard.rst
docs: Use vfs module instead of os.
9 months ago
machine.SPI.rst
all: Fix spelling mistakes based on codespell check.
2 years ago
machine.Signal.rst
docs/library/machine.Signal.rst: Correct typo: usecases to use cases.
4 years ago
machine.Timer.rst
all: Fix spelling mistakes based on codespell check.
2 years ago
machine.TimerWiPy.rst
docs: Remove trailing spaces and convert tabs to spaces.
3 years ago
machine.UART.rst
docs/library/machine.UART: Extend the documentation for UART.irq.
2 months ago
machine.USBDevice.rst
extmod/machine_usb_device: Add USBDevice.remote_wakeup method.
4 months ago
machine.WDT.rst
docs/esp32: Update esp32 docs based on IDF v5 changes.
1 year ago
machine.rst
docs: Specify that machine.idle() returns at least every 1ms.
4 months ago
math.rst
docs/library: Document math.log with two arguments.
2 months ago
micropython.rst
py/objringio: Add micropython.RingIO() interface for general use.
2 months ago
neopixel.rst
docs/library/neopixel: Mention bitstream timing tuple.
3 months ago
network.LAN.rst
docs: Update docs to replace ifconfig with ipconfig.
4 months ago
network.PPP.rst
docs/library: Document the network.PPP class.
2 months ago
network.WIZNET5K.rst
docs: Update docs to replace ifconfig with ipconfig.
4 months ago
network.WLAN.rst
docs: Update docs to replace ifconfig with ipconfig.
4 months ago
network.WLANWiPy.rst
docs: Update docs to replace ifconfig with ipconfig.
4 months ago
network.rst
docs/library: Document the network.PPP class.
2 months ago
openamp.rst
docs/library/openamp: Document the new openamp module.
8 months ago
os.rst
docs/library: Move vfs functions and classes from os to vfs module docs.
9 months ago
platform.rst
docs/library/platform: Add docs for the platform library.
1 year ago
pyb.ADC.rst
docs/library: Remove unnecessary "pyb." prefix on class names.
2 years ago
pyb.Accel.rst
docs/library: Remove unnecessary "pyb." prefix on class names.
2 years ago
pyb.CAN.rst
all: Fix spelling mistakes based on codespell check.
2 years ago
pyb.DAC.rst
docs/library: Remove unnecessary "pyb." prefix on class names.
2 years ago
pyb.ExtInt.rst
docs/library: Remove unnecessary "pyb." prefix on class names.
2 years ago
pyb.Flash.rst
docs/library: Move vfs functions and classes from os to vfs module docs.
9 months ago
pyb.I2C.rst
all: Fix spelling mistakes based on codespell check.
2 years ago
pyb.LCD.rst
docs/library: Remove unnecessary "pyb." prefix on class names.
2 years ago
pyb.LED.rst
docs/library: Remove unnecessary "pyb." prefix on class names.
2 years ago
pyb.Pin.rst
docs/library/pyb.Pin: Add Pin.ALT constant.
2 years ago
pyb.RTC.rst
docs/library: Remove unnecessary "pyb." prefix on class names.
2 years ago
pyb.SPI.rst
docs/library: Remove unnecessary "pyb." prefix on class names.
2 years ago
pyb.Servo.rst
docs/library: Remove unnecessary "pyb." prefix on class names.
2 years ago
pyb.Switch.rst
docs/library: Remove unnecessary "pyb." prefix on class names.
2 years ago
pyb.Timer.rst
docs/library/pyb.Timer: Document how to use BKIN pin with example.
2 years ago
pyb.UART.rst
docs/library: Remove unnecessary "pyb." prefix on class names.
2 years ago
pyb.USB_HID.rst
docs/library: Remove unnecessary "pyb." prefix on class names.
2 years ago
pyb.USB_VCP.rst
docs/library: Remove unnecessary "pyb." prefix on class names.
2 years ago
pyb.rst
docs: Use vfs module instead of os.
9 months ago
random.rst
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
1 year ago
re.rst
docs: Replace ufoo with foo in all docs.
3 years ago
rp2.DMA.rst
docs/library/rp2.DMA: Add documentation for rp2 DMA support.
8 months ago
rp2.Flash.rst
docs/library: Move vfs functions and classes from os to vfs module docs.
9 months ago
rp2.PIO.rst
rp2/rp2_pio: Add support for RP2350A/B variants in PIO interface.
3 weeks ago
rp2.StateMachine.rst
docs/library/rp2.DMA: Add documentation for rp2 DMA support.
8 months ago
rp2.rst
docs/library/rp2.DMA: Add documentation for rp2 DMA support.
8 months ago
select.rst
docs: Replace ufoo with foo in all docs.
3 years ago
socket.rst
docs/library/socket: Use correct sockaddr variable name.
2 years ago
ssl.rst
docs/library/ssl: Change wrap_socket args keyfile/certfile to key/cert.
9 months ago
stm.rst
stm32/subghz: Add STM32WL55 subghz radio interface to stm module.
1 year ago
struct.rst
py/binary: Support half-float 'e' format in struct pack/unpack.
8 months ago
sys.rst
docs/library/sys.rst: Document implementation.version.releaselevel.
9 months ago
time.rst
all: Fix spelling mistakes based on codespell check.
2 years ago
uctypes.rst
docs: Replace ufoo with foo in all docs.
3 years ago
vfs.rst
docs/library: Move vfs functions and classes from os to vfs module docs.
9 months ago
wipy.rst
docs: Add usocket and ussl modules' documentation.
9 years ago
wm8960.rst
all: Fix various spelling mistakes found by codespell 2.2.6.
1 year ago
zephyr.DiskAccess.rst
docs/library: Move vfs functions and classes from os to vfs module docs.
9 months ago
zephyr.FlashArea.rst
docs/library: Move vfs functions and classes from os to vfs module docs.
9 months ago
zephyr.rst
all: Fix spelling mistakes based on codespell check.
2 years ago
zephyr.zsensor.rst
docs/library/zephyr: Add libraries specific to the Zephyr port.
3 years ago
zlib.rst
docs/library/deflate: Add docs for deflate.DeflateIO.
1 year ago