1262 Commits (60f33a8bb6b27fe72845fc52c2310a42fe316ad0)

Author SHA1 Message Date
robert-hh 1a6279ba37 samd/mphalport: Simplify mp_hal_delay_ms(). 3 months ago
Damien George 35b6a66b0b docs/library: Document the network.PPP class. 2 months ago
robert-hh 03b1b6d8e6 docs/library/machine.UART: Extend the documentation for UART.irq. 8 months ago
Damien George 9bbe61607a docs/library/machine.UART: Fix UART.irq docs to match current code. 8 months ago
robert-hh 7270b871c2 rp2/modmachine: Set the peripheral frequency with machine.freq(). 9 months ago
robert-hh 76dd4facb9 docs/mimxrt/quickref: Add a note about machine.RTC() subseconds. 4 months ago
Tim Weber d1685a3f5f docs/library/neopixel: Mention bitstream timing tuple. 4 months ago
George Hopkins 066243ea74 py/py.mk: Add SRC_USERMOD_LIB_ASM to include assembly files. 4 months ago
Angus Gratton 81daba31c5 docs: Specify that machine.idle() returns at least every 1ms. 4 months ago
Felix Dörre 4d16a9cced docs: Update docs to replace ifconfig with ipconfig. 8 months ago
robert-hh f36a5654a8 docs/rp2/quickref: Document the use of channel numbers for ADC. 9 months ago
Felix Dörre 57008a1e69 extmod/machine_usb_device: Add USBDevice.remote_wakeup method. 5 months ago
Angus Gratton 908ab1ceca py/objint: Fix int.to_bytes() buffer size checks. 11 months ago
Alessandro Gatti 99f5659cf5 mpy-cross: Add RISC-V RV32IMC support in MPY files. 5 months ago
Damien George 5f6e689124 LICENSE,docs: Update copyright year range to include 2024. 5 months ago
Damien George abd1f28bc2 docs/library/asyncio: Document that ThreadSafeFlag now works on unix. 6 months ago
Olivier Lenoir e816b49c44 docs/reference: Document how to mip install packages from GitLab. 8 months ago
Angus Gratton c3301da176 docs/library/machine.USBDevice: Update note about packages in mp-lib. 6 months ago
Rick Sorensen 63c30a2dfc esp32/modesp32: Add mcu_temperature() function for C3/S2/S3 devices. 11 months ago
Rick Sorensen 595f86155a docs/esp32/quickref: Add note about different ESP32 varieties. 11 months ago
Matt Trentini b1ac266bb5 docs/develop/optimizations: Fix typo identified in issue 14391. 6 months ago
Angus Gratton d11ca092f7 shared/tinyusb: Fix dynamic USB control callbacks for wLength==0. 7 months ago
Damien George 628a37e6cf docs/reference/mpyfiles: Document change in .mpy sub-version. 8 months ago
Amirreza Hamzavi 57de9da352 docs/library/machine.RTC: Add docs for RTC.memory() method. 1 year ago
Matthias Urlichs e520fa2e0f py/binary: Support half-float 'e' format in struct pack/unpack. 1 year ago
Nicko van Someren 77f08b72ca docs/library/rp2.DMA: Add documentation for rp2 DMA support. 10 months ago
Damien George d92dff881c docs/library/collections: Update deque docs to describe new features. 8 months ago
iabdalkader e5ca06a06f docs/library/openamp: Document the new openamp module. 8 months ago
Angus Gratton 9d0d262be0 extmod/machine_usb_device: Add support for Python USB devices. 12 months ago
robert-hh cdfc6c159f esp32/network_lan: Add a separate argument to set PHY power pin. 8 months ago
Phil Howard dda9b9c6da all: Prune trailing whitespace. 8 months ago
Angus Gratton decf8e6a8b all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
Daniël van de Giessen 678707c8b0 docs/library/bluetooth: Add note that ESP32 supports pairing/bonding. 11 months ago
Damien George e2ff00e811 py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t. 9 months ago
Damien George 35dd959133 tools/manifestfile.py: Change library search to use a list of paths. 9 months ago
Jos Verlinde 2bdaa1bede docs/library/sys.rst: Document implementation.version.releaselevel. 10 months ago
Damien George 4c56b39051 docs: Use vfs module instead of os. 9 months ago
Damien George 5804aa0204 docs/reference/micropython2_migration.rst: Add info about os and vfs. 12 months ago
Damien George 45f99cb445 docs/library: Move vfs functions and classes from os to vfs module docs. 12 months ago
Damien George ac8e7f7b67 docs/library/ssl: Change wrap_socket args keyfile/certfile to key/cert. 9 months ago
Angus Gratton 307ecc5707 docs: Add note about position-only arguments in CPython vs MicroPython. 10 months ago
Damien George f9df08d8ee docs/develop/porting: Fix argument type of mp_lexer_new_from_file(). 10 months ago
Damien George ee226a8b43 all: Fix "reuse" and "overridden" spelling mistakes. 10 months ago
robert-hh 8498b0b13e docs/samd/pinout: Update pinout docs with fixed pin assignment. 12 months ago
Carlosgg 05d3b22301 docs/library: Document SSLContext cert methods and asyncio support. 1 year ago
Ihor Nehrutsa e423b3c0ba docs/esp32/quickref: Add DAC example. 1 year ago
Angus Gratton a800ed5ae3 docs/library/esp: Correct the description of esp.osdebug(). 1 year ago
Mark Blakeney 2888c5b230 esp32/esp32_rmt: Add RMT.PULSE_MAX constant. 1 year ago
Mark Blakeney fbb7c32040 esp32/esp32_rmt: Change RMT.source_freq() to class method. 1 year ago
robert-hh f07f90f1ab mimxrt/boards/OLIMEX_RT1010: Adjust the UART pin assignment. 1 year ago