1262 Commits (60f33a8bb6b27fe72845fc52c2310a42fe316ad0)

Author SHA1 Message Date
robert-hh 0b3b508d1d rp2/machine_pwm: Add support for inverting a PWM channel output. 2 years ago
robert-hh dc8f9d22ca docs: Update the PWM examples based on recent API improvements. 2 years ago
robert-hh 250757716a samd/machine_pwm: Add init() method to PWM and simplify the PWM code. 2 years ago
Christian Clauss 8f8bd98164 all: Fix strings with backslash by using raw string literals. 2 years ago
Glenn Moloney 7fa322afb8 esp32,esp8266: Add support for the Espressif ESP-NOW protocol. 4 years ago
algonell a39e2827b7 docs/reference: Remove double 'are' in glossary. 2 years ago
Damien George b1229efbd1 all: Fix spelling mistakes based on codespell check. 2 years ago
Takeo Takahashi dc7de6ed83 renesas-ra: Change MICROPY_HW_BOARD_NAME definition to product name. 2 years ago
Damien George 57ca8b71ee LICENSE,docs: Update copyright year range to include 2023. 2 years ago
Jim Mussared a6aa7397d8 extmod/btstack: Include value handle in client read/write events. 2 years ago
Jim Mussared bc9ec1cf71 extmod/modbluetooth: Merge gatts_notify/indicate implementation. 2 years ago
David (Pololu) bf3eb9dc39 rp2/machine_i2c: Add timeout parameter for machine.I2C(). 2 years ago
David Grayson f80d040c03 rp2/modrp2: Disable other core, shorten delay to 8us in bootsel_button. 2 years ago
Jim Mussared 8b277d3c34 docs/library/network: Update docs for network.country, network.hostname. 2 years ago
robert-hh 76cf98c35b samd/mcu: Implement a hardware seed for the SAMD21 random module. 2 years ago
enriquezgarc 5c10727b68 docs/zephyr/quickref: Fix zsensor module usage examples. 2 years ago
Chris Overgaauw 23ef29706e docs/reference/constrained: Add missing heap-dump symbols to mem_info(). 2 years ago
LiaoJingyi_winY7kp 7f6345a973 docs/library/machine.Timer: Add freq argument to machine.Timer. 2 years ago
robert-hh 30bac47b12 docs/esp32/quickref: Add docs for the LAN interface constructor. 2 years ago
Dorukyum f4811b0b42 docs/library/socket: Use correct sockaddr variable name. 2 years ago
Paul Warren a322ebafc0 docs/library/rp2.StateMachine: Expand put() documentation. 2 years ago
Stig Bjørlykke 209a6bb6b7 docs/rp2: Make LED have exactly 50% duty cycle in PIO 1Hz example. 2 years ago
robert-hh 988b6e2dae renesas-ra: Add the UART methods uart.txdone() and uart.flush(). 2 years ago
robert-hh e69313f89c samd: Add a vref=num option to the ADC and DAC constructor. 2 years ago
David Lechner f3d9fe7b2c docs/differences: Add Python 3.10 page. 2 years ago
David Lechner 918e0ae164 docs/differences: Update Python 3.9 status. 2 years ago
Damien George 2283b6d68f py: Pass in address to compiled module instead of returning it. 2 years ago
Jim Mussared 3ecbaf1e06 docs/library/neopixel: Update GitHub URL for neopixel.py link. 2 years ago
Laurens Valk a6fd13a026 docs/library/struct: Embed format tables. 2 years ago
Laurens Valk 6503cd47af docs/library/struct: Fix buffer argument description. 2 years ago
Michael Mogenson 921f397acb tools/mpremote: Only auto connect to serial device with USB VID/PID. 2 years ago
Laurens Valk a67989aa20 examples/usercmodule: Add example of a native C class. 2 years ago
yn386 a74e4fabeb stm32/i2c: Fix I2C frequency calc so it doesn't exceed requested rate. 2 years ago
TPReal 859d0e9529 docs/library/framebuf: Clarify docs for blit regarding palette. 2 years ago
robert-hh 3459a4fa3d mimxrt/network: Rename the argument clock_mode to ref_clk_mode. 2 years ago
Peter Hinch d1ed0f1610 docs/library/uasyncio: Describe restriction on ThreadSafeFlag. 2 years ago
Sky c1ae7d7534 docs/library/pyb.CAN: Update the recv example to take a 5-tuple. 2 years ago
Howard Lovatt d2f8127258 docs/library/array: Add docs for dunder methods. 4 years ago
Takeo Takahashi 5228f4067d renesas-ra: Change file system size to 64KB for RA6M1. 2 years ago
Takeo Takahashi 75012cfd6e docs/renesas-ra: Correct the internal file system size of EK-RA6M2. 2 years ago
Damien George ec12cc5ba6 docs/develop: Fix mp_compile snippet to match latest code. 2 years ago
robert-hh b3ce059767 docs/samd/pinout: Fix the pin numbering for the default assignments. 2 years ago
Matt Trentini e65b12a1b9 docs/library/machine: Add machine.memX to docs with brief example. 2 years ago
robert-hh 65fa7fd8bb mimxrt/machine_timer: Use soft-timer implementation for machine.Timer. 2 years ago
robert-hh 11910e2fa1 docs/samd: Add documentation for the samd port. 2 years ago
Jim Mussared 64af916c11 docs/templates/layout.html: Indicate latest vs release docs. 2 years ago
Jim Mussared 3cc6decfc4 py/py.mk: Make user-C-module handling self-contained in py.mk. 2 years ago
Jim Mussared 17f2783e4a all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS. 2 years ago
Jim Mussared 12ca918eb2 tools/mpremote: Add `mpremote mip install` to install packages. 2 years ago
Jim Mussared 924a3e03ec top: Replace upip with mip everywhere. 2 years ago