- 12 Feb, 2014 1 commit
-
-
Damien George authored
-
- 21 Jan, 2014 1 commit
-
-
Damien George authored
Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h
-
- 19 Jan, 2014 1 commit
-
-
Damien George authored
CMSIS V3.01 -> V3.20. Now in stm/cmsis to keep separate from ST libraries.
-
- 13 Jan, 2014 1 commit
-
-
Damien George authored
-
- 09 Jan, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
Creating of classes (types) and instances is much more like CPython now. You can use "type('name', (), {...})" to create classes.
-
- 08 Jan, 2014 1 commit
-
-
Damien George authored
-
- 06 Jan, 2014 2 commits
- 03 Jan, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 29 Dec, 2013 1 commit
-
-
Damien authored
-
- 21 Dec, 2013 2 commits
-
-
Damien authored
-
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).
-
- 05 Dec, 2013 1 commit
-
-
Damien authored
-