7121 Commits (b528e9a428f92241d2cf3bb30f78b0d65e1a8428)
 

Author SHA1 Message Date
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
Paul Sokolovsky 5efd6508ec unix/moduselect: Fix nanbox build with recent changes. 8 years ago
Paul Sokolovsky 093a8f5fa2 unix/moduselect: If file object passed to .register(), return it in .poll(). 8 years ago
Damien George d377c83794 docs/library/machine.I2C: Fix I2C constructor docs to match impl. 8 years ago
Andrew Mulholland 71ff0b549d docs/esp8266/tutorial: Update intro to add Getting the firmware section. 8 years ago
Paul Sokolovsky b315d76b6b cc3200/README: Reorganize and update to the current state of affairs. 8 years ago
Paul Sokolovsky 0748143a4c cc3200: Add targets to erase flash, deploy firmware using cc3200tool. 8 years ago
Rami Ali 75aa7befec tests/unix: Improve runtime_utils.c test coverage. 8 years ago
Rami Ali b7024f0f64 tests/cmdline: Improve repl.c autocomplete test coverage. 8 years ago
Rami Ali f397e1fdf0 tests/thread: Improve modthread.c test coverage. 8 years ago
Rami Ali c15ebf7c8c tests/extmod: Improve ubinascii.c test coverage. 8 years ago
Paul Sokolovsky 45a8cc8f0b cc3200: make: Rename "deploy" target to "deploy-ota". 8 years ago
Paul Sokolovsky 514b82900c cc3200/README: (Re)add information about accessing REPL on serial. 8 years ago
Paul Sokolovsky 076b80467b cc3200: Enable UART REPL by default. 8 years ago
Damien George afc5063539 py/unicode: Comment-out unused function unichar_isprint. 8 years ago
Rami Ali eae819c0ed tests/micropython: Add test for micropython.stack_use() function. 8 years ago
Damien George e81116d07d stmhal/uart: Increase inter-character timeout by 1ms. 8 years ago
Damien George 16a584d7cf stmhal/uart: Provide a custom function to transmit over UART. 8 years ago