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
2020-01-09
py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.
Damien George
2020-01-07
stm32/boards/PYBD: Change RTC asynch prediv from 1 to 4.
Damien George
2020-01-06
tests/unix: Make unix time test pass on more platforms.
stijn
2020-01-06
tests/cpydiff: Add CPy diff-test for using dict.keys() as a set.
Damien George
2020-01-06
esp32/Makefile: Assign result of $call to dummy var for older make.
Damien George
2020-01-06
docs/library/machine.UART.rst: Detail timeout behaviour of read methods.
Jason Neal
2020-01-06
docs/library/machine.I2C.rst: Use positional-only arguments syntax.
Jason Neal
2020-01-06
tests/run-tests: Handle 'CRASH' return by float.py feature test.
David Lechner
2020-01-06
docs: More consistent capitalization and use of articles in headings.
Jason Neal
2020-01-06
tools/gen-cpydiff.py: Adjust subsections to sentence case.
Jason Neal
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
[next]