1105 Commits (49e17c8bb0c55d8efb3f768ba1dfd5b27c466b26)

Author SHA1 Message Date
robert-hh 53ebbf10e5 docs/library/machine.I2C: Add a note about I2C pull-up resistors. 2 years ago
Jim Mussared 31d7ab327b docs/templates/topindex.html: Update forum link. 2 years ago
Laurens Valk 6dcfb25ae7 docs/library/micropython: Fix spelling of compiler. 2 years ago
Laurens Valk da217e83d9 docs/library: Fix nested rst styles not rendering. 2 years ago
Tomasz 'CeDeROM' CEDRO 602f9db2f3 docs/library/machine.UART: Add notes about UART init and deinit. 2 years ago
Tomasz 'CeDeROM' CEDRO 769262ef03 docs/esp32: Update UART quickref on input-only pins. 2 years ago
Matt Trentini 6b16ce8d38 docs: Update CPython differences and improve the look of table layouts. 2 years ago
Damien George 2e386bcf76 tools/mpremote: Print nicer errors for unsupported 'cp -r' arguments. 2 years ago
Damien George 7d3f4b23dc drivers/cc3000: Remove CC3000 WiFi driver files. 2 years ago
robert-hh 47c45d0e7f rp2/machine_wdt: Check for the maximum timeout value of watchdog. 2 years ago
Mat Booth 04a655c744 extmod/modframebuf: Add polygon drawing methods. 2 years ago
Peter Hinch 42ec9703a0 extmod/modframebuf: Add ellipse drawing method. 2 years ago
Jim Mussared 127b340438 extmod/modframebuf: Add fill argument to rect(). 2 years ago
Jim Mussared 59e3348c10 tools/mpremote: Add "edit" command. 2 years ago
Jim Mussared 263737ecfe tools/pyboard.py: Add "touch" filesystem command. 2 years ago
Jim Mussared a311e9e3d4 tools/mpremote: Allow + terminator for fs commands. 2 years ago
David Peake 454d969781 docs/esp32: Fix string quoting consistency in SDCard mount example. 2 years ago
Ned Konz 5543b2a9cc extmod/uasyncio: Add clear method to ThreadSafeFlag. 3 years ago
Nathan Hendler 9bcb2c0a20 docs/library/rp2: Fix pull_thresh docs to use pull instead of push. 2 years ago
David Lechner 888e831bf7 docs: Update links for Arm GCC toolchain. 2 years ago
chrismas9 c038ea0cc6 docs/library/pyb.Timer: Document how to use BKIN pin with example. 2 years ago
chrismas9 33ea400ce8 docs/library/pyb.Pin: Add Pin.ALT constant. 2 years ago
chrismas9 e168d47424 docs/library/pyb.Pin: Fix out-of-context paragraphs, and AF_PP typo. 2 years ago
Peter Hinch fe5598452d docs/library/time: Provide more info about which epoch is used. 2 years ago
Andrew Scheller fa15aed0f7 docs/library/neopixel: Add note that neopixel is included in rp2 builds. 2 years ago
Carlosgg b41cfea02a extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments. 3 years ago
David Lechner 81dbea1ce3 shared/readline: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
IhorNehrutsa 1ea82b6dcc esp32,esp8266: Rename WLAN dhcp_hostname config to hostname. 2 years ago
Jim Mussared 3ce21945b1 docs/library/bluetooth: Add link to aioble. 2 years ago
Damien George db7682e02d extmod/uasyncio: Implement stream read(-1) to read all data up to EOF. 4 years ago
Christian Walther ba21f76f89 esp32/modesp32: Add wake_on_ulp() so ULP can wake CPU from deepsleep. 2 years ago
Luiz Brandao 7861eddd0f docs/library/uasyncio: Consistently use "uasyncio" instead of "asyncio". 3 years ago
Patrick Joy 3d58bb23c2 docs/library/machine: Add note on interrupts being critical to system. 3 years ago
Stewart C. Russell f12754af06 docs: Set LaTeX engine to XeLaTeX for PDF generation. 4 years ago
Damien George 9175482f29 docs/library: Remove unnecessary "pyb." prefix on class names. 2 years ago
Howard Lovatt 89e1e67748 docs/library/pyb.Timer: Document `brk` argument and its constants. 4 years ago
David Lechner a565811f23 extmod/modbtree: Use buffer protocol for keys/values. 2 years ago
David Lechner c118b5d0e4 extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk. 2 years ago
iabdalkader 6e868d47dc docs: Update to use new WLAN argument names for ssid/security/key. 2 years ago
Maureen Helm bada8b3cad zephyr: Upgrade to Zephyr v3.1.0. 2 years ago
Damien George 9b486340da all: Bump version to 1.19.1. 2 years ago
Damien George d7919ea71e all: Bump version to 1.19. 2 years ago
Andrew Scheller cedb93c179 docs: Update Raspberry Pi URLs from .org to .com. 2 years ago
Damien George cf7d962cf3 docs/reference/mpyfiles: Update .mpy description to match latest format. 2 years ago
Damien George 9670a156da all: Rename MICROPY_PY_WIZNET5K to MICROPY_PY_NETWORK_WIZNET5K. 2 years ago
Damien George efe23aca71 all: Remove third argument to MP_REGISTER_MODULE. 2 years ago
Andrew Leech ea9a904b72 docs/reference/manifest: Add link to details about opt-level for freeze. 3 years ago
robert-hh f795d5bc38 docs/mimxrt: Move the pinout tables to a separate document. 3 years ago
robert-hh eda52e4d73 docs/mimxrt: Add i.MX RT1015 to general.rst, and a few clarifications. 3 years ago
David Lechner c012318d74 unix: Implement `-X realtime` command-line option on macOS. 3 years ago