summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2024-08-01docs/library/neopixel: Mention bitstream timing tuple.Tim Weber
2024-08-01py/py.mk: Add SRC_USERMOD_LIB_ASM to include assembly files.George Hopkins
2024-07-23docs: Specify that machine.idle() returns at least every 1ms.Angus Gratton
2024-07-05docs: Update docs to replace ifconfig with ipconfig.Felix Dörre
2024-07-04docs/rp2/quickref: Document the use of channel numbers for ADC.robert-hh
2024-07-02extmod/machine_usb_device: Add USBDevice.remote_wakeup method.Felix Dörre
2024-06-24py/objint: Fix int.to_bytes() buffer size checks.Angus Gratton
2024-06-21mpy-cross: Add RISC-V RV32IMC support in MPY files.Alessandro Gatti
2024-05-27LICENSE,docs: Update copyright year range to include 2024.Damien George
2024-05-15docs/library/asyncio: Document that ThreadSafeFlag now works on unix.Damien George
2024-05-15docs/reference: Document how to mip install packages from GitLab.Olivier Lenoir
2024-05-09docs/library/machine.USBDevice: Update note about packages in mp-lib.Angus Gratton
2024-05-07esp32/modesp32: Add mcu_temperature() function for C3/S2/S3 devices.Rick Sorensen
2024-05-07docs/esp32/quickref: Add note about different ESP32 varieties.Rick Sorensen
2024-04-29docs/develop/optimizations: Fix typo identified in issue 14391.Matt Trentini
2024-04-17shared/tinyusb: Fix dynamic USB control callbacks for wLength==0.Angus Gratton
2024-03-28docs/reference/mpyfiles: Document change in .mpy sub-version.Damien George
2024-03-26docs/library/machine.RTC: Add docs for RTC.memory() method.Amirreza Hamzavi
2024-03-20py/binary: Support half-float 'e' format in struct pack/unpack.Matthias Urlichs
2024-03-19docs/library/rp2.DMA: Add documentation for rp2 DMA support.Nicko van Someren
2024-03-19docs/library/collections: Update deque docs to describe new features.Damien George
2024-03-15docs/library/openamp: Document the new openamp module.iabdalkader
2024-03-15extmod/machine_usb_device: Add support for Python USB devices.Angus Gratton
2024-03-08esp32/network_lan: Add a separate argument to set PHY power pin.robert-hh
2024-03-07all: Prune trailing whitespace.Phil Howard
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2024-02-29docs/library/bluetooth: Add note that ESP32 supports pairing/bonding.Daniël van de Giessen
2024-02-16py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t.Damien George
2024-02-08tools/manifestfile.py: Change library search to use a list of paths.Damien George
2024-02-07docs/library/sys.rst: Document implementation.version.releaselevel.Jos Verlinde
2024-02-07docs: Use vfs module instead of os.Damien George
2024-02-07docs/reference/micropython2_migration.rst: Add info about os and vfs.Damien George
2024-02-07docs/library: Move vfs functions and classes from os to vfs module docs.Damien George
2024-02-05docs/library/ssl: Change wrap_socket args keyfile/certfile to key/cert.Damien George
2024-01-25docs: Add note about position-only arguments in CPython vs MicroPython.Angus Gratton
2024-01-16docs/develop/porting: Fix argument type of mp_lexer_new_from_file().Damien George
2024-01-05all: Fix "reuse" and "overridden" spelling mistakes.Damien George
2024-01-02docs/samd/pinout: Update pinout docs with fixed pin assignment.robert-hh
2023-12-14docs/library: Document SSLContext cert methods and asyncio support.Carlosgg
2023-12-11docs/esp32/quickref: Add DAC example.Ihor Nehrutsa
2023-11-22docs/library/esp: Correct the description of esp.osdebug().Angus Gratton
2023-11-09esp32/esp32_rmt: Add RMT.PULSE_MAX constant.Mark Blakeney
2023-11-09esp32/esp32_rmt: Change RMT.source_freq() to class method.Mark Blakeney
2023-11-09mimxrt/boards/OLIMEX_RT1010: Adjust the UART pin assignment.robert-hh
2023-11-07extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code.Damien George
2023-11-06docs/samd: Fix the pinout for SAMD21 Itsy Bitsy Express M0.robert-hh
2023-11-05docs/mimxrt: Change the examples which denote a Pin with a number.robert-hh
2023-11-03all: Update Python formatting to ruff-format.Jim Mussared
2023-10-27docs/reference/micropython2_migration: Add migration guide.Jim Mussared
2023-10-16docs/library/io: Remove io.FileIO and io.TextIOWrapper.Thomas Ackermann