6515 Commits (46ab042230510d71b05df04ab73131a5fd4f3d2d)
 

Author SHA1 Message Date
Paul Sokolovsky f039ac5bd7 py/objstringio: Add MP_STREAM_FLUSH ioctl and flush() method. 8 years ago
Paul Sokolovsky 64da62ec2e unix/file: Use generic stream flush() method. 8 years ago
daniel-k aa4ada943a esp8266/modpybuart: Fix UART parity setting. 8 years ago
Paul Sokolovsky 01816068c8 unix/file: fdfile_ioctl(): Fix argument to check_fd_is_open(). 8 years ago
Paul Sokolovsky a60b0263ba py/stream: Implement generic flush() method, in terms of C-level ioctl. 8 years ago
Paul Sokolovsky ade36806c8 unix/file: ioctl(): Check that file is open before operations. 8 years ago
Paul Sokolovsky 8fac939889 unix/file: Implement MP_STREAM_FLUSH ioctl. 8 years ago
Paul Sokolovsky 6ead9f6f3d tests/run-tests: Make "regex'ed .exp" facility available to device tests. 8 years ago
Paul Sokolovsky f2f761c0c3 py/stream: Stream module works with errno's, so should include mperrno.h. 8 years ago
Paul Sokolovsky 243f8988be unix/mpconfigport.h: Include stdio.h by default. 8 years ago
Paul Sokolovsky d1771bbae0 tests/unicode_subscr.py: Detailed test for subscripting unicode strings. 8 years ago
Paul Sokolovsky ed1c194ebf py/objstrunicode: str_index_to_ptr: Implement positive indexing properly. 8 years ago
Paul Sokolovsky 6af90b2972 py/objstrunicode: str_index_to_ptr: Should handle bytes too. 8 years ago
Paul Sokolovsky 16f324641f py/stream.h: Remove dated comment of POSIX-specificity of EAGAIN. 8 years ago
Paul Sokolovsky 1a7e28d8b7 py/stream.h: Move mp_stream_write_adaptor() inside ifdef block. 8 years ago
Paul Sokolovsky 5a38694f55 tests/extmod/btree1: Close database at the end of test. 8 years ago
Paul Sokolovsky 25df419c67 extmod/modbtree: Check __bt_open() return value for error. 8 years ago
Paul Sokolovsky 0d221775f5 esp8266/_boot.py: Decrease GC alloc threshold to quarter of heap size. 8 years ago
Paul Sokolovsky 2dd21d9a68 extmod/modwebrepl: Use mp_stream_close() method. 8 years ago
Paul Sokolovsky 614deb82c7 examples/http_client*: Be sure to close socket. 8 years ago
Paul Sokolovsky a53e0e59f3 extmod/modussl_axtls: Use mp_stream_close() method. 8 years ago
Paul Sokolovsky c141584e1e esp8266/_boot.py: Set GC alloc threshold to half of heap size. 8 years ago
Paul Sokolovsky 77f0cd8027 esp8266: dupterm_task_init() should be called before running _boot.py, etc. 8 years ago
Paul Sokolovsky 4d4cfc2ee6 examples/embedding: Add README. 9 years ago
Paul Sokolovsky 1e77e25675 examples/embedding: Example for embedding MicroPython in an app. 9 years ago
Paul Sokolovsky e47c2ec64a wundows/README: Typo fix. 8 years ago
stijn 9bdb82ef6b mpy-cross: Use binary file translation mode for creating mpy files on windows 8 years ago
Paul Sokolovsky 43473372e6 lib/utils/stdout_helpers: Move from minimal/uart_extra.c for reuse. 8 years ago
Paul Sokolovsky b652ee705b tests/bytes_compare: Rework test for bytes <-> str comparison. 8 years ago
Paul Sokolovsky 40214b9e26 esp8266: Enable MICROPY_PY_STR_BYTES_CMP_WARN. 8 years ago
Paul Sokolovsky 918851e836 unix: Enable MICROPY_PY_STR_BYTES_CMP_WARN. 8 years ago
Paul Sokolovsky a1b442bc07 py/mpconfig.h: Fix description for MICROPY_PY_STR_BYTES_CMP_WARN. 8 years ago
Paul Sokolovsky 707cae7494 py/obj: Issue a warning when str and bytes objects are compared. 8 years ago
Dave Hylands 26b7d8a7be py: Fix nlrthumb.c when DEBUG=1 is defined 8 years ago
Paul Sokolovsky 43963a8d97 minimal: Disable MICROPY_GC_ALLOC_THRESHOLD. 8 years ago
Paul Sokolovsky 68815901d4 unix: Disable MICROPY_GC_ALLOC_THRESHOLD for minimal build. 8 years ago
Paul Sokolovsky 93e353e384 py/gc: Implement GC running by allocation threshold. 8 years ago
Paul Sokolovsky 04c27e5eaa lib/utils/pyexec: Use full path to readline.h header, per latest conventions. 8 years ago
Paul Sokolovsky c3f519adfe tests/extmod/machine_pinbase: Skip if machine.PinBase is not available. 8 years ago
Paul Sokolovsky bd6622abe8 unix: Cache libaxtls.a in local build dir. 8 years ago
Paul Sokolovsky 6aa7c805cc esp8266: Cache Xtensa-built libaxtls.a in local build dir. 8 years ago
Paul Sokolovsky bcd0e9a7fa esp8266/moduos: Add rmdir() function. 8 years ago
Paul Sokolovsky 0a6f599cf2 extmod/vfs_fat: Implement rmdir() method. 8 years ago
Paul Sokolovsky 780114e398 extmod/modussl_axtls: Add dummy setblocking() method. 8 years ago
Paul Sokolovsky 0b52228739 tests: Add test for extended arguments to stream .write() method. 8 years ago
Paul Sokolovsky ad9b9c7621 py/stream: Implement 2- and 3-arg write() method as an extension to CPython. 8 years ago
Paul Sokolovsky be313ea215 esp8266: Select axTLS for SSL implementation, following recent refactor. 8 years ago
Paul Sokolovsky 20283aec10 extmod/modussl_axtls: Further changes to allow alternative SSL modules. 8 years ago
Paul Sokolovsky e32d1e17bb extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs. 8 years ago
Damien George dfe056df6f drivers/wiznet5k: Fix indentation so it's not misleading. 8 years ago