1219 Commits (44307d5ef8f1c78d0a393e8ab842d18799d56517)
 

Author SHA1 Message Date
Damien George 70c56acafb Merge pull request #302 from pfalcon/readme-update 11 years ago
Dave Hylands 90928f1194 Fix build for netduino and stm32f4disc 11 years ago
Damien George 402dc31aa7 stm: Factor out GPIO code to its own file. Add functions to set GPIO mode. 11 years ago
Paul Sokolovsky c839584222 Update README to current state of affairs. 11 years ago
Damien George 2abbae3419 stm: Rename mma -> accel. 11 years ago
Damien George 754a8dd827 stm: Put REPL functions in own file; add raw REPL mode. 11 years ago
Damien George e4758ad2e2 Merge pull request #301 from pfalcon/full-kwargs 11 years ago
Paul Sokolovsky ac2e28c654 Support passing positional args as keywords to bytecode functions. 11 years ago
Paul Sokolovsky 44739e280e Make DEBUG_printf() a proper function, implementation is port-dependent. 11 years ago
Paul Sokolovsky 1b694c082e Rename fun-kwargs.py -> fun-kwvarargs.py to free up slot for simple kw test. 11 years ago
Damien George 8bb11171da stm: Only define __packed if not already defined. 11 years ago
Paul Sokolovsky 5fd7bc3264 Propagate scope flags refactor to emitcpy.c. 11 years ago
Paul Sokolovsky 91ba7a54c5 builtinimport: Get the basic (and only basic) package imports work. 11 years ago
Paul Sokolovsky d3783570a4 builtinimport.c: Recognize "namespace package" and error out as unsupported. 11 years ago
Damien George e5d371b545 py: Pass keyword arguments to byte code. 11 years ago
Damien George 2e482cdb7b py: Implement *vargs support. 11 years ago
Damien George 96056a6272 py: Revent some long int configuration. 11 years ago
Damien George 91f2dbf64c Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George c8f78bc280 py: VM never throws an exception, instead returns a status and value. 11 years ago
Paul Sokolovsky ff4678c5b4 objexcept: Fix thinko with args to mp_obj_new_list(). 11 years ago
Damien George 36109d246f Small change to configuration of long int. 11 years ago
Damien George 22a0865d54 py: Improve exception bases, reduces ROM usage. 11 years ago
Damien George 8725f8f7de py: Pass all scope flags through to runtime. 11 years ago
Damien George c5966128c7 Implement proper exception type hierarchy. 11 years ago
Damien George a71c83a1d1 Change mp_obj_type_t.name from const char * to qstr. 11 years ago
Paul Sokolovsky 8ac72b9d00 Add testcase for failing namespace switch throwing exception from a module. 11 years ago
Damien George 9307ef46ca Merge pull request #291 from GordonMcGregor/osx_build 11 years ago
Damien George aa9b74fead py: Fix IMPORT_STAR, needs to pop the stack. 11 years ago
Damien George 7ef098000a Merge pull request #288 from pfalcon/port-builtins 11 years ago
Damien George 25735ba6d3 Merge pull request #282 from pfalcon/from-star 11 years ago
Gordon McGregor 3890ec48e7 OS X compatible -map syntax for LDFLAGS 11 years ago
Paul Sokolovsky 76f8cedb52 mp_binary_get_val(): Fix value type. 11 years ago
Paul Sokolovsky 60a0d3f1db objexcept: Fix a case of initialized object field. 11 years ago
Paul Sokolovsky c203324e6c objarray: Refactor to use array accessors from binary.c . 11 years ago
Paul Sokolovsky 8bc3516389 ffi: Implement ffivar.get()/set() methods. 11 years ago
Paul Sokolovsky 910843e86d Allow ports to define statically builtin functions. 11 years ago
Damien George 70d7a83c74 stm: If SD card inserted on hard reset, it is the medium for USB MSD. 11 years ago
Paul Sokolovsky e7299b5296 Add testcase for "from module import *". 11 years ago
Paul Sokolovsky b2e8c52298 Add testcase for "from module import sym". 11 years ago
Paul Sokolovsky da1ce93da8 Implement "from module import *" construct. 11 years ago
Damien George a8d404e0e1 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 099a9cb575 Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
Paul Sokolovsky 2aa217b974 Implement full arg handling for exec(). 11 years ago
Damien George 780ba22bb8 stm: Copy COPT style from unix port. 11 years ago
Damien George 648d9e6447 Merge pull request #279 from pfalcon/make-copt 11 years ago
Paul Sokolovsky 5be1b2873b unix Makefile: Split off optimization options to COPT variable. 11 years ago
Paul Sokolovsky 520e2f58a5 Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
Paul Sokolovsky d5df6cd44a Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
Damien George 1d1e38d911 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 9d324b0ac7 stm: Add specific UINT_FMT and INT_FMT. 11 years ago