aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-22extmod/modujson: Support passing bytes/bytearray to json.loads.Damien George
2019-08-22py/emitbc: Make all emit_write_bytecode_* funcs take a stack_adj arg.Damien George
2019-08-22py/emitbc: Rewrite switch in load_const_tok to reduce code size.Damien George
2019-08-21esp8266/machine_uart: Allow remapping UART TX/RX pins from 1/3 to 15/13.Damien George
2019-08-20samd: Add minimum config for Atmel SAMD21-XPLAINED-PRO board.roland van straten
2019-08-20esp32: Add esp32.Partition class to expose partition and OTA funcs.Damien George
2019-08-20extmod: Give vars/funcs unique names so STATIC can be set to nothing.Damien George
2019-08-20extmod/moducryptolib: Use "static" not "STATIC" for inline functions.Damien George
2019-08-20qemu-arm: Add testing of frozen native modules.Jim Mussared
2019-08-20tools/mpy-tool.py: Force native func alignment to halfword/word on ARM.Jim Mussared
2019-08-19py/compile: Improve the line numbering precision for comprehensions.Milan Rossa
2019-08-19extmod/modure: Make regex dump-code debugging feature optional.Damien George
2019-08-19docs/reference/speed_python: Update that read-only buffers are accepted.Peter Hinch
2019-08-19py/nlr: Use MP_UNREACHABLE at the end of arch-specific nlr_jump funcs.Damien George
2019-08-19py: Introduce MP_UNREACHABLE macro to annotate unreachable code.Damien George
2019-08-17py/modmath: Implement math.isclose() for non-complex numbers.stijn
2019-08-16stm32/i2c: Fix generation of restart condition for hw I2C on F0/F7.Damien George
2019-08-16samd/boards: Add Mini SAM M4 board configuration.Jim Mussared
2019-08-16samd/boards: Add Adafruit Feather M0 Express board configuration.Jim Mussared
2019-08-16samd: Make common linker scripts, rename board.mk to mpconfigboard.mk.Jim Mussared
2019-08-16esp32: Add per-board configs, following other ports.Jim Mussared
2019-08-16gitignore: Put build-*/ pattern in top-level gitignore file.Damien George
2019-08-15py/objarray: Fix amount of free space in array when doing slice assign.Damien George
2019-08-15esp32/modules: On initial setup mount internal flash at root.Damien George
2019-08-15tests/unix: Update extra_coverage expected output with new atexit func.Damien George
2019-08-15docs/pyboard: Emphasize the instructions for making a USB mouse.Vicki Lowe
2019-08-15docs/library: Document that sys.version_info returns a 3-tuple only.Tom McDermott
2019-08-15docs/pyboard: Clarify initial files on pyboard and fix up formatting.Vicki Lowe
2019-08-15docs/pyboard: Update name of mounted volume to match code.Vicki Lowe
2019-08-15docs/library/sys: Add documentation for sys.atexit function.Damien George
2019-08-15tests/misc/sys_atexit: Add test for new sys.atexit feature.Milan Rossa
2019-08-15unix: Enable sys.atexit, triggered after the main script ends.Milan Rossa
2019-08-15py: Implement new sys.atexit feature.Milan Rossa
2019-08-15esp32: Add support for mDNS queries and responder.Damien George
2019-08-15stm32/usbd: Make USB device FIFO sizes dynamically configurable.Damien George
2019-08-15stm32/boards/NUCLEO_L432KC: Add config for USB VCP support.Damien George
2019-08-15stm32/usbd: Support USB device mode on STM32L432 MCUs.Damien George
2019-08-15stm32/usbd: Introduce MICROPY_HW_USB_IS_MULTI_OTG to simplify USB configDamien George
2019-08-15stm32/modpyb: Support building with PY_PYB_LEGACY on and HW_USB_HID off.Damien George
2019-08-14esp32/network_ppp: Add authentication support to the PPP interface.Kenta IDA
2019-08-08stm32/sdcard: Support configuring the SD/MMC bus width to 1 or 4 bits.Chris Wilson
2019-08-06py/showbc: Fix off-by-one when showing address of unknown opcode.Milan Rossa
2019-08-06py: Allow to pass in read-only buffers to viper and inline-asm funcs.Damien George
2019-08-06esp8266/mpconfigport.h: Enable lwIP raw sockets.Damien George
2019-08-06stm32/mpconfigport.h: Enable lwIP raw sockets.Damien George
2019-08-06stm32/lwip_inc: Enable raw socket type.Damien George
2019-08-06extmod/modlwip: Implement raw sockets for lwIP.Damien George
2019-07-31docs/library/framebuf: Add missing module reference in example code.Arsenijs
2019-07-31tests: Add tests for overriding builtins.__import__.Damien George
2019-07-31py/modio: Call mp_import_name to do resource stream import.Paul m. p. P