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
2017-12-08
qemu-arm/test_main: Clean up invocation of tinytest_main().
Paul Sokolovsky
2017-12-08
zephyr/main: Move var declarations to the top of file.
Paul Sokolovsky
2017-12-08
py/asmbase: Revert removal of clearing of label offsets for native emit.
Damien George
2017-12-08
py/{emitbc,asmbase}: Only clear emit labels to -1 when in debug mode.
Damien George
2017-12-08
py/gc: Add CLEAR_ON_SWEEP option to debug mis-traced objects.
Paul Sokolovsky
2017-12-07
py/malloc: Allow to use debug logging if !MICROPY_MALLOC_USES_ALLOCATED_SIZE.
Paul Sokolovsky
2017-12-07
py/malloc: MICROPY_MEM_STATS requires MICROPY_MALLOC_USES_ALLOCATED_SIZE.
Paul Sokolovsky
2017-12-07
py/mpprint: Fix "%x" vs "%X" regression introduced in previous commit.
Paul Sokolovsky
2017-12-07
py/mpprint: Support "%lx" format on 64-bit systems.
Paul Sokolovsky
2017-12-07
py/mpprint: Make "%p" format work properly on 64-bit systems.
Paul Sokolovsky
2017-12-06
zephyr/CMakeLists.txt: Properly separate CFLAGS parts gotten from CMake.
Paul Sokolovsky
2017-12-06
zephyr/CMakeLists.txt: Update for latest Zephyr buildsys changes.
Paul Sokolovsky
2017-12-06
docs/glossary: Clarify wording for "baremetal".
Paul Sokolovsky
2017-12-05
py/modbuiltins: Use standard arg-parsing helper func for builtin print.
Damien George
2017-12-05
tests/run-tests: Wrap long lists to facilitate adding more items.
Paul Sokolovsky
2017-12-05
py: mp_call_function_*_protected(): Pass-thru return value if possible.
Paul Sokolovsky
2017-12-04
docs/library: Add xrefs to "stream" dictionary entry for many modules.
Paul Sokolovsky
2017-12-04
py/misc.h: Add m_new_obj_var_with_finaliser().
Paul Sokolovsky
2017-12-04
docs/glossary: Describe string interning.
Paul Sokolovsky
2017-12-04
esp8266/modnetwork: Make sure to intern string passed to .config("param").
Paul Sokolovsky
2017-12-03
docs/glossary: Describe "stream" term.
Paul Sokolovsky
2017-12-03
docs/uerrno: Fix xref-vs-code markup.
Paul Sokolovsky
2017-12-03
tests/cpydiff: Fix markup where "`" (xref) was used instead of "``" (code).
Paul Sokolovsky
2017-12-03
docs/glossary: Describe the callee-owned tuple concept.
Paul Sokolovsky
2017-12-01
zephyr/Makefile: syscall_macros.h generation was moved from CMake to make.
Paul Sokolovsky
2017-12-01
stm32/boards/*_af.csv: Make consistent use of JTMS, JTCK, SWDIO, SWCLK.
Damien George
2017-12-01
stm32/boards/stm32f767_af.csv: Update AF table based on datasheet.
Damien George
2017-11-30
docs/uselect: ipoll: Fix grammar/wording of one-shot flag description.
Paul Sokolovsky
2017-11-30
docs/library/utime: Fix incorrect example with ticks_diff args order.
Paul Carver
2017-11-30
py/objgenerator: Remove unreachable code for STOP_ITERATION case.
Damien George
2017-11-30
esp8266/modules/webrepl_setup: Fix first-time enable of WebREPL.
Damien George
2017-11-29
py/gc: In gc_realloc, convert pointer sanity checks to assertions.
Damien George
2017-11-29
py/qstr: Rewrite find_qstr to make manifest that it returns a valid ptr.
Damien George
2017-11-29
py: Annotate func defs with NORETURN when their corresp decls have it.
Damien George
2017-11-28
zephyr/Makefile: Make prj_$(BOARD).conf optional, again.
Paul Sokolovsky
2017-11-28
zephyr/Makefile: Convert to new CMake-based Zephyr build system.
Paul Sokolovsky
2017-11-28
zephyr/prj_base.conf: Force zephyr.bin build output.
Paul Sokolovsky
2017-11-28
tests/run-tests: "minimal": Skip recently added float/float_parse.py.
Paul Sokolovsky
2017-11-28
zephyr/Makefile: clean: Remove generated prj_*_merged.conf.
Paul Sokolovsky
2017-11-28
tests/cpydiff: Add difference-test for second arg of builtin next().
Damien George
2017-11-28
tools/gen-cpydiff.py: Update executable paths to point to new ports dir.
Damien George
2017-11-27
py/objdict: Reuse dict-view key iterator for standard dict iterator.
Damien George
2017-11-27
tests/basics/builtin_locals: Add test for using locals() in class body.
Damien George
2017-11-27
py/parsenum: Improve parsing of floating point numbers.
Damien George
2017-11-26
docs/uselect: Describe POLLHUP/POLLERR semantics in more details.
Paul Sokolovsky
2017-11-25
docs/uctypes: Tweak descriptor reference to hopefully be easier to follow.
Paul Sokolovsky
2017-11-25
docs/uctypes: Typo/article fixes.
Paul Sokolovsky
2017-11-24
extmod/modlwip: Commit TCP out data to lower layers if buffer gets full.
Damien George
2017-11-24
extmod/modussl_axtls: Implement key and cert kw args to wrap_socket.
Damien George
2017-11-24
tests/basics/builtin_range: Add test for corner case of range slicing.
Damien George
[prev]
[next]