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-01-16
py/builtinimport: Remove unreachable code and change obj-import comment.
Damien George
2017-01-16
py/builtinimport: Raise ValueError for bad relative import, per CPython.
Damien George
2017-01-16
unix/coverage: Move coverage #if guard back to top of file.
Damien George
2017-01-16
tests/import: Improve builtinimport.c test coverage.
Rami Ali
2017-01-16
tests: Improve stream.c test coverage.
Rami Ali
2017-01-12
stmhal: fix wrong usage of gcc -print-libgcc-file-name
Pavol Rusnak
2017-01-12
stmhal: Support PortG on STM32L476 and STM32L486.
Dave Hylands
2017-01-08
extmod/modframebuf: optimize fill_rect subroutine call
Oleg Korsak
2017-01-09
tests: Update test suite to be compatible with CPython 3.6.
Damien George
2017-01-08
docs: Bump version to 1.8.7.
Damien George
2017-01-08
tests/unix/extra_coverage: Add tests for importing frozen packages.
Damien George
2017-01-08
py/builtinimport: Fix bug when importing names from frozen packages.
Damien George
2017-01-08
drivers/onewire/ds18x20: Fix negative temperature calc for DS18B20.
syndycat
2017-01-07
cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function.
Paul Sokolovsky
2017-01-07
docs/usocket: Clarify that socket timeout raises OSError exception.
Paul Sokolovsky
2017-01-07
tests/array*: Allow to skip test if "array" is unavailable.
Paul Sokolovsky
2017-01-06
tests/types1: Split out set type test to set_types.
Paul Sokolovsky
2017-01-06
docs/library/esp: Remove para and add further warning about flash.
Damien George
2017-01-06
esp8266/modules/flashbdev: Change RESERVED_SECS to 0.
Damien George
2017-01-06
esp8266/modules/flashbdev: Remove now-unused function set_bl_flash_size.
Damien George
2017-01-05
esp8266/modules/flashbdev: Remove code to patch bootloader flash size.
Paul Sokolovsky
2017-01-05
unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode.
Damien George
2017-01-05
tools/mpy-tool.py: Add support for OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
Damien George
2017-01-05
py/mkrules.mk: Add MPY_CROSS_FLAGS option to pass flags to mpy-cross.
Damien George
2017-01-05
tests/unix/extra_coverage: Add basic tests to import frozen str and mpy.
Damien George
2017-01-05
unix: Enable and add basic frozen str and frozen mpy in coverage build.
Damien George
2017-01-05
unix/Makefile: Split long line for coverage target, easier to modify.
Damien George
2017-01-05
tests/unix: Improve formatfloat.c test coverage using C.
Rami Ali
2017-01-05
tests/float: Improve formatfloat.c test coverage using Python.
Rami Ali
2017-01-05
tests: Improve warning.c test coverage.
Rami Ali
2017-01-05
tests/run-tests: Allow to skip set tests.
Paul Sokolovsky
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2017-01-04
docs/library/esp: Document esp.set_native_code_location() function.
Damien George
2017-01-04
esp8266/modules/flashbdev: Add RESERVED_SECS before the filesystem.
Damien George
2017-01-04
esp8266/Makefile: Put firmware-ota.bin in build/, for consistency.
Paul Sokolovsky
2017-01-04
esp8266/general: Add "Scarcity of runtime resources" section.
Paul Sokolovsky
2017-01-04
tests/pyb/uart: Update test to match recent change to UART timeout_char.
Damien George
2017-01-04
docs/esp8266/tutorial: Close socket after reading page content.
Max
2017-01-03
drivers/onewire: Enable pull up on data pin.
Dave Hylands
2017-01-03
esp8266/modesp: Fix a typo, print -> printf.
TheSpooler
2017-01-03
py/asmarm: Fix assembler's PASS_EMIT constant name.
Damien George
2017-01-03
esp8266/modesp: Make check_fw() work with OTA firmware.
Paul Sokolovsky
2017-01-02
esp8266/Makefile: Produce OTA firmware as firmware-ota.bin.
Paul Sokolovsky
2017-01-02
esp8266/scripts/inisetup: Dump FS starting sector/size on error.
Paul Sokolovsky
2016-12-31
unix/moduselect: Fix nanbox build with recent changes.
Paul Sokolovsky
2016-12-31
unix/moduselect: If file object passed to .register(), return it in .poll().
Paul Sokolovsky
2016-12-30
docs/library/machine.I2C: Fix I2C constructor docs to match impl.
Damien George
2016-12-30
docs/esp8266/tutorial: Update intro to add Getting the firmware section.
Andrew Mulholland
2016-12-29
cc3200/README: Reorganize and update to the current state of affairs.
Paul Sokolovsky
2016-12-29
cc3200: Add targets to erase flash, deploy firmware using cc3200tool.
Paul Sokolovsky
[prev]
[next]