summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2023-02-21samd/mcu: Implement a hardware seed for the SAMD21 random module.robert-hh
2023-01-19docs/zephyr/quickref: Fix zsensor module usage examples.enriquezgarc
2023-01-19docs/reference/constrained: Add missing heap-dump symbols to mem_info().Chris Overgaauw
2023-01-19docs/library/machine.Timer: Add freq argument to machine.Timer.LiaoJingyi_winY7kp
2023-01-18docs/esp32/quickref: Add docs for the LAN interface constructor.robert-hh
2023-01-13docs/library/socket: Use correct sockaddr variable name.Dorukyum
2023-01-12docs/library/rp2.StateMachine: Expand put() documentation.Paul Warren
2023-01-12docs/rp2: Make LED have exactly 50% duty cycle in PIO 1Hz example.Stig Bjørlykke
2022-12-15renesas-ra: Add the UART methods uart.txdone() and uart.flush().robert-hh
2022-12-14samd: Add a vref=num option to the ADC and DAC constructor.robert-hh
2022-12-13docs/differences: Add Python 3.10 page.David Lechner
2022-12-13docs/differences: Update Python 3.9 status.David Lechner
2022-12-08py: Pass in address to compiled module instead of returning it.Damien George
2022-12-07docs/library/neopixel: Update GitHub URL for neopixel.py link.Jim Mussared
2022-12-06docs/library/struct: Embed format tables.Laurens Valk
2022-12-06docs/library/struct: Fix buffer argument description.Laurens Valk
2022-11-25tools/mpremote: Only auto connect to serial device with USB VID/PID.Michael Mogenson
2022-11-23examples/usercmodule: Add example of a native C class.Laurens Valk
2022-11-18stm32/i2c: Fix I2C frequency calc so it doesn't exceed requested rate.yn386
2022-11-17docs/library/framebuf: Clarify docs for blit regarding palette.TPReal
2022-11-17mimxrt/network: Rename the argument clock_mode to ref_clk_mode.robert-hh
2022-11-16docs/library/uasyncio: Describe restriction on ThreadSafeFlag.Peter Hinch
2022-11-15docs/library/pyb.CAN: Update the recv example to take a 5-tuple.Sky
2022-11-15docs/library/array: Add docs for dunder methods.Howard Lovatt
2022-11-15renesas-ra: Change file system size to 64KB for RA6M1.Takeo Takahashi
2022-11-15docs/renesas-ra: Correct the internal file system size of EK-RA6M2.Takeo Takahashi
2022-11-11docs/develop: Fix mp_compile snippet to match latest code.Damien George
2022-11-08docs/samd/pinout: Fix the pin numbering for the default assignments.robert-hh
2022-11-08docs/library/machine: Add machine.memX to docs with brief example.Matt Trentini
2022-10-27mimxrt/machine_timer: Use soft-timer implementation for machine.Timer.robert-hh
2022-10-26docs/samd: Add documentation for the samd port.robert-hh
2022-10-26docs/templates/layout.html: Indicate latest vs release docs.Jim Mussared
2022-10-11py/py.mk: Make user-C-module handling self-contained in py.mk.Jim Mussared
2022-10-11all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS.Jim Mussared
2022-10-01tools/mpremote: Add `mpremote mip install` to install packages.Jim Mussared
2022-09-30top: Replace upip with mip everywhere.Jim Mussared
2022-09-29docs/Makefile: Enable parallel compilation for Sphinx.Jim Mussared
2022-09-19py/persistentcode: Introduce .mpy sub-version.Jim Mussared
2022-09-13mimxrt/machine_spi: Allow a setting of -1 for cs in the constructor.robert-hh
2022-09-09extmod/modbluetooth: Replace def_handle with end_handle in char IRQ.Jim Mussared
2022-09-06drivers/display: Don't include tests by default.Damien George
2022-08-31docs/renesas-ra: Add pin drive keyword argument description.Takeo Takahashi
2022-08-31docs/library/machine.UART: Add docs for uart.flush() and uart.txdone().robert-hh
2022-08-31docs/library/machine.I2C: Add a note about I2C pull-up resistors.robert-hh
2022-08-30docs/templates/topindex.html: Update forum link.Jim Mussared
2022-08-26docs/library/micropython: Fix spelling of compiler.Laurens Valk
2022-08-26docs/library: Fix nested rst styles not rendering.Laurens Valk
2022-08-26docs/library/machine.UART: Add notes about UART init and deinit.Tomasz 'CeDeROM' CEDRO
2022-08-26docs/esp32: Update UART quickref on input-only pins.Tomasz 'CeDeROM' CEDRO
2022-08-26docs: Update CPython differences and improve the look of table layouts.Matt Trentini