aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-29py/objslice: Inline fetching of slice paramters in str_subscr().Nicko van Someren
2019-12-28py/objslice: Add support for indices() method on slice objects.Nicko van Someren
2019-12-28nrf/examples: Fix typo in mountsd.py, wireing -> wiring.Tim Gates
2019-12-28unix/modos: Add uos.rename and uos.rmdir.Damien George
2019-12-28unix/modtime: Add utime.mktime function, to complement utime.localtime.Andrew Leech
2019-12-28py: Clean up commented-out code and comments about exception hierarchy.Damien George
2019-12-28nrf/main: Remove unnecessary repl_info(0) call.Yonatan Goldschmidt
2019-12-28lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.Yonatan Goldschmidt
2019-12-27extmod/modbluetooth: Fix func prototype, empty args should be (void).Yonatan Goldschmidt
2019-12-27ports: Allow overriding CROSS_COMPILE in a custom makefile.David Lechner
2019-12-27py/obj.h: Use 32-bit shift in MP_OBJ_NEW_QSTR calc for obj-repr D.Damien George
2019-12-27py/objstr: Don't use inline GET_STR_DATA_LEN for object-repr D.Damien George
2019-12-27travis: Add stm32 build in nanbox mode.Damien George
2019-12-27stm32: Add configuration to build in nanbox mode.Damien George
2019-12-27stm32: Fix to build in nanbox mode.Damien George
2019-12-27drivers/cyw43: Fix to build in nanbox mode.Damien George
2019-12-27extmod: Fix modbluetooth and modwebrepl to build in nanbox mode.Damien George
2019-12-27py/objobject: Fix __setattr__/__delattr__ to build in nanbox mode.Damien George
2019-12-27py: Introduce MP_ROM_FALSE/MP_ROM_TRUE for ROM to refer to bool objects.Damien George
2019-12-27py: Introduce MP_ROM_NONE macro for ROM to refer to None object.Damien George
2019-12-27py/objsingleton: Use mp_generic_unary_op for singleton objects.Damien George
2019-12-27tests/micropython: Add test for yield-from while heap is locked.Damien George
2019-12-27py/runtime: Don't allocate iter buf for user-defined types.Damien George
2019-12-27travis: Add new job to build and test unix coverage in 32-bit mode.Damien George
2019-12-27tests/extmod: Split out VfsFat finaliser tests to separate test file.Damien George
2019-12-27tests/run-tests: Add "--mpy-cross-flags" arg to specify mpy-cross flags.Damien George
2019-12-27py/asmx86: Remove unused 5th argument facility.Damien George
2019-12-27py/asmx86: Fix stack to be 16-byte aligned for entry and sub-call.Damien George
2019-12-23extmod/uzlib: Explicitly cast ptr-diff-expr to unsigned.Damien George
2019-12-23py/nlrx86: Silence possible warnings about unused nlr argument.Damien George
2019-12-21py/objobject: Add object.__delattr__ function.Yonatan Goldschmidt
2019-12-21py/objobject: Add object.__setattr__ function.Yonatan Goldschmidt
2019-12-21stm32/mbedtls: Resize mbedtls output buffer from 16 down to 4 kiB.Jim Mussared
2019-12-20py/obj.h: Remove comments about additional mp_buffer_info_t entries.Damien George
2019-12-20py: Remove commented-out debug printf's from emitbc and objlist.Damien George
2019-12-20all: Bump version to 1.12.Damien George
2019-12-20tests/pyb: Adjust UART and Timer tests to work on PYBD_SF6.Damien George
2019-12-20py/profile: Fix debug opcode decoding of MP_BC_RAISE_xxx opcodes.Damien George
2019-12-20py/vm: Fix comment to refer to MP_BC_RAISE_OBJ instead of RAISE_VARARGS.Damien George
2019-12-20stm32/boards/PYBD: Include webrepl helper scripts in frozen manifest.Damien George
2019-12-20extmod/webrepl: Move webrepl scripts to common place and use manifest.Jim Mussared
2019-12-20docs/esp32: Add quickref and full docs for esp32.RMT class.Matt Trentini
2019-12-20esp32/esp32_rmt: Add initial support for RMT peripheral.Matt Trentini
2019-12-19qemu-arm/Makefile: Allow overriding CROSS_COMPILE from another makefile.David Lechner
2019-12-19tools/tinytest-codegen.py: Add extra newline and result message.David Lechner
2019-12-19Revert "lib/tinytest: Clean up test reporting in the presence of std..."David Lechner
2019-12-19stm32/timer: Add missing TIM 1/15/16/17 IRQ handlers for H7 MCUs.iabdalkader
2019-12-19docs/develop: Add documentation on how to build native .mpy modules.Damien George
2019-12-19docs/reference: Add documentation describing use of .mpy files.Damien George
2019-12-19examples/natmod: Add very simple features0 example to compute factorial.Damien George