Damien George
|
7447e80f3d
|
tests: Remove print('flush') from 2 tests, since stmhal now works.
Fixing the USB problem on stmhal now gets these 2 tests working.
|
2014-04-17 00:14:05 +01:00 |
|
Damien George
|
4417478d0f
|
tests: Make tests pass on pyboard.
|
2014-04-13 17:46:30 +01:00 |
|
Damien George
|
230fec77d7
|
py: Implement positional and keyword args via * and **.
Extends previous implementation with * for function calls to * and **
for both function and method calls.
|
2014-03-30 21:21:24 +01:00 |
|
Paul Sokolovsky
|
55ca075cab
|
vm: Implement CALL_FUNCTION_VAR opcode (foo(*(1, 2, 3))).
|
2014-03-30 17:47:16 +03:00 |
|