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
2021-01-31
py/makeversionhdr: Honor SOURCE_DATE_EPOCH if present.
iTitou
2021-01-30
py/persistentcode: Introduce MICROPY_PERSISTENT_CODE_SAVE_FILE option.
David CARLIER
2021-01-30
py/gc: Fix debug printing of pointer.
stijn
2021-01-30
py/qstr.h: Remove QSTR_FROM_STR_STATIC macro.
stijn
2021-01-29
py/emitnative: Support binary ops on ARMv6M without use of ite instr.
graham sanderson
2021-01-29
py/emitinlinethumb: Exclude code using #if when ARMV7M disabled.
Damien George
2021-01-29
py/emitnative: Ensure encoding to load prelude_offset doesn't change sz.
Damien George
2021-01-29
py/asmthumb: Add support for ARMv6M in native emitter.
graham sanderson
2021-01-29
py/objfun: Support fun.__globals__ attribute.
Damien George
2020-12-14
py/mkrules.mk: Remove stray vpath and unused -Itmp, add $(Q) for $(AR).
Damien George
2020-12-14
py/modmath: Simplify handling of positional args to reduce code size.
Damien George
2020-12-07
py/mpprint: Fix length calculation for strings with precision-modifier.
Joris Peeraer
2020-11-29
py/mpprint: Prevent case fall-through when assert is disabled.
Damien George
2020-11-24
extmod/modbluetooth: Add API for L2CAP channels.
Jim Mussared
2020-11-12
tools/makeqstrdefs.py: Run qstr preprocessing in parallel.
Jim Mussared
2020-11-11
py/binary: Fix sign extension setting wide integer on 32-bit archs.
Damien George
2020-11-11
py/mpz: Do sign extension in mpz_as_bytes for negative values.
Damien George
2020-10-29
py/py.mk: Support C++ code for user C modules.
stijn
2020-10-29
py: Workaround clang error when building misc.h with C++ compiler.
stijn
2020-10-29
py/makeqstrdefs.py: Support preprocessing C++ files for QSTR generation.
stijn
2020-10-29
py/mkrules.mk: Add target for compiling C++ files.
stijn
2020-10-29
py/makeqstrdefs.py: Process C++ files as well.
stijn
2020-10-29
py/makeqstrdefs.py: Fix beaviour when scanning non-C preprocessed files.
stijn
2020-10-22
py, extmod: Introduce and use MP_FALLTHROUGH macro.
Emil Renner Berthing
2020-10-22
py/vmentrytable: Ignore GCC -Woverride-init.
Emil Renner Berthing
2020-10-22
py, extmod: Add explicit initializers for default values.
Emil Renner Berthing
2020-10-22
py: Use unsigned comparison of chars.
Emil Renner Berthing
2020-10-22
py/objexcept: Compare mp_emergency_exception_buf_size signed.
Emil Renner Berthing
2020-10-22
py/scope: Name and use id_kind_type_t.
Emil Renner Berthing
2020-10-10
py/objtype: Handle __dict__ attribute when type has no locals.
Jim Mussared
2020-10-10
py/objdict: Add mp_const_empty_dict_obj, use it for mp_const_empty_map.
Jim Mussared
2020-10-01
py/parse: Expose rule-name printing as MICROPY_DEBUG_PARSE_RULE_NAME.
Damien George
2020-10-01
py/makeversionhdr.py: Match only git tags which look like versions.
Mike Wadsten
2020-09-25
py/objarray.h: Add mp_obj_memoryview_init() helper function.
Damien George
2020-09-24
py/objstr: Make bytes(bytes_obj) return bytes_obj.
Iyassou Shimels
2020-09-18
py/dynruntime.h: Add mp_import_* and mp_load/store_*.
Jim Mussared
2020-09-18
all: Rename absolute time-based functions to include "epoch".
Damien George
2020-09-11
py/parse: Pass in an mp_print_t to mp_parse_node_print.
Damien George
2020-09-11
py/showbc: Pass in an mp_print_t struct to all bytecode-print functions.
Damien George
2020-09-11
py: Fix handling of NaN in certain pow implementations.
stijn
2020-09-11
py/objfloat: Fix handling of negative float to power of nan.
Damien George
2020-09-04
all: Rename "sys" module to "usys".
stijn
2020-09-02
all: Bump version to 1.13.
Damien George
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-08-22
py/mphal.h: Introduce mp_hal_time_ns and implement on various ports.
Damien George
2020-08-22
py/runtime: Fix builtin compile() in "single" mode so it prints exprs.
Damien George
2020-08-02
py/persistentcode: Maintain root ptr list of imported native .mpy code.
Damien George
2020-07-25
py/compile: Don't await __aiter__ special method in async-for.
Jonathan Hogg
2020-07-21
py/obj.h: Fix mp_seq_replace_slice_no_grow to use memmove not memcpy.
Damien George
2020-06-30
py: Rework mp_convert_member_lookup to properly handle built-ins.
Damien George
[next]