..
_thread.rst
docs/_thread: Add a placeholder docs for _thread module.
7 years ago
array.rst
docs: Replace ufoo with foo in all docs.
3 years ago
binascii.rst
extmod/modubinascii: Add newline keyword to b2a_base64 function.
3 years ago
bluetooth.rst
docs/library/bluetooth: Add link to aioble.
2 years ago
btree.rst
extmod/modbtree: Use buffer protocol for keys/values.
2 years ago
builtins.rst
docs/library/builtins.rst: Add module title.
3 years ago
cmath.rst
docs/library: Add CPython docs xref to each pertinent module.
7 years ago
collections.rst
docs/library/collections.rst: Use class for deque and OrderedDict.
3 years ago
cryptolib.rst
docs: Replace ufoo with foo in all docs.
3 years ago
errno.rst
docs: Replace ufoo with foo in all docs.
3 years ago
esp.rst
docs/library/esp.rst: Document the osdebug function.
3 years ago
esp32.rst
esp32/modesp32: Add wake_on_ulp() so ULP can wake CPU from deepsleep.
2 years ago
framebuf.rst
extmod/modframebuf: Add polygon drawing methods.
2 years ago
gc.rst
docs/library: Add CPython docs xref to each pertinent module.
7 years 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: Fix nested rst styles not rendering.
2 years ago
io.rst
docs: Replace ufoo with foo in all docs.
3 years 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
docs/library: Specify additional ADC methods and new ADCBlock class.
3 years ago
machine.ADCBlock.rst
docs/library: Specify additional ADC methods and new ADCBlock class.
3 years ago
machine.ADCWiPy.rst
docs: Remove trailing spaces and convert tabs to spaces.
3 years ago
machine.I2C.rst
docs/library/machine.I2C: Add a note about I2C pull-up resistors.
2 years ago
machine.I2S.rst
drivers/codec: Add driver for the WM8960 codec.
3 years ago
machine.PWM.rst
docs: Add quickref and docs for mimxrt, including network.LAN docs.
3 years ago
machine.Pin.rst
docs/library/machine.Pin: Update to use preferred DRIVE_x constants.
3 years ago
machine.RTC.rst
docs/library/machine.RTC.rst: Document datetime method and fix ex code.
3 years ago
machine.SD.rst
docs: Remove trailing spaces and convert tabs to spaces.
3 years ago
machine.SDCard.rst
docs: Add quickref and docs for mimxrt, including network.LAN docs.
3 years ago
machine.SPI.rst
docs/library/machine.SPI.rst: Add class constant SoftSPI.MSB and .LSB.
3 years ago
machine.Signal.rst
docs/library/machine.Signal.rst: Correct typo: usecases to use cases.
4 years ago
machine.Timer.rst
docs/library/machine.Timer.rst: Document `period` and `callback` args.
3 years ago
machine.TimerWiPy.rst
docs: Remove trailing spaces and convert tabs to spaces.
3 years ago
machine.UART.rst
docs/library/machine.UART: Add notes about UART init and deinit.
2 years ago
machine.WDT.rst
rp2/machine_wdt: Check for the maximum timeout value of watchdog.
2 years ago
machine.rst
docs/library/machine: Add note on interrupts being critical to system.
2 years ago
math.rst
docs/library: Add CPython docs xref to each pertinent module.
7 years ago
micropython.rst
docs/library/micropython: Fix spelling of compiler.
2 years ago
neopixel.rst
docs/library/neopixel: Add note that neopixel is included in rp2 builds.
2 years ago
network.LAN.rst
docs: Add quickref and docs for mimxrt, including network.LAN docs.
3 years ago
network.WIZNET5K.rst
all: Rename MICROPY_PY_WIZNET5K to MICROPY_PY_NETWORK_WIZNET5K.
2 years ago
network.WLAN.rst
esp32,esp8266: Rename WLAN dhcp_hostname config to hostname.
2 years ago
network.WLANWiPy.rst
docs: Change `\*` to `*` in argument lists.
4 years ago
network.rst
drivers/cc3000: Remove CC3000 WiFi driver files.
2 years ago
os.rst
docs/library/os.rst: Clarify littlefs requirements for block erase.
3 years 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
docs/library: Remove unnecessary "pyb." prefix on class names.
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: Remove unnecessary "pyb." prefix on class names.
2 years ago
pyb.I2C.rst
docs/library: Remove unnecessary "pyb." prefix on class names.
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/library/pyb.rst: Add pyb.hid_mouse and pyb.hid_keyboard constants.
3 years ago
random.rst
docs/library/random.rst: Document the random module.
3 years ago
re.rst
docs: Replace ufoo with foo in all docs.
3 years ago
rp2.Flash.rst
docs: Replace ufoo with foo in all docs.
3 years ago
rp2.PIO.rst
docs/library: Add initial API reference for rp2 module and its classes.
4 years ago
rp2.StateMachine.rst
docs/library/rp2: Fix pull_thresh docs to use pull instead of push.
2 years ago
rp2.rst
docs/library/rp2: Fix pull_thresh docs to use pull instead of push.
2 years ago
select.rst
docs: Replace ufoo with foo in all docs.
3 years ago
socket.rst
docs/library/socket.rst: Document socket as a class.
3 years ago
ssl.rst
extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments.
2 years ago
stm.rst
docs/library/stm.rst: Document the stm module.
3 years ago
struct.rst
docs: Replace ufoo with foo in all docs.
3 years ago
sys.rst
py/modsys: Introduce sys.implementation._machine constant.
3 years ago
time.rst
docs/library/time: Provide more info about which epoch is used.
2 years ago
uasyncio.rst
extmod/uasyncio: Add clear method to ThreadSafeFlag.
2 years ago
uctypes.rst
docs: Replace ufoo with foo in all docs.
3 years ago
wipy.rst
docs: Add usocket and ussl modules' documentation.
9 years ago
wm8960.rst
drivers/codec: Add driver for the WM8960 codec.
3 years ago
zephyr.DiskAccess.rst
docs/library/zephyr: Add libraries specific to the Zephyr port.
3 years ago
zephyr.FlashArea.rst
docs/library/zephyr: Add libraries specific to the Zephyr port.
3 years ago
zephyr.rst
docs/library/zephyr: Add libraries specific to the Zephyr port.
3 years ago
zephyr.zsensor.rst
docs/library/zephyr: Add libraries specific to the Zephyr port.
3 years ago
zlib.rst
docs: Replace ufoo with foo in all docs.
3 years ago