- Feb 13, 2014
-
-
Paul Sokolovsky authored
-
- Feb 12, 2014
-
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
unix Makefile: Split off optimization options to COPT variable.
-
Paul Sokolovsky authored
To allow easily try different optimization and configuration options without patching any files.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Some tools do not support local/static symbols (one example is GNU ld map file). Exposing all functions will allow to do detailed size comparisons, etc. Also, added bunch of statics where they were missing, and replaced few identity functions with global mp_identity().
-
- Feb 11, 2014
-
-
Damien George authored
-
Damien George authored
For some reason, STM port, while it's 32 bit, needs %lu and %ld for printing machine_uint_t and machine_int_t.
-
Paul Sokolovsky authored
-
Damien George authored
Enable GC for Unix port
-
Damien George authored
Enable link map file generation.
-
Damien George authored
Bah - Removed a couple of warnings for teensy that I didn't notice before.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Note: none of these functions are used by STM port, so they're provided to have parity with pre gc refactor status quo, and in case they will be needed in the future by some extension writers.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
With range(10000), doesn't fit into 128K heap.
-
Paul Sokolovsky authored
Please don't submit patches with tab indentation!
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Dave Hylands authored
-
Paul Sokolovsky authored
Test function needs to be called by something else. Test heap size reduced so its dump fits on a screenful of a typical terminal.
-
Paul Sokolovsky authored
With a nice traceback, helps debugging much better.
-
Paul Sokolovsky authored
-
- Feb 10, 2014
-
-
Damien George authored
Addresses issue #275.
-
Damien George authored
-
Damien George authored
Addresses issues #272 and #273.
-
Damien George authored
Updated teensy to work with latest on master
-
Damien George authored
Get rid of calloc().
-
Damien George authored
Clean up handling of function return type annotation.
-
Damien George authored
-
Damien George authored
-
Dave Hylands authored
Added analogRead, analogWriteXxx and servo support for teensy.
-
Paul Sokolovsky authored
If there's malloc and memset, then there's no need for calloc, especially if we need to implement it ourselves.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-