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
2015-12-09
unix/modtermios: Provide B57600 and B115200 constants only if defined.
Paul Sokolovsky
2015-12-09
extmod/moductypes: sizeof operation depends on layout type of structure.
Paul Sokolovsky
2015-12-09
extmod: Add test which demonstrates LITTLE_ENDIAN packing failure
Dave Hylands
2015-12-09
py: Add mp_get_stream_raise to factor out check for stream methods.
Damien George
2015-12-09
stmhal/timer: Use mp_float_t instead of float.
Damien George
2015-12-09
py: Fix calling of parent classmethod from instance of subclass.
Damien George
2015-12-09
stmhal: Enable two USB phys to be supported together.
neilh10
2015-12-08
tests: Disable for_range.py test for native emitter (it requires yield).
Damien George
2015-12-08
py: Don't try to optimise for+range when args are not simple expressions.
Damien George
2015-12-08
tools: Fix pyboard.py to work under Python 3.
Damien George
2015-12-08
tools: Add option to pyboard.py to wait for serial device to be ready.
Peter Hinch
2015-12-08
py/misc.h: Include stdint.h only once (unconditionally at the top).
Paul Sokolovsky
2015-12-07
unix/main: mp_verbose_flag available only if MICROPY_DEBUG_PRINTERS is true.
Paul Sokolovsky
2015-12-07
py/misc.h: Include stdint.h, as large share of code now depends on it.
Paul Sokolovsky
2015-12-07
tests/builtin_minmax: Make compatible with @native codegen.
Paul Sokolovsky
2015-12-07
stmhal: Print exception information in nlr_jump_failed
Dave Hylands
2015-12-07
tests/builtin_minmax: Add testcase for lazy iterable (generator).
Paul Sokolovsky
2015-12-07
tests: Add min/max "default" agrument test
pohmelie
2015-12-07
py: Add min/max "default" keyword argument
pohmelie
2015-12-07
py: Add MICROPY_PY_BUILTINS_MIN_MAX, disable for minimal ports.
pohmelie
2015-12-07
stmhal: Execute boot.py and main.py when formatting the file system.
Dave Hylands
2015-12-07
py: Make it easy to build without MICROPY_PY_BUILTINS_COMPLEX.
Paul Sokolovsky
2015-12-06
tools: Allow pyboard.py to work when boot.py prints things.
Dave Hylands
2015-12-06
tests: Actuall add feature check for complex type being available.
Paul Sokolovsky
2015-12-06
tests/run-tests: Allow to skip complex tests if it's not compiled in.
Paul Sokolovsky
2015-12-05
unix/moduselect: register(): Allow to call with duplicate file descriptor.
Paul Sokolovsky
2015-12-05
py/modsys: Use MP_ROM_PTR() initializer for sys.modules.
Paul Sokolovsky
2015-12-04
stmhal: Fix uart off by 1 circular buffer size.
Ryan Shaw
2015-12-05
tests/extra_coverage: Update for sys.modules addition.
Paul Sokolovsky
2015-12-05
py/modsys: Implement sys.modules.
Paul Sokolovsky
2015-12-04
unix/main: Check pending exception at the end of code block execution.
Paul Sokolovsky
2015-12-04
stmhal: Add option to free up TIM3 from USB VCP polling.
Damien George
2015-12-04
cc3200: Add __get_BASEPRI and __set_BASEPRI inline function definitions.
Damien George
2015-12-04
stmhal: Only use BASEPRI irq stuff if Cortex is M3 or higher.
Damien George
2015-12-04
stmhal: Add rtc.init() method to force RTC to re-initialise.
Damien George
2015-12-04
stmhal: Protect SD card DMA transactions against USB MSC contention.
Damien George
2015-12-04
stmhal: Add raise_irq_pri and restore_irq_pri functions.
Damien George
2015-12-04
extmod/moductypes: set_aligned(): Handle INT64/UINT64.
Paul Sokolovsky
2015-12-03
py: Fix function calls that have positional and a star-arg-with-iterator.
Damien George
2015-12-03
py/mpconfig: Actually allow to override MICROPY_BYTES_PER_GC_BLOCK.
Paul Sokolovsky
2015-12-03
unix/mpconfigport: Typo fix in comment.
Paul Sokolovsky
2015-12-03
py/gc: Make GC block size be configurable.
Paul Sokolovsky
2015-12-02
stmhal: Put all DMA channel & stream definitions in dma.h
Dave Hylands
2015-12-02
unix/mpconfigport.h: For MICROPY_NO_ALLOCA=1, don't even include alloca.h.
Paul Sokolovsky
2015-12-02
stmhal: Add board config files for PYBv1.1 and PYBLITEv1.0.
Damien George
2015-12-02
py/mpprint: Printing of doubles is now supported (by uPy own routine).
fabien.lementec
2015-12-02
unix/modtime: sleep(): Return early if KeyboardInterrupt is pending
Paul Sokolovsky
2015-11-30
stmhal: Make uart.write() function correctly for timeout=0.
Damien George
2015-11-30
stmhal: uart.any() function now returns number of bytes available.
Ryan Shaw
2015-11-30
unix/moduselect: Support growing of poll array.
Paul Sokolovsky
[next]