- 02 Mar, 2015 1 commit
-
-
Damien George authored
Addresses issue #1143.
-
- 25 Feb, 2015 1 commit
-
-
Damien George authored
Addresses issue #1132.
-
- 24 Feb, 2015 1 commit
-
-
Damien George authored
-
- 16 Feb, 2015 1 commit
-
-
Damien George authored
-
- 15 Feb, 2015 1 commit
-
-
Damien George authored
Addresses issue #1117.
-
- 14 Jan, 2015 1 commit
-
-
Damien George authored
Previously was allocating at end of PASS_COMPUTE, and this pass was being run twice, so memory was being allocated twice.
-
- 01 Jan, 2015 1 commit
-
-
Damien George authored
Addresses issue #1022.
-
- 29 Sep, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 03 Sep, 2014 1 commit
-
-
Fabian Vogt authored
Fixes issue #840
-
- 24 Aug, 2014 1 commit
-
-
Damien George authored
Because (for Thumb) a function pointer has the LSB set, pointers to dynamic functions in RAM (eg native, viper or asm functions) were not being traced by the GC. This patch is a comprehensive fix for this. Addresses issue #820.
-
- 16 Aug, 2014 1 commit
-
-
Damien George authored
-
- 03 Jul, 2014 1 commit
-
-
Damien George authored
See discussion in issue #50.
-
- 21 Jun, 2014 1 commit
-
-
Paul Sokolovsky authored
It defines types used by all other headers. Fixes #691.
-
- 10 May, 2014 1 commit
-
-
Damien George authored
Thumb uses a bit less RAM, bytecode uses a tiny bit more, to avoid overflow of the dummy buffer in certain cases. Addresses issue #599.
-
- 07 May, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 03 May, 2014 1 commit
-
-
Damien George authored
Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
-
- 21 Apr, 2014 1 commit
-
-
Damien George authored
-
- 18 Apr, 2014 1 commit
-
-
Damien George authored
-
- 12 Apr, 2014 2 commits
-
-
Damien George authored
Improved the Thumb assembler back end. Added many more Thumb instructions to the inline assembler. Improved parsing of assembler instructions and arguments. Assembler functions can now be passed the address of any object that supports the buffer protocol (to get the address of the buffer). Added an example of how to sum numbers from an array in assembler.
-
Damien George authored
-
- 10 Apr, 2014 1 commit
-
-
Damien George authored
Labels should never be negative, and this modified type signature reflects that.
-
- 08 Apr, 2014 1 commit
-
-
Damien George authored
-
- 17 Mar, 2014 1 commit
-
-
xbe authored
Remove unnecessary includes. Add includes that improve portability.
-
- 12 Feb, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 06 Jan, 2014 2 commits
- 04 Jan, 2014 1 commit
-
-
Damien George authored
With MICROPY_EMIT_X64 and MICROPY_EMIT_THUMB disabled, the respective emitters and assemblers will not be included in the code. This can significantly reduce binary size for unix version.
-
- 29 Dec, 2013 1 commit
-
-
Damien authored
-
- 21 Dec, 2013 1 commit
-
-
Damien authored
A big change. Micro Python objects are allocated as individual structs with the first element being a pointer to the type information (which is itself an object). This scheme follows CPython. Much more flexible, not necessarily slower, uses same heap memory, and can allocate objects statically. Also change name prefix, from py_ to mp_ (mp for Micro Python).
-
- 17 Nov, 2013 1 commit
-
-
Damien authored
-
- 03 Nov, 2013 2 commits
- 12 Oct, 2013 1 commit
-
-
Damien authored
-
- 05 Oct, 2013 3 commits
- 04 Oct, 2013 1 commit
-
-
Damien authored
-