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-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
2019-03-20
py/runtime: Remove long-obsolete MICROPY_FSUSERMOUNT init code.
Damien George
2019-03-14
py/compile: Check that arch is set when compiling native, viper or asm.
Damien George
2019-03-14
py/compile: Support multiple inline asm emitters.
Damien George
2019-03-14
py/compile: Add support to select the native emitter at runtime.
Damien George
2019-03-14
py/nativeglue: Rename native convert funs to match other native helpers.
Damien George
2019-03-14
py: Move mp_native_type_from_qstr() from emitnative.c to nativeglue.c.
Damien George
2019-03-08
py: Update and rework build system for including external C modules.
Andrew Leech
2019-03-08
py: Implement a module system for external, user C modules.
Ayke van Laethem
2019-03-08
py: Allow registration of modules at their definition.
Andrew Leech
2019-03-08
py/persistentcode: Bump .mpy version to 4.
Damien George
2019-03-08
py: Add support to save native, viper and asm code to .mpy files.
Damien George
2019-03-08
py/emitglue: Remove union in mp_raw_code_t to combine bytecode & native.
Damien George
2019-03-08
py/emitnative: Adjust accounting of size of const_table.
Damien George
2019-03-08
py/emitnative: Provide concentrated points of qstr emit.
Damien George
2019-03-08
py/emitnative: Consolidate where HASCONSTS is set to load-const-obj fun.
Damien George
2019-03-08
py: Add independent config for debugging sentinel object values.
Damien George
2019-03-05
py/persistentcode: Define static qstr set to reduce size of mpy files.
Damien George
2019-03-05
py/persistentcode: Pack qstrs directly in bytecode to reduce mpy size.
Damien George
2019-03-05
py/persistentcode: Add a qstr window to save mpy files more efficiently.
Damien George
[next]