| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-21 | stm: Remove long-obsolete stm/ port. | Damien George | |
| 2014-02-11 | stm: Provide malloc()/realloc()/free(), as forwarding to gc_*() functions. | Paul Sokolovsky | |
| 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. | |||
| 2014-02-10 | stm: Remove unused, useless and not-to-be-used strndup. | Damien George | |
| Addresses issue #275. | |||
| 2014-02-10 | Get rid of calloc(). | Paul Sokolovsky | |
| If there's malloc and memset, then there's no need for calloc, especially if we need to implement it ourselves. | |||
| 2014-01-21 | stm: Clean up main.c; disable libgcc by default. | Damien George | |
| f2d and d2f functions from libgcc does not work correctly, most likely due to the ABI being incorrect. libgcc disabled for now. | |||
| 2014-01-21 | Revamp qstrs: they now include length and hash. | Damien George | |
| Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h | |||
| 2014-01-12 | Added public domain implementations of strchr and strstr. | Dave Hylands | |
| 2013-10-23 | Implement simple servo control using PWM. | Damien | |
| 2013-10-20 | Integrate new lexer stream with stm framework. | Damien | |
| 2013-10-13 | Inital commit of stm32f4xx framework. | Damien | |
