- 12 Mar, 2014 1 commit
-
-
Dave Hylands authored
This compiles and links, but hasn't been tested on a board yet and even if it was run, it doesn't currently do anything.
-
- 10 Mar, 2014 5 commits
-
-
Damien George authored
MICROPY_ENABLE_FLOAT is automatically set in mpconfig.h if MICROPY_FLOAT_IMPL is set to a non-zero value.
-
Damien George authored
-
Damien George authored
Fix makeqstrdata.py to work in Python 2.7
-
Dave Hylands authored
-
Dave Hylands authored
-
- 09 Mar, 2014 3 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 08 Mar, 2014 9 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
mp_module_obj_t can now be put in ROM. Configuration of float type is now similar to longint: can now choose none, float or double as the implementation. math module has basic math functions. For STM port, these are not yet implemented (they are just stub functions).
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 07 Mar, 2014 1 commit
-
-
Damien George authored
-
- 06 Mar, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 05 Mar, 2014 2 commits
-
-
Damien George authored
Fix gc_realloc to expand in place
-
mux authored
* Issue #322
-
- 04 Mar, 2014 3 commits
-
-
Damien George authored
-
Damien George authored
unix: Allow to set heap size using "-X heapsize=N" option.
-
Paul Sokolovsky authored
-
- 03 Mar, 2014 8 commits
-
-
Damien George authored
Addresses issue #327.
-
Damien George authored
Checks for non-default args following default args, and errors out. Addresses issue #328.
-
Damien George authored
-
Damien George authored
Implement collections.namedtuple
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
I.e. as replacement of MP_OBJ_IS_TYPE(), which takes into account subclassing.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 02 Mar, 2014 1 commit
-
-
Damien George authored
Implement machine_sqrt using VSQRT
-
- 01 Mar, 2014 5 commits
-
-
mux authored
-
Damien George authored
Support building "unix" port for ARM
-
Damien George authored
Implement not, shl and shr in mpz library. Add function to create mpzs on the stack, used for memory efficiency when rhs is a small int. Factor out code to parse base-prefix of number into a dedicated function.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-