- 13 Apr, 2014 1 commit
-
-
Damien George authored
-
- 12 Apr, 2014 1 commit
-
-
Ilya Dmitrichenko authored
-
- 10 Apr, 2014 1 commit
-
-
Damien George authored
Now reads in small chunks at a time.
-
- 17 Mar, 2014 1 commit
-
-
xbe authored
Remove unnecessary includes. Add includes that improve portability.
-
- 05 Feb, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 04 Feb, 2014 1 commit
-
-
Paul Sokolovsky authored
sys.path is not initialized by rt_init(), that's left for platform-specific startup code. (For example, bare metal port may have some hardcoded defaults, and let user change sys.path directly; while port for OS with environment feature can take path from environment). If it's not explicitly initialized, modules will be imported only from a current directory.
-
- 25 Jan, 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
-
- 08 Jan, 2014 1 commit
-
-
Damien George authored
-
- 07 Jan, 2014 2 commits
-
-
John R. Lenton authored
-
Damien George authored
-
- 06 Jan, 2014 2 commits
- 03 Jan, 2014 1 commit
-
-
Damien George authored
import works for simple cases. Still work to do on finding the right script, and setting globals/locals correctly when running an imported function.
-
- 29 Dec, 2013 3 commits
-
-
Damien authored
-
Paul Sokolovsky authored
-
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).
-
- 22 Oct, 2013 1 commit
-
-
Damien authored
-
- 20 Oct, 2013 1 commit
-
-
Damien authored
-