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.
 
 
 
 
 
 
Angus Gratton a800ed5ae3 docs/library/esp: Correct the description of esp.osdebug(). 1 year ago
..
_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: Rename uasyncio to asyncio. 1 year ago
binascii.rst extmod/modubinascii: Add newline keyword to b2a_base64 function. 3 years ago
bluetooth.rst all: Fix spelling mistakes based on codespell check. 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
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 esp32/esp32_rmt: Add RMT.PULSE_MAX constant. 1 year 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/platform: Add docs for the platform library. 1 year 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 extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code. 1 year 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 rp2/machine_pwm: Add support for inverting a PWM channel output. 2 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 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 renesas-ra: Add the UART methods uart.txdone() and uart.flush(). 2 years ago
machine.WDT.rst docs/esp32: Update esp32 docs based on IDF v5 changes. 1 year ago
machine.rst docs/library/machine: Add machine.memX to docs with brief example. 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: Change link to a micropython-lib reference. 1 year ago
network.LAN.rst mimxrt/network: Rename the argument clock_mode to ref_clk_mode. 2 years ago
network.WIZNET5K.rst all: Rename MICROPY_PY_WIZNET5K to MICROPY_PY_NETWORK_WIZNET5K. 2 years ago
network.WLAN.rst esp32,esp8266: Add support to set/get power saving mode of WLAN. 2 years ago
network.WLANWiPy.rst docs: Change `\*` to `*` in argument lists. 4 years ago
network.rst extmod/modnetwork: Increase max hostname length to 32. 1 year ago
os.rst all: Fix spelling mistakes based on codespell check. 2 years 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: Remove unnecessary "pyb." prefix on class names. 2 years 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/library/pyb.rst: Add pyb.hid_mouse and pyb.hid_keyboard constants. 3 years 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.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 rp2: Make rp2_state_machine_exec accept integers. 1 year ago
rp2.rst rp2/modrp2: Disable other core, shorten delay to 8us in bootsel_button. 2 years 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: Add documentation for SSLContext. 1 year ago
stm.rst stm32/subghz: Add STM32WL55 subghz radio interface to stm module. 1 year ago
struct.rst docs/library/struct: Embed format tables. 2 years ago
sys.rst all: Fix spelling mistakes based on codespell check. 2 years 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
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/index: Update docs after umodule rename. 1 year ago
zephyr.FlashArea.rst docs/library/index: Update docs after umodule rename. 1 year 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