.. |
_thread.rst
|
docs/_thread: Add a placeholder docs for _thread module.
|
7 years ago |
array.rst
|
docs: Fix some references and RST markup to eliminate Sphinx warnings.
|
7 years ago |
btree.rst
|
docs/library: Add xrefs to "stream" dictionary entry for many modules.
|
7 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/{esp,pyb,ubinascii}: Use markup adhering to the latest docs conventions.
|
7 years ago |
framebuf.rst
|
extmod/modframebuf: Add 8-bit greyscale format (GS8).
|
7 years ago |
gc.rst
|
docs/library: Add CPython docs xref to each pertinent module.
|
7 years ago |
index.rst
|
docs: Move WiPy specific Timer class to separate doc file.
|
6 years ago |
lcd160cr.rst
|
docs: Fix some references and RST markup to eliminate Sphinx warnings.
|
7 years ago |
machine.ADC.rst
|
docs/library/machine.*: Add cross-reference label to individual classes.
|
8 years ago |
machine.I2C.rst
|
docs/library/machine.I2C.rst: Clarify availability of primitive I2C ops.
|
6 years ago |
machine.Pin.rst
|
docs/machine.Pin: Document "hard" argument of Pin.irq method.
|
6 years ago |
machine.RTC.rst
|
docs/library/machine.RTC.rst: Fix typo.
|
7 years ago |
machine.SD.rst
|
docs/library/machine: Remove conditionals in machine class index.
|
6 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: Move WiPy specific Timer class to separate doc file.
|
6 years ago |
machine.UART.rst
|
docs/library/machine.UART.rst: Specify optional txbuf and rxbuf args.
|
6 years ago |
machine.WDT.rst
|
docs/library/machine.*: Add cross-reference label to individual classes.
|
8 years ago |
machine.rst
|
docs/library/machine: Remove conditionals in machine class index.
|
6 years ago |
math.rst
|
docs/library: Add CPython docs xref to each pertinent module.
|
7 years ago |
micropython.rst
|
lib/utils/pyexec: Forcefully unlock the heap if locked and REPL active.
|
6 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/library/network: Move specific network classes to their own file.
|
6 years ago |
network.WLANWiPy.rst
|
docs/library/network: Move specific network classes to their own file.
|
6 years ago |
network.rst
|
docs/library/network: Make AbstractNIC methods layout correctly.
|
6 years ago |
pyb.ADC.rst
|
docs/library: Remove "only" directive from all pyb module docs.
|
6 years ago |
pyb.Accel.rst
|
docs/library: Add missing cross-ref links for classes in pyb module.
|
7 years ago |
pyb.CAN.rst
|
stm32/can: Add "list" param to CAN.recv() to receive data inplace.
|
7 years ago |
pyb.DAC.rst
|
docs/library/pyb.DAC: Fix typo in markup to balance quotes.
|
6 years ago |
pyb.ExtInt.rst
|
docs: Spelling mistakes
|
8 years ago |
pyb.I2C.rst
|
docs/library: Remove "only" directive from all pyb module docs.
|
6 years ago |
pyb.LCD.rst
|
docs/library: Add missing cross-ref links for classes in pyb module.
|
7 years ago |
pyb.LED.rst
|
docs/pyb.*: Use proper class case in method headers.
|
9 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/library: Remove "only" directive from all pyb module docs.
|
6 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/library: Remove "only" directive from all pyb module docs.
|
6 years ago |
pyb.UART.rst
|
docs/library: Remove "only" directive from all pyb module docs.
|
6 years ago |
pyb.USB_HID.rst
|
docs/library: Add missing cross-ref links for classes in pyb module.
|
7 years ago |
pyb.USB_VCP.rst
|
docs/library: Add xrefs to "stream" dictionary entry for many modules.
|
7 years ago |
pyb.rst
|
docs/library/pyb: Add deprecation warning for mount and old block proto.
|
6 years ago |
sys.rst
|
docs/library: Add xrefs to "stream" dictionary entry for many modules.
|
7 years ago |
ubinascii.rst
|
docs/library/ubinascii: Update base64 docs.
|
7 years ago |
ucollections.rst
|
docs/library: Add documentation for ucollections.deque.
|
6 years ago |
ucryptolib.rst
|
extmod/moducryptolib: Optionally export MODE_* constants to Python.
|
6 years ago |
uctypes.rst
|
docs/library/uctypes: Add examples and make general updates.
|
6 years ago |
uerrno.rst
|
docs/uerrno: Fix xref-vs-code markup.
|
7 years ago |
uhashlib.rst
|
docs/library: Add CPython docs xref to each pertinent module.
|
7 years ago |
uheapq.rst
|
docs/library: Add CPython docs xref to each pertinent module.
|
7 years ago |
uio.rst
|
docs/uio: Document StringIO/BytesIO(alloc_size) constructors.
|
6 years ago |
ujson.rst
|
docs/library/ujson: Document dump() and load() functions.
|
7 years ago |
uos.rst
|
docs/uos: Make it clear that block device block_num param is an index.
|
6 years ago |
ure.rst
|
docs/ure: Fully describe supported syntax subset, add example.
|
6 years ago |
uselect.rst
|
docs/uselect: Describe more aspects of poll.register/modify behavior.
|
6 years ago |
usocket.rst
|
docs/usocket: Minor fixes to grammar of getaddrinfo.
|
6 years ago |
ussl.rst
|
docs: Fix some references and RST markup to eliminate Sphinx warnings.
|
7 years ago |
ustruct.rst
|
docs/library: Add CPython docs xref to each pertinent module.
|
7 years ago |
utime.rst
|
docs/library/utime: Fix incorrect example with ticks_diff args order.
|
7 years ago |
uzlib.rst
|
docs/library: Add xrefs to "stream" dictionary entry for many modules.
|
7 years ago |
wipy.rst
|
docs: Add usocket and ussl modules' documentation.
|
9 years ago |