- 30 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
To alloc complete memory alloc flow tracing.
-
- 29 Jan, 2014 13 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
We still have FAST_[0,1,2] byte codes, but they now just access the fastn array (before they had special local variables). It's now simpler, a bit faster, and uses a bit less stack space (on STM at least, which is most important). The only reason now to keep FAST_[0,1,2] byte codes is for compressed byte code size.
-
Damien George authored
-
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 16 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.
-
Markus Siemens authored
Fixed '#ifdef's so Linux would compile again and added .scl and .type for Windows.
-
Markus Siemens authored
-
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 2 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Otherwise, some generator statements still may be spuriously executed on subsequent calls to next()/send().
-