- 21 Sep, 2016 1 commit
-
-
Damien George authored
One can instead lookup __name__ in the modules dict to get the value.
-
- 05 Sep, 2016 1 commit
-
-
Radomir Dopieralski authored
Adds horizontal scrolling. Right now, I'm just leaving the margins created by the scrolling as they were -- so they will repeat the edge of the framebuf. This is fast, and the user can always fill the margins themselves.
-
- 04 Sep, 2016 2 commits
-
-
Paul Sokolovsky authored
-
Damien George authored
So that users of framebuf don't need to have stmhal directory in their path. (Eventually the font can be moved elsewhere.)
-
- 02 Sep, 2016 3 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Radomir Dopieralski authored
There was a bug in `framebuf1_fill` function, that makes it leave a few lines unfilled at the bottom if the height is not divisible by 8. A similar bug is fixed in the scroll method.
-
- 01 Sep, 2016 1 commit
-
-
Damien George authored
The idea is that all ports can use these helper methods and only need to provide initialisation of the SPI bus, as well as a single transfer function. The coding pattern follows the stream protocol and helper methods.
-
- 27 Aug, 2016 1 commit
-
-
Damien George authored
-
- 26 Aug, 2016 1 commit
-
-
Radomir Dopieralski authored
This is an object-oriented approach, where uos is only a proxy for the methods on the vfs object. Some internals had to be exposed (the STATIC keyword removed) for this to work. Fixes #2338.
-
- 24 Aug, 2016 2 commits
-
-
Paul Sokolovsky authored
Disable by default, enable in unix port.
-
Pavol Rusnak authored
-
- 23 Aug, 2016 1 commit
-
-
Krzysztof Blazewicz authored
In `btree_seq()`, when `__bt_seq()` gets called with invalid `flags` argument it will return `RET_ERROR` and it won't initialize `val`. If field `data` of uninitialized `val` is passed to `mp_obj_new_bytes()` it causes a segfault.
-
- 17 Aug, 2016 4 commits
-
-
Paul Sokolovsky authored
Consistently use stdint types. Fixes stmhal build.
-
Paul Sokolovsky authored
Fixes for pedantic compiler warnings.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
New API supporting stream decompression.
-
- 16 Aug, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 06 Aug, 2016 4 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
This goes bit against websocket nature (message-based communication), as it ignores boundaries bertween messages, but may be very practical to do simple things with websockets.
-
- 05 Aug, 2016 3 commits
-
-
Paul Sokolovsky authored
Namely: flags, cachesize, pagesize, minkeypage.
-
Paul Sokolovsky authored
In the sense that while GET_FILE transfers its data, REPL still works. This is done by requiring client to send 1-byte block before WebREPL server transfers next block of data.
-
Paul Sokolovsky authored
-
- 01 Aug, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 30 Jul, 2016 1 commit
-
-
Paul Sokolovsky authored
Requires "embedded" BerkeleyDB BTree implementation.
-
- 29 Jul, 2016 1 commit
-
-
Paul Sokolovsky authored
Previoussly such read() and write() methods were used by modussl_axtls, move to py/stream for reuse.
-
- 23 Jul, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 22 Jul, 2016 2 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 16 Jul, 2016 1 commit
-
-
Paul Sokolovsky authored
Shares the code with remove() method due to the same underlying f_unlink() FatFs operation.
-
- 14 Jul, 2016 1 commit
-
-
Paul Sokolovsky authored
Accepts only value of True.
-
- 12 Jul, 2016 2 commits
-
-
Paul Sokolovsky authored
Make variable MICROPY_SSL_AXTLS=1 should be defined to activate modussl_axtls and link with -laxtls.
-
Paul Sokolovsky authored
-
- 06 Jul, 2016 1 commit
-
-
Paul Sokolovsky authored
Instead of allocating new array object header again and again, causing memory fragmentation.
-
- 04 Jul, 2016 1 commit
-
-
Paul Sokolovsky authored
Allocating it for each read/write operation is a memory fragmentation hazard.
-
- 02 Jul, 2016 3 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-