10494 Commits (973c87d8fa41c3ae0c46be4f234726ecc3ac9d8a)
 

Author SHA1 Message Date
Damien George 973c87d8fa py/objgenerator: Move defn of mp_const_GeneratorExit_obj here. 5 years ago
Damien George bc9b656f35 py/runtime: Remove obsolete comment about mp_parse_compile_execute. 5 years ago
Damien George 2eb88f5df7 tests/extmod: Split json.loads of bytes/bytearray into separate test. 5 years ago
Damien George 2dfa69efbb extmod/modujson: Support passing bytes/bytearray to json.loads. 5 years ago
Damien George 8e7745eb31 py/emitbc: Make all emit_write_bytecode_* funcs take a stack_adj arg. 5 years ago
Damien George 3d9bd80447 py/emitbc: Rewrite switch in load_const_tok to reduce code size. 5 years ago
Damien George 96ace8082e esp8266/machine_uart: Allow remapping UART TX/RX pins from 1/3 to 15/13. 5 years ago
roland van straten fe3c064d42 samd: Add minimum config for Atmel SAMD21-XPLAINED-PRO board. 5 years ago
Damien George 05eb897d06 esp32: Add esp32.Partition class to expose partition and OTA funcs. 5 years ago
Damien George 0cc8910bc5 extmod: Give vars/funcs unique names so STATIC can be set to nothing. 5 years ago
Damien George 3327dfc16e extmod/moducryptolib: Use "static" not "STATIC" for inline functions. 5 years ago
Jim Mussared 0bd1eb80ff qemu-arm: Add testing of frozen native modules. 5 years ago
Jim Mussared 4ab5156c01 tools/mpy-tool.py: Force native func alignment to halfword/word on ARM. 5 years ago
Milan Rossa ae6fe8b43c py/compile: Improve the line numbering precision for comprehensions. 5 years ago
Damien George 7d851a27f1 extmod/modure: Make regex dump-code debugging feature optional. 5 years ago
Peter Hinch 3a679eaf00 docs/reference/speed_python: Update that read-only buffers are accepted. 5 years ago
Damien George 11ecdf2ec6 py/nlr: Use MP_UNREACHABLE at the end of arch-specific nlr_jump funcs. 5 years ago
Damien George 0c80cb39af py: Introduce MP_UNREACHABLE macro to annotate unreachable code. 5 years ago
stijn af5c998f37 py/modmath: Implement math.isclose() for non-complex numbers. 5 years ago
Damien George 3eff81288c stm32/i2c: Fix generation of restart condition for hw I2C on F0/F7. 5 years ago
Jim Mussared eb7eed5d92 samd/boards: Add Mini SAM M4 board configuration. 5 years ago
Jim Mussared 90188cc92b samd/boards: Add Adafruit Feather M0 Express board configuration. 5 years ago
Jim Mussared a5d85d306c samd: Make common linker scripts, rename board.mk to mpconfigboard.mk. 5 years ago
Jim Mussared 8db517f26d esp32: Add per-board configs, following other ports. 5 years ago
Damien George 497683b315 gitignore: Put build-*/ pattern in top-level gitignore file. 5 years ago
Damien George acfbb9febd py/objarray: Fix amount of free space in array when doing slice assign. 5 years ago
Damien George baeebc557c esp32/modules: On initial setup mount internal flash at root. 5 years ago
Damien George 64abc1f47a tests/unix: Update extra_coverage expected output with new atexit func. 5 years ago
Vicki Lowe afd10a4531 docs/pyboard: Emphasize the instructions for making a USB mouse. 5 years ago
Tom McDermott d5a7741606 docs/library: Document that sys.version_info returns a 3-tuple only. 5 years ago
Vicki Lowe 6592a30f4b docs/pyboard: Clarify initial files on pyboard and fix up formatting. 5 years ago
Vicki Lowe 57476a3c37 docs/pyboard: Update name of mounted volume to match code. 5 years ago
Damien George ed9c0185d8 docs/library/sys: Add documentation for sys.atexit function. 5 years ago
Milan Rossa 28cb15d131 tests/misc/sys_atexit: Add test for new sys.atexit feature. 5 years ago
Milan Rossa 6f0c6bd774 unix: Enable sys.atexit, triggered after the main script ends. 5 years ago
Milan Rossa cb3647004f py: Implement new sys.atexit feature. 5 years ago
Damien George 2ccf030fd1 esp32: Add support for mDNS queries and responder. 5 years ago
Damien George 25d3509986 stm32/usbd: Make USB device FIFO sizes dynamically configurable. 5 years ago
Damien George 8485b72d0d stm32/boards/NUCLEO_L432KC: Add config for USB VCP support. 5 years ago
Damien George 97e8e036c5 stm32/usbd: Support USB device mode on STM32L432 MCUs. 5 years ago
Damien George bf733c27bb stm32/usbd: Introduce MICROPY_HW_USB_IS_MULTI_OTG to simplify USB config 5 years ago
Damien George ba607809f2 stm32/modpyb: Support building with PY_PYB_LEGACY on and HW_USB_HID off. 5 years ago
Kenta IDA b6906fa573 esp32/network_ppp: Add authentication support to the PPP interface. 5 years ago
Chris Wilson 3d02ebb4e8 stm32/sdcard: Support configuring the SD/MMC bus width to 1 or 4 bits. 5 years ago
Milan Rossa efdcd6baa7 py/showbc: Fix off-by-one when showing address of unknown opcode. 5 years ago
Damien George cd35dd9d9a py: Allow to pass in read-only buffers to viper and inline-asm funcs. 5 years ago
Damien George 2d3d4f7483 esp8266/mpconfigport.h: Enable lwIP raw sockets. 5 years ago
Damien George 102815f700 stm32/mpconfigport.h: Enable lwIP raw sockets. 5 years ago
Damien George 0e2b224b07 stm32/lwip_inc: Enable raw socket type. 5 years ago
Damien George 80f5cef8d4 extmod/modlwip: Implement raw sockets for lwIP. 5 years ago