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
2024-12-10
mimxrt/machine_rtc: Deprecate RTC.cancel in MicroPython v2.
Alessandro Gatti
2024-12-03
docs/library/binascii: Add docs for binascii.crc32 method.
Amirreza Hamzavi
2024-11-30
docs,ports: Fix some comments and error messages with doubled-up words.
chuangjinglu
2024-11-28
docs,esp32: Update machine.TouchPad docs for ESP32-S2 and ESP32-S3.
Angus Gratton
2024-11-28
tests/multi_espnow: Add channel setting test, add some docs.
Angus Gratton
2024-11-19
docs: Change copyright line to mention "authors and contributors".
Damien George
2024-11-19
docs/library: Note link between machine.soft_reset() and sys.exit().
Angus Gratton
2024-11-19
docs/esp32: Add a factory reset page.
Angus Gratton
2024-11-19
docs/rp2: Add a small factory reset page.
Angus Gratton
2024-11-19
docs: Add a "Reset and Boot Sequence" reference page.
Angus Gratton
2024-11-18
ports: Make PWM duty_u16 have an upper value of 65535 across all ports.
robert-hh
2024-11-13
extmod/network_ppp: Add stream config parameter.
Daniël van de Giessen
2024-11-08
docs: Specify the recommended network.WLAN.IF_[AP|STA] constants.
Angus Gratton
2024-11-04
tests/run-tests.py: Change --target/--device options to --test-instance.
Damien George
2024-10-31
docs/reference/packages: Fix description of --target option in mip.
Jan Klusáček
2024-10-22
rp2/machine_uart: Make it so TX is done only when no longer busy.
Damien George
2024-10-15
rp2/rp2_pio: Add support for RP2350A/B variants in PIO interface.
Phil Howard
2024-10-09
esp32: Add support for esp32c6.
Andrew Leech
2024-10-09
docs/reference/mpremote: Update docs to mention new features.
Damien George
2024-10-01
zephyr: Allow using devicetree node labels to construct machine objects.
Maureen Helm
2024-10-02
zephyr: Upgrade to Zephyr v3.7.0.
Maureen Helm
2024-10-02
docs/zephyr: Update docs to reflect device name changes.
Maureen Helm
2024-09-19
py/objringio: Add micropython.RingIO() interface for general use.
Andrew Leech
2024-09-19
py/scheduler: Only run callbacks on the main thread if GIL is disabled.
Angus Gratton
2024-09-19
docs/library: Document machine.Pin.toggle() method.
Angus Gratton
2024-09-17
docs/library: Document math.log with two arguments.
Damien George
2024-09-17
docs/reference: Fix pyboard.py filesystem cp example with three files.
Damien George
2024-09-17
docs/esp32: Update pin access example with addresses for ESP32-S3.
Paul Grayson
2024-09-06
samd/mphalport: Simplify mp_hal_delay_ms().
robert-hh
2024-08-29
docs/library: Document the network.PPP class.
Damien George
2024-08-29
docs/library/machine.UART: Extend the documentation for UART.irq.
robert-hh
2024-08-29
docs/library/machine.UART: Fix UART.irq docs to match current code.
Damien George
2024-08-20
rp2/modmachine: Set the peripheral frequency with machine.freq().
robert-hh
2024-08-20
docs/mimxrt/quickref: Add a note about machine.RTC() subseconds.
robert-hh
2024-08-01
docs/library/neopixel: Mention bitstream timing tuple.
Tim Weber
2024-08-01
py/py.mk: Add SRC_USERMOD_LIB_ASM to include assembly files.
George Hopkins
2024-07-23
docs: Specify that machine.idle() returns at least every 1ms.
Angus Gratton
2024-07-05
docs: Update docs to replace ifconfig with ipconfig.
Felix Dörre
2024-07-04
docs/rp2/quickref: Document the use of channel numbers for ADC.
robert-hh
2024-07-02
extmod/machine_usb_device: Add USBDevice.remote_wakeup method.
Felix Dörre
2024-06-24
py/objint: Fix int.to_bytes() buffer size checks.
Angus Gratton
2024-06-21
mpy-cross: Add RISC-V RV32IMC support in MPY files.
Alessandro Gatti
2024-05-27
LICENSE,docs: Update copyright year range to include 2024.
Damien George
2024-05-15
docs/library/asyncio: Document that ThreadSafeFlag now works on unix.
Damien George
2024-05-15
docs/reference: Document how to mip install packages from GitLab.
Olivier Lenoir
2024-05-09
docs/library/machine.USBDevice: Update note about packages in mp-lib.
Angus Gratton
2024-05-07
esp32/modesp32: Add mcu_temperature() function for C3/S2/S3 devices.
Rick Sorensen
2024-05-07
docs/esp32/quickref: Add note about different ESP32 varieties.
Rick Sorensen
2024-04-29
docs/develop/optimizations: Fix typo identified in issue 14391.
Matt Trentini
2024-04-17
shared/tinyusb: Fix dynamic USB control callbacks for wLength==0.
Angus Gratton
[next]