6282 Commits (64ad838fde7ab4333fadc804a0339a074d041767)
 

Author SHA1 Message Date
Paul Sokolovsky 64ad838fde esp8266/esp_mphal: Implement libc's errno. 8 years ago
Paul Sokolovsky 617bda27e9 tests/extmod/btree1: Tests against in-memory DB (using io.BytesIO). 8 years ago
Paul Sokolovsky aac9e8cfa3 unix/Makefile: And note why btree module is disabled for coverage build. 8 years ago
Paul Sokolovsky 99061d1dcb extmod/modbtree: Switch to accepting stream object instead of filename. 8 years ago
Paul Sokolovsky 0dfe849413 py/py.mk: Extra switches to build "embedded" BerkeleyDB BTree lib. 8 years ago
Paul Sokolovsky 2ec943284a lib/berkeley-db-1.xx: Switch to "embedded" branch. 8 years ago
Dave Hylands 460bceca39 stmhal: Make SPI NSS pin definition optional. 8 years ago
Matt Brejza afd4909a0f stmhal: fixing malloc when used with external libraries 8 years ago
stijn 37b143ce9e mpy-cross: Fix mingw and msys2 compilation 8 years ago
Paul Sokolovsky 61e77a4e88 py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting. 8 years ago
Paul Sokolovsky 58d9d85a56 lib/abort_.c: Add prototype to make coverage build happy. 8 years ago
Paul Sokolovsky ba2c503541 esp8266/mpconfigport.h: Include sys/types.h for POSIX types definitions. 8 years ago
Paul Sokolovsky 50fea19416 esp8266/axtls_helpers: Remove abort_(), now in lib/embed/. 8 years ago
Paul Sokolovsky c8b80e4740 lib/embed/abort_: Implementation of abort_() function raising uPy exception. 8 years ago
Paul Sokolovsky 4f1b0292db py/stream: Add adapter methods with POSIX-compatible signatures. 8 years ago
Paul Sokolovsky abd5a57ea1 tests/io/bytesio_ext: Test for .seek()/.flush() on BytesIO. 8 years ago
Paul Sokolovsky 3990b1715d py/objstringio: Implement MP_STREAM_SEEK ioctl and add seek() method. 8 years ago
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