10584 Commits (5501092776d6e2ca5c4aa901b3b226d2bb1db572)
 

Author SHA1 Message Date
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
Arsenijs 00e7fe8ab1 docs/library/framebuf: Add missing module reference in example code. 5 years ago
Damien George 48f43b77aa tests: Add tests for overriding builtins.__import__. 5 years ago
Paul m. p. P f60229e261 py/modio: Call mp_import_name to do resource stream import. 5 years ago
Paul m. p. P 60f1063797 py/runtime: Allow to override builtins.__import__ with Python func. 5 years ago
Paul m. p. P a8e3201b37 py/builtinimport: Populate __file__ when importing frozen or mpy files. 5 years ago
Damien George 7c15e50eb8 esp32/Makefile: Include CFLAGS_EXTRA in CFLAGS definition. 5 years ago
Eric Poulsen 01054f2092 py/objdict: Quote non-string types when used as keys in JSON output. 5 years ago
Damien George 8f55a8fab6 travis: Build an stm32 board with threading enabled to test it with CI. 5 years ago
Damien George 473157eeb9 stm32/usbd_hid_interface: Include extra header to build with threading. 5 years ago
Damien George ad0b7cb017 stm32/boards/xxx_WB55: Enable USB HID now that it works on WB MCUs. 5 years ago