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