2261 Commits (3ebd4d0cae58241c963cabd3cbd02fc9ca261a2f)
 

Author SHA1 Message Date
Damien George d509ac25f9 py: Fix stack access in thumb native emitter. 11 years ago
Paul Sokolovsky be6aa53cdb Merge pull request #584 from stinos/windows-input 11 years ago
Paul Sokolovsky 69cbec4afb tests/bench: Add testcase for positional/kwargs to enumerate(). 11 years ago
Paul Sokolovsky 2a05f05f44 tests/bench: Add tests for various ways to pass function args. 11 years ago
Paul Sokolovsky 1695151267 tests/bench: Add variation on loop_count/while_down_ne test. 11 years ago
Paul Sokolovsky 6638ea9ca3 tests/bench: Add testcases for lookup in 5-el instance and namedtuple. 11 years ago
Paul Sokolovsky 52b25293e2 tests/bench: Time namedtuple field access. 11 years ago
stijn 951335e102 windows: Fix input.c missing in Makefile after changes for #582 11 years ago
Damien George c3602e159c py: Fix emitcpy, to work with latest changes to PASS variables. 11 years ago
Damien George 9102af6afb tests: Add a test for native code on pyboard. 11 years ago
Damien George c4ccb078a5 tests: Add inline assembler test for pyboard. 11 years ago
Damien George a32c1e41cc py: Improve native emitter; now supports more opcodes. 11 years ago
Damien George 36db6bcf54 py, compiler: Improve passes; add an extra pass for native emitter. 11 years ago
Damien George ca25c15d56 py, compiler: Start adding support for compile-time constants. 11 years ago
Damien George 7c6c843965 unix: Add missing stdio.h header for readline. 11 years ago
Damien George c35e53436b Merge pull request #582 from dhylands/unix-input 11 years ago
Dave Hylands 117c46d9eb Add input command for unix 11 years ago
Damien George 1dd46fafbd Merge pull request #581 from stinos/windows-math 11 years ago
stijn 3ce10935f0 windows: Enable math module 11 years ago
Paul Sokolovsky 0ef015b253 stream: Make non-blcoking stream support configurable. 11 years ago
Paul Sokolovsky 6c62e7257f unix modsocket: Add comments re: recv() vs read(), etc. semantics. 11 years ago
Paul Sokolovsky b9be45e421 stream: Use standard name of DEFAULT_BUFFER_SIZE. 11 years ago
Paul Sokolovsky 6e73143de8 stream: Add compliant handling of non-blocking readall(). 11 years ago
Paul Sokolovsky a592104acd stream: Add compliant handling of non-blocking read()/write(). 11 years ago
Damien George 93afa230a4 py, parser: Add commented-out code to discard doc strings. 11 years ago
Damien George c53b408f28 Merge branch 'master' of https://github.com/micropython/micropython 11 years ago
Damien George 491cbd6a7c py: Add keyword arg support to enumerate constructor. 11 years ago
Paul Sokolovsky b473d0ae86 py: bytes(), str(): Add NotImplementedError for kwargs. 11 years ago
Paul Sokolovsky 47d3bd3b31 py: enumerate(): Add NotImplementedError for kwargs. 11 years ago
Paul Sokolovsky 33b3a6905d stmhal: pyb: Use gc() function as defined by standard module "gc". 11 years ago
Paul Sokolovsky f9e54e0ea5 modgc: Add new module for GC-related functionality. 11 years ago
stijn 912ca7701d py: Comment exc_state member from mp_obj_gen_instance_t as it gives trouble 11 years ago
Paul Sokolovsky 179977a0da py-version.sh: Use --always option of git describe. 11 years ago
Damien George fcb347b90a Merge pull request #571 from dhylands/fix-extint-doc 11 years ago
Dave Hylands 1145a0706c Change references (in comments) of pyb.GPIO to be pyb.Pin 11 years ago
Damien George fa2e701e23 examples, SDdatalogger: Add more comments; reduce power consumption. 11 years ago
Damien George 2a5b3cdf82 Merge pull request #566 from turbinenreiter/master 11 years ago
Damien George 66e18f04d8 py: Turn down amount of RAM parser and compiler use. 11 years ago
Paul Sokolovsky f01fa458d8 tests/bench/var: Add tests for class/instance var access. 11 years ago
Paul Sokolovsky aaff82afe5 tests: Add framework for comparative benchmarking. 11 years ago
Paul Sokolovsky 22a0d67c0f py-version.sh: Make it work in case no git tag is present. 11 years ago
Paul Sokolovsky 6b344d7816 py, unix: Add -v option, print bytecode dump if used. 11 years ago
Paul Sokolovsky 4187068cad showbc: Quote block name, so it was easily visible. 11 years ago
Sebastian Plamauer 98243ccca4 deleted garbage 11 years ago
Sebastian Plamauer 96e97ed2ce created SDdatalogger example 11 years ago
Damien George 5fc400ccdb stmhal: Document physical pins for SPI, I2C, UART busses. 11 years ago
Damien George cda363a036 tests, pyb: Add 'import pyb' when needed. 11 years ago
Damien George c327c0de5d unix: Remove test class and code. 11 years ago
Damien George 2c9c200494 Merge pull request #563 from turbinenreiter/patch-2 11 years ago
Sebastian Plamauer c114565bfa updated to use new pyb.Accel() object 11 years ago