7138 Commits (96baaa68a4430efd585f2186976cfa473ca73bfc)
 

Author SHA1 Message Date
Damien George 96baaa68a4 tests: Update tests, and add new ones, for recent generator tweaks. 8 years ago
Damien George 239f920299 py/objgenerator: Don't raise RuntimeError if GeneratorExit ignored. 8 years ago
Damien George 681994638b py/objgenerator: When throwing an object, don't make an exc instance. 8 years ago
Damien George aeb2655073 py/runtime: Fix handling of throw() when resuming generator. 8 years ago
Damien George 40863fce6f py/runtime: Refactor assert(0) to improve coverage. 8 years ago
Rami Ali 751e379533 tests: Improve frozen import test coverage. 8 years ago
Damien George d23834bc96 py/builtinimport: Remove unreachable code and change obj-import comment. 8 years ago
Damien George 63e291de70 py/builtinimport: Raise ValueError for bad relative import, per CPython. 8 years ago
Damien George 9317fee523 unix/coverage: Move coverage #if guard back to top of file. 8 years ago
Rami Ali 50e14ca619 tests/import: Improve builtinimport.c test coverage. 8 years ago
Rami Ali 8d01bd3a1c tests: Improve stream.c test coverage. 8 years ago
Pavol Rusnak b82fc8dcef
stmhal: fix wrong usage of gcc -print-libgcc-file-name 8 years ago
Dave Hylands aa53496391 stmhal: Support PortG on STM32L476 and STM32L486. 8 years ago
Oleg Korsak e45035db5c extmod/modframebuf: optimize fill_rect subroutine call 8 years ago
Damien George 65cadbeb9d tests: Update test suite to be compatible with CPython 3.6. 8 years ago
Damien George 5653e3c72f docs: Bump version to 1.8.7. 8 years ago
Damien George a722ed532f tests/unix/extra_coverage: Add tests for importing frozen packages. 8 years ago
Damien George b528e9a428 py/builtinimport: Fix bug when importing names from frozen packages. 8 years ago
syndycat b2611d6be3 drivers/onewire/ds18x20: Fix negative temperature calc for DS18B20. 8 years ago
Paul Sokolovsky 044f96c330 cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function. 8 years ago
Paul Sokolovsky a1a8f01799 docs/usocket: Clarify that socket timeout raises OSError exception. 8 years ago
Paul Sokolovsky ef1bbada96 tests/array*: Allow to skip test if "array" is unavailable. 8 years ago
Paul Sokolovsky e5a6a26330 tests/types1: Split out set type test to set_types. 8 years ago
Damien George 36ec5c8f27 docs/library/esp: Remove para and add further warning about flash. 8 years ago
Damien George e343bea6e7 esp8266/modules/flashbdev: Change RESERVED_SECS to 0. 8 years ago
Damien George cc7e48fdc8 esp8266/modules/flashbdev: Remove now-unused function set_bl_flash_size. 8 years ago
Paul Sokolovsky 4a72294d7d esp8266/modules/flashbdev: Remove code to patch bootloader flash size. 8 years ago
Damien George 5d0d61586c unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode. 8 years ago
Damien George 98458a46ec tools/mpy-tool.py: Add support for OPT_CACHE_MAP_LOOKUP_IN_BYTECODE. 8 years ago
Damien George 343b4189b0 py/mkrules.mk: Add MPY_CROSS_FLAGS option to pass flags to mpy-cross. 8 years ago
Damien George 8d1c236a1f tests/unix/extra_coverage: Add basic tests to import frozen str and mpy. 8 years ago
Damien George 1551309575 unix: Enable and add basic frozen str and frozen mpy in coverage build. 8 years ago
Damien George ea00151ffa unix/Makefile: Split long line for coverage target, easier to modify. 8 years ago
Rami Ali d7e168428b tests/unix: Improve formatfloat.c test coverage using C. 8 years ago
Rami Ali 64dc925c4a tests/float: Improve formatfloat.c test coverage using Python. 8 years ago
Rami Ali ec72db8a39 tests: Improve warning.c test coverage. 8 years ago
Paul Sokolovsky 26f00ff154 tests/run-tests: Allow to skip set tests. 8 years ago
Paul Sokolovsky eac22e29a5 all: Consistently update signatures of .make_new and .call methods. 8 years ago
Damien George c3f70c603e docs/library/esp: Document esp.set_native_code_location() function. 8 years ago
Damien George bae7798f1e esp8266/modules/flashbdev: Add RESERVED_SECS before the filesystem. 8 years ago
Paul Sokolovsky b0f23786da esp8266/Makefile: Put firmware-ota.bin in build/, for consistency. 8 years ago
Paul Sokolovsky 52c19875a4 esp8266/general: Add "Scarcity of runtime resources" section. 8 years ago
Damien George 54ea10a76a tests/pyb/uart: Update test to match recent change to UART timeout_char. 8 years ago
Max e1f495a4bd docs/esp8266/tutorial: Close socket after reading page content. 8 years ago
Dave Hylands 3c84197f17 drivers/onewire: Enable pull up on data pin. 8 years ago
TheSpooler 3d96201165 esp8266/modesp: Fix a typo, print -> printf. 8 years ago
Damien George 3f9c45efd1 py/asmarm: Fix assembler's PASS_EMIT constant name. 8 years ago
Paul Sokolovsky 714a59ab64 esp8266/modesp: Make check_fw() work with OTA firmware. 8 years ago
Paul Sokolovsky f5750e88c5 esp8266/Makefile: Produce OTA firmware as firmware-ota.bin. 8 years ago
Paul Sokolovsky 86d210951f esp8266/scripts/inisetup: Dump FS starting sector/size on error. 8 years ago