Nikita Melentev
5bea6ea808
unix: Fix freedos port build problems.
2017-02-06 15:25:42 +11:00
Damien George
55ad083061
unix/.gitignore: Add nanbox build output to ignore list.
2016-01-15 14:25:53 +00:00
Paul Sokolovsky
09630e48ce
unix/.gitignore: Ignore gcov files.
2016-01-02 14:50:17 +02:00
Damien George
181adc6a4e
unix: Update .gitignore; now ignores coverage build.
2015-06-03 17:47:31 +01:00
Paul Sokolovsky
9456732b86
unix: Include upip as fronzen modules inside the standard interpreter.
...
MicroPython doesn't come with standard library included, so it is important
to be able to easily install needed package in a seamless manner. Bundling
package manager (upip) inside an executable solves this issue.
upip is bundled only with standard executable, not "minimal" or "fast"
builds.
2015-06-02 01:32:07 +03:00
Damien George
51ef28a9d6
unix: Update .gitignore for "fast" and "minimal" builds.
2015-01-16 18:05:31 +00:00
Damien George
55baff4c9b
Revamp qstrs: they now include length and hash.
...
Can now have null bytes in strings. Can define ROM qstrs per port using
qstrdefsport.h
2014-01-21 21:40:13 +00:00
Damien
de690d128b
Add unix-cpy, used to test Micro Python byte code against CPython.
2013-12-29 18:01:01 +00:00