- 29 Jan, 2014 7 commits
-
-
Damien George authored
-
Damien George authored
LOAD_METHOD bug was: emitbc did not correctly calculate the amount of stack usage for a LOAD_METHOD operation. small int bug was: int was being used to pass small ints, when it should have been machine_int_t.
-
Damien George authored
-
Damien George authored
-
mux authored
* Add SD card test to fix warning
-
mux authored
* Remove include mpconfigport.h from file.c
-
mux authored
* Issue #232
-
- 28 Jan, 2014 14 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
On my machine, 'import array' in CPython tries to load the array test.
-
Damien George authored
-
Damien George authored
unix: Initial FFI module implementation
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Foreign Function Interface module allows to load native dynamic libraries, call functions and access variables in them. This makes possible to write interface modules in pure Python. This module provides thin wrapper around libffi. ctypes compatibility might be possible to implement on top of this module (though ctypes allow to call functions without prototypes, which is not supported by libffi (i.e. implementation would be inefficient))).
-
Paul Sokolovsky authored
This is special feature for FFI.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 27 Jan, 2014 8 commits
-
-
Damien George authored
-
Damien George authored
Fix implicit double conversion warning
-
Damien George authored
-
Damien George authored
-
mux authored
-
Paul Sokolovsky authored
-
mux authored
* Add missing LCD definitions for STM32F4DISC target, current code breaks build.
-
mux authored
-
- 26 Jan, 2014 11 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Otherwise, some generator statements still may be spuriously executed on subsequent calls to next()/send().
-
Damien George authored
Implement send() method for generators.
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
unix Makefile: -Og doesn't work (at least) with gcc 4.6 below.
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-