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
path:
root
/
py
Age
Commit message (
Expand
)
Author
2019-08-06
py/showbc: Fix off-by-one when showing address of unknown opcode.
Milan Rossa
2019-08-06
py: Allow to pass in read-only buffers to viper and inline-asm funcs.
Damien George
2019-07-31
py/modio: Call mp_import_name to do resource stream import.
Paul m. p. P
2019-07-31
py/runtime: Allow to override builtins.__import__ with Python func.
Paul m. p. P
2019-07-31
py/builtinimport: Populate __file__ when importing frozen or mpy files.
Paul m. p. P
2019-07-30
py/objdict: Quote non-string types when used as keys in JSON output.
Eric Poulsen
2019-07-25
py/sequence: Fix grammar in comment about equality.
Yonatan Goldschmidt
2019-07-17
py/objstringio: Guard bytesio_stream_p struct w/ MICROPY_PY_IO_BYTESIO.
Paul m. p. P
2019-07-17
py/scheduler: Rename sched_stack to sched_queue.
Jim Mussared
2019-07-12
py/makeqstrdata.py: Allow using \r\n as a qstr if a port requires it.
Paul m. p. P
2019-07-12
py/asmarm: Use __builtin___clear_cache instead of __clear_cache.
David Lechner
2019-07-09
py/objgenerator: Add missing #if guard for PY_GENERATOR_PEND_THROW.
Laurens Valk
2019-07-03
py/nlrthumb: Check __thumb2__ instead of __ARM_ARCH_6M__.
David Lechner
2019-07-03
py/asmarm: Use __clear_cache on Linux/GCC when creating new asm code.
David Lechner
2019-07-01
py/persistentcode: Ensure prelude_offset is always initialised.
Paul m. p. P
2019-07-01
lib/utils/sys_stdio_mphal: Add support to poll sys.stdin and sys.stdout.
Damien George
2019-06-28
py/persistentcode: Fix compilation with load and save both enabled.
Jun Wu
2019-06-28
py: Define EMIT_MACHINE_CODE as EMIT_NATIVE || EMIT_INLINE_ASM.
Jun Wu
2019-06-25
py/mkrules.mk: Use $(CPP) not $(CC) -E for preprocessor rule.
Paul m. p. P
2019-06-19
py/nlrthumb: Save and restore VFP registers s16-s21 when CPU has them.
Damien George
2019-06-05
extmod: Factor out makefile rules from py.mk to new extmod.mk file.
Damien George
2019-06-05
py/obj: Optimise small-int comparison to 0 in mp_obj_is_true.
Yonatan Goldschmidt
2019-06-03
mpy-cross: Do not automatically build mpy-cross, rather do it manually.
Damien George
2019-05-29
py/nativeglue: Remove dependency on mp_fun_table in dyn-compiler mode.
Damien George
2019-05-29
py/nativeglue: Make private glue funs all static, remove commented code.
Damien George
2019-05-29
all: Bump version to 1.11.
Damien George
2019-05-27
py/vm: Remove obsolete comments about matching of exception opcodes.
Damien George
2019-05-22
py/mkrules.mk: Remove unnecessary ; in makefile.
Sebastien Rinsoz
2019-05-22
py: Update makefiles to use $(TOUCH) instead of hard coded "touch".
Sebastien Rinsoz
2019-05-21
py: Update makefiles to use $(CAT) variable instead of hard coded "cat".
Sébastien Rinsoz
2019-05-21
py/objarray: Add decode method to bytearray.
stijn
2019-05-17
various: Update early copyright years to match actual edit history.
Damien George
2019-05-17
various: Add and update my copyright line based on git history.
Paul Sokolovsky
2019-05-14
py/objarray: Add support for memoryview.itemsize attribute.
stijn
2019-05-13
py/persistentcode: Change "len" type to size_t for mp_obj_str_get_data.
Henrik Vendelbo
2019-05-09
py/misc.h: Rename _MP_STRINGIFY to not use leading underscore in ident.
Damien George
2019-05-09
py/objgenerator: Remove unneeded forward decl and clean up white space.
Damien George
2019-05-09
py/objgenerator: Fix handling of None passed as 2nd arg to throw().
Damien George
2019-05-07
mpy-cross: Add --version command line option to print version info.
Damien George
2019-05-06
py: remove "if (0)" and "if (false)" branches.
Jun Wu
2019-05-06
extmod/moducryptolib: Add AES-CTR support.
Yonatan Goldschmidt
2019-05-03
py/native: Improve support for bool type in viper functions.
Damien George
2019-05-01
py/asmthumb: Support asm_thumb code running on normal ARM processors.
Damien George
2019-04-23
py/mpprint: Support printing %ld and %lu formats on 64-bit archs.
Damien George
2019-04-15
py/runtime: Fix mp_unpack_ex so seq can't be reclaimed by GC during use.
Damien George
2019-04-15
py/objset: Remove unused forward declaration and clean up whitespace.
Damien George
2019-04-15
py/runtime: Optimise to not create temp float for int to power negative.
Damien George
2019-04-12
py/makedefs: Use io.open with utf-8 encoding when processing source.
Damien George
2019-03-26
py/nlrthumb: Add support for iOS where the C func is _nlr_push_tail.
Romain Goyet
2019-03-26
py/scheduler: Convert micropythyon.schedule() to a circular buffer.
Andrew Leech
[next]