Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Remove print('flush') from 2 tests, since stmhal now works. | Damien George | 2014-04-17 |
| | | | | Fixing the USB problem on stmhal now gets these 2 tests working. | ||
* | tests: Make tests pass on pyboard. | Damien George | 2014-04-13 |
| | |||
* | py: Implement positional and keyword args via * and **. | Damien George | 2014-03-30 |
| | | | | | Extends previous implementation with * for function calls to * and ** for both function and method calls. | ||
* | vm: Implement CALL_FUNCTION_VAR opcode (foo(*(1, 2, 3))). | Paul Sokolovsky | 2014-03-30 |