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-19
tests/basics/generator_pend_throw: Add test for just-started generator.
Damien George
2017-12-19
tests/unix: Add test for printf with %lx format.
Damien George
2017-12-19
tests/float/builtin_float_hash: Add test to improve objfloat.c coverage.
Damien George
2017-12-19
tests/extmod/uhashlib_sha256: Add test for hashing 56 bytes of data.
Damien George
2017-12-19
py/objset: Remove unneeded check from set_equal.
Damien George
2017-12-19
tests/basics: Add more set tests to improve coverage of py/objset.c.
Damien George
2017-12-19
py/map: Don't include ordered-dict mutating code when not needed.
Damien George
2017-12-19
py/runtime: Remove unnecessary break statements from switch.
Damien George
2017-12-18
esp32/machine_hw_spi: Remove unnecessary white space for consistency.
Damien George
2017-12-18
esp32/machine_hw_spi: Fix large HW SPI transfers by splitting them up.
Eric Poulsen
2017-12-16
.travis.yml: Build and test strict stackless build.
Paul Sokolovsky
2017-12-16
unix/mpconfigport.h: Allow to override stackless options from commandline.
Paul Sokolovsky
2017-12-16
unix/Makefile: coverage: Allow user to pass CFLAGS_EXTRA.
Paul Sokolovsky
2017-12-16
docs/packages: Explicitly recommend usage of setuptools instead of distutils.
Paul Sokolovsky
2017-12-16
docs/packages: Use "install_dir/" in examples.
Paul Sokolovsky
2017-12-16
docs/conf: Reference CPython 3.5 docs.
Paul Sokolovsky
2017-12-15
py/objgenerator: Allow to pend an exception for next execution.
Paul Sokolovsky
2017-12-15
lib/tinytest: Clean up test reporting in the presence of stdout output.
Paul Sokolovsky
2017-12-15
zephyr/prj_base.conf: Bump MAIN_STACK_SIZE to let builtin testsuite run.
Paul Sokolovsky
2017-12-15
zephyr: Add support for binary with builtin testsuite.
Paul Sokolovsky
2017-12-15
tests/run-tests: Skip running feature checks for --list-tests/--write-exp.
Paul Sokolovsky
2017-12-15
tools/tinytest-codegen: Ignore system locale, write output in UTF-8.
Paul Sokolovsky
2017-12-15
py/emitglue: Change type of bit-field to explicitly unsigned mp_uint_t.
Damien George
2017-12-15
docs/glossary: micropython-lib: Clarify wording.
Paul Sokolovsky
2017-12-14
docs/packages: mpy_bin2res no longer required to create resources.
Paul Sokolovsky
2017-12-14
tests/run-tests: Don't test for --target=unix with "pyb is None".
Paul Sokolovsky
2017-12-14
tools/tinytest-codegen: Add --stdin switch instead of recently added --target.
Paul Sokolovsky
2017-12-14
tests/run-tests: Add composable --include and --exclude options.
Paul Sokolovsky
2017-12-14
tests/run-tests: Fix handling of --list-tests wrt skipped tests.
Paul Sokolovsky
2017-12-14
tests/run-tests: minimal: Exclude recently added subclass_native_init.py.
Paul Sokolovsky
2017-12-14
extmod/modframebuf: Add 8-bit greyscale format (GS8).
Damien George
2017-12-14
extmod/modframebuf: Add 2-bit color format (GS2_HMSB).
Petr Viktorin
2017-12-14
tests: Add tests to improve coverage of py/objtype.c.
Damien George
2017-12-14
esp8266/machine_hspi: After an SPI write wait for last byte to transfer.
Damien George
2017-12-14
tools/pydfu.py: Call set_configuration() on fresh USB device object.
Damien George
2017-12-13
tools/tinytest-codegen: Take --target= option for test set selection.
Paul Sokolovsky
2017-12-13
tests/run-tests: Add --list-tests switch.
Paul Sokolovsky
2017-12-13
extmod/modure: Add cast to workaround bug in MSVC.
Damien George
2017-12-13
stm32/usbdev: Pass thru correct val for SCSI PreventAllowMediumRemoval.
Damien George
2017-12-13
.travis.yml: Update for qemu-arm's testing moved to Makefile.test.
Paul Sokolovsky
2017-12-13
ports/qemu-arm: Rework "test" target using upytesthelper.
Paul Sokolovsky
2017-12-13
tools/tinytest-codegen: More excludes after enabling expected output match.
Paul Sokolovsky
2017-12-13
tools/tinytest-codegen: Wrap lines of exclude_tests.
Paul Sokolovsky
2017-12-13
tools/tinytest-codegen.py: Generate code for upytesthelper.
Paul Sokolovsky
2017-12-13
lib/upytesthelper: MicroPython test helper layer on top of tinytest.
Paul Sokolovsky
2017-12-13
docs/esp8266/tutorial: Fix typo, change -> changed.
Ryan Finnie
2017-12-13
esp32: Add custom partitions.csv file with uPy specific size.
Eric Poulsen
2017-12-13
esp32/Makefile: Support using IDF_PATH as the env var to the IDF source.
Damien George
2017-12-13
esp32/modesp: Add osdebug() function to disable or change IDF logging.
Alex King
2017-12-13
esp32/mpconfigport.h: Enable websocket module.
Damien George
[prev]
[next]