You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George a4c96fb3b0 extmod/uasyncio: Add asyncio.wait_for_ms function. 4 years ago
..
_thread.rst docs/_thread: Add a placeholder docs for _thread module. 7 years ago
btree.rst docs/library: Add / to indicate positional-only args in library docs. 5 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: Add / to indicate positional-only args in library docs. 5 years ago
esp32.rst docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. 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 docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. 4 years ago
lcd160cr.rst docs: Remove spaces on lines that are empty. 5 years ago
machine.ADC.rst docs/library: Specify new machine.ADC class. 5 years ago
machine.ADCWiPy.rst docs: Rename machine.ADC docs to machine.ADCWiPy. 5 years ago
machine.I2C.rst docs/library/machine.I2C.rst: Use positional-only arguments syntax. 5 years ago
machine.Pin.rst docs/library: Note that machine.Pin.irq's hard arg may not be supported. 5 years ago
machine.RTC.rst docs: Remove spaces on lines that are empty. 5 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/library/machine.SPI: Add note about baudrate imprecision. 6 years ago
machine.Signal.rst docs/machine.Signal: Improve style/grammar and add usage example. 7 years ago
machine.Timer.rst docs: Move WiPy specific Timer class to separate doc file. 6 years ago
machine.TimerWiPy.rst docs: Remove spaces on lines that are empty. 5 years ago
machine.UART.rst docs/library/machine.UART.rst: Detail timeout behaviour of read methods. 5 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/library/network: Move specific network classes to their own file. 6 years ago
network.WIZNET5K.rst docs/library/network: Move specific network classes to their own file. 6 years ago
network.WLAN.rst docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. 4 years ago
network.WLANWiPy.rst docs/library/network: Move specific network classes to their own file. 6 years ago
network.rst docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. 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: Remove spaces on lines that are empty. 5 years ago
pyb.DAC.rst docs/library/pyb.DAC.rst: Correct frequency for triangle mode output. 5 years ago
pyb.ExtInt.rst docs: Remove spaces on lines that are empty. 5 years ago
pyb.Flash.rst docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. 4 years ago
pyb.I2C.rst docs/library: Remove "only" directive from all pyb module docs. 6 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/library: Remove "only" directive from all pyb module docs. 6 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: Remove spaces on lines that are empty. 5 years ago
pyb.UART.rst stm32/machine_uart: Change default UART timeout to 0, for non blocking. 6 years ago
pyb.USB_HID.rst docs: Remove spaces on lines that are empty. 5 years ago
pyb.USB_VCP.rst docs: Remove spaces on lines that are empty. 5 years ago
pyb.rst docs/library: Add docs for pyb.Flash class. 5 years ago
sys.rst docs/library: Add / to indicate positional-only args in library docs. 5 years ago
uarray.rst docs/library: Rename "array" module to "uarray". 5 years ago
uasyncio.rst extmod/uasyncio: Add asyncio.wait_for_ms function. 4 years ago
ubinascii.rst docs/library/ubinascii: Update base64 docs. 7 years ago
ubluetooth.rst extmod/modbluetooth: Ensure status=0 always on success. 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 docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. 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
utime.rst docs/library/utime: Fix incorrect example with ticks_diff args order. 7 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