aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-04docs: Rename machine.ADC docs to machine.ADCWiPy.Damien George
2019-09-04stm32/powerctrl: Fix machine.bootloader() for L0 MCUs.Jim Mussared
2019-09-03stm32/dma: Fix DMA config for L0 MCUs.Jim Mussared
2019-09-03windows/msvc: Treat compiler warnings as errors.stijn
2019-09-03docs/library/pyb.DAC.rst: Correct frequency for triangle mode output.Jim Mussared
2019-09-03esp32/Makefile: Fix subst->patsubst in ESPIDF_BOOTLOADER_SUPPORT_O.Jim Mussared
2019-09-02py/bc: Fix size calculation of UNWIND_JUMP opcode in mp_opcode_format.Damien George
2019-09-02py/binary: Change mp_uint_t to size_t for index, size, align args.Damien George
2019-09-02py/modstruct: Fix struct.pack_into with unaligned offset of native type.Damien George
2019-09-02py/modstruct: Fix struct.unpack with unaligned offset of native type.Tom McDermott
2019-08-31py/objtuple: Allow compatible subclasses of tuple in mp_obj_tuple_get.Jeff Epler
2019-08-30travis: Add new job to test unix port with sys.settrace enabled.Damien George
2019-08-30tools/mpy-tool.py: Add initial support for frozen with settrace.Damien George
2019-08-30esp8266: Put new profile code in iROM.Damien George
2019-08-30py/profile: Add debugging for sys.settrace feature.Milan Rossa
2019-08-30tests: Add tests for sys.settrace feature.Milan Rossa
2019-08-30py: Integrate sys.settrace feature into the VM and runtime.Milan Rossa
2019-08-30py/profile: Add initial implementation of sys.settrace feature.Milan Rossa
2019-08-30py/bc: Factor out code to get bytecode line number info into new func.Damien George
2019-08-30py/compile: Improve the line numbering precision for lambdas.Damien George
2019-08-29stm32/stm32_it: Include correct EXTI interrupt handlers for L0 MCUs.Damien George
2019-08-28nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars.Damien George
2019-08-28esp32: Add 'config' function to network.LAN, reusing network.WLAN.Eric Poulsen
2019-08-28docs/reference/speed_python: Add missing self to var caching example.Paul m. p. P
2019-08-28stm32/extint: Fix EXTI mapping of PVD and RTC events for H7 MCUs.iabdalkader
2019-08-28tests: Split out test for optimisation level and line-no printing.Damien George
2019-08-28py: Add global default_emit_opt variable to make emit kind persistent.Damien George
2019-08-28mpy-cross/main: Only accept full emit cmdline options if native enabled.Damien George
2019-08-28unix/main: Only accept full emit cmd-line options if native enabled.Damien George
2019-08-28stm32/boards/PYBD_SF2: Exclude certain things when building mboot.Damien George
2019-08-28stm32/mboot/Makefile: Define "BUILDING_MBOOT" when building mboot.Damien George
2019-08-28stm32/mphalport: Put PYBD specific MAC code in board specific file.Damien George
2019-08-28py/vm: Don't add traceback info for exceptions that are re-raised.Damien George
2019-08-28py/vm: Don't add traceback info for exc's propagated through a finally.Damien George
2019-08-27py/py.mk: Remove trailing spaces at end of line.Damien George
2019-08-22extmod/crypto-algorithms: Add source to header and populate copyright.Damien George
2019-08-22py/vm: Shorten error message for not-implemented opcode.Damien George
2019-08-22py/bc0.h: Add comment that MP_BC_MAKE_CLOSURE/_DEFARGS take extra byte.Damien George
2019-08-22py/objgenerator: Move defn of mp_const_GeneratorExit_obj here.Damien George
2019-08-22py/runtime: Remove obsolete comment about mp_parse_compile_execute.Damien George
2019-08-22tests/extmod: Split json.loads of bytes/bytearray into separate test.Damien George
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