615 Commits (d51cfd155c09771a6abb4e7a058522f4677fc7cb)
 

Author SHA1 Message Date
Damien George d51cfd155c stm: Put HSE_VALUE and other defines in mpconfigport.h. 11 years ago
Damien George eb380d7261 stm: Put TARGET in mpconfigport.h; support PYBv4. 11 years ago
Damien George 8517bce6b1 Merge pull request #202 from iabdalkader/master 11 years ago
Paul Sokolovsky d30e019459 Add bytearray basic tests. 11 years ago
Paul Sokolovsky 09ce05996a array: Implement iterator. 11 years ago
Paul Sokolovsky 33996685df Add len() support for arrays. 11 years ago
Damien George 12eaccacda Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 55baff4c9b Revamp qstrs: they now include length and hash. 11 years ago
mux 4578ced209 Add OSC_VALUE to Makefile 11 years ago
mux e9c01dea32 Remove hardcoded PLL_M value 11 years ago
Paul Sokolovsky 7280f79088 run-tests: Allow to run tests selectively via command line. 11 years ago
Paul Sokolovsky 4c316552c1 Implement str.split(None). 11 years ago
Paul Sokolovsky 7380a83780 str: Implement proper string (instead of byte string) indexing. 11 years ago
Paul Sokolovsky 545591a696 Implement string multiplication. 11 years ago
Paul Sokolovsky 439542f70c sequence.c: Start to refactor sequence operations for reuse among types. 11 years ago
Paul Sokolovsky 51ee44a718 unix file: Refactor and add sys.stdout/stdin/stderr. 11 years ago
Paul Sokolovsky 8965a5eb1e objstr: More support for MP_OBJ_QSTR. 11 years ago
Paul Sokolovsky e6da0df6d1 mp_obj_get_type_str(): Handle MP_OBJ_QSTR. 11 years ago
Paul Sokolovsky d991da7263 socket-client, socket-server examples now run on both Micro- and C-Python. 11 years ago
Paul Sokolovsky a80ff04fe7 Add dummy bytes() constructor. 11 years ago
Paul Sokolovsky f0cfb8cb45 Don't preimport socket module. 11 years ago
Paul Sokolovsky fc35aa6828 unix socket: Add send() and recv() methods. 11 years ago
Paul Sokolovsky ff3bdea49d stream_read(): Shrink memory block to actual read size. 11 years ago
Paul Sokolovsky decd597273 unix io.FileIO: Add iteration support. 11 years ago
Paul Sokolovsky d54bef7692 stream: Add generic unbuffered iternext method. 11 years ago
Paul Sokolovsky dff3f896d7 mp_identity(): Add generic identity function. 11 years ago
Paul Sokolovsky 3754c4a040 mp_obj_get_qstr(): Handle MP_OBJ_QSTR. 11 years ago
Damien George 91d457a277 py: Put micropython module init code in builtinmp.c. 11 years ago
Damien George 589233622c Merge pull request #198 from pfalcon/expose-memstat 11 years ago
Paul Sokolovsky 440cc3f028 Expose memory stats functions via "micropython" module. 11 years ago
Damien George 164774c1c1 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 7d08935458 Rename unix binary to 'micropython'. 11 years ago
Paul Sokolovsky 159c0f75da Don't implicitly import "sys" module. 11 years ago
Paul Sokolovsky fe2690da0a unix: Implement sys.argv. 11 years ago
Paul Sokolovsky f477bfbc75 Pre-create sys module. 11 years ago
Paul Sokolovsky bb33cc66fb Properly print MP_OBJ_QSTR objects. 11 years ago
Damien George 2c7a1b2ad1 Merge pull request #197 from pfalcon/mod-singletons 11 years ago
Paul Sokolovsky d720ab5236 Implement modules as singletons Python semantics. 11 years ago
Damien George f438b936e0 Small changes to README. 11 years ago
Damien George 5f7e8dc176 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George b2ebb161d4 stm: Upgrade ST peripheral library from 1.1.0 to 1.3.0. 11 years ago
Paul Sokolovsky db796ef84d Add README for tests/. 11 years ago
Paul Sokolovsky 9954b4b99d Add directory for I/O tests with basic test for file methods. 11 years ago
Damien George 1277753812 stm: Upgrade to latest CMSIS libraries. 11 years ago
Paul Sokolovsky 8c3858b016 Move tests in basic/tests/ up one level preparating to multiple test dirs. 11 years ago
Damien George a11ceca807 Change int to uint for n_args in function with variable arguments. 11 years ago
Damien George 136b149e41 py: Add full traceback to exception printing. 11 years ago
Damien George 49f6a99c65 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George cbd2f7482c py: Add module/function/class name to exceptions. 11 years ago
Paul Sokolovsky 50a2d6ff59 Fix incorrect prototype of mp_builtin_open() after args refactor. 11 years ago