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