Paul Sokolovsky
2276eb8084
minimal: Make #if indent consistent.
2015-01-16 01:53:33 +02:00
Paul Sokolovsky
d7337f288e
minimal: Support even-driven REPL.
2015-01-16 01:38:24 +02:00
Damien George
bc47c287df
travis, minimal: Install gcc-multilib for -m32; use /bin/echo for test.
2015-01-14 00:26:39 +00:00
Damien George
d710cef661
minimal: Add simple test; build and run minimal test on Travis CI.
2015-01-13 12:39:29 +00:00
Damien George
a45b042e59
minimal/Makefile: Remove unnecessary -I of py/ dir.
2015-01-13 12:23:13 +00:00
Paul Sokolovsky
f41df1e611
minimal: Add "run" make target to run emulated build with suitable tty config.
2015-01-13 04:07:03 +02:00
Paul Sokolovsky
5ebabcda41
minimal: Convert "bare-arm" port to "minimal" port.
...
This enable libc functions, GC, and line-editing function. Also, UART
emulation for POSIX systems is added. Emulation build is set as default.
2015-01-13 04:02:56 +02:00
Paul Sokolovsky
d511a20a6b
minimal: New port, intended to represent minimal working code.
...
Unlike bare-arm, which is mostly intended to show raw interpreter size,
without library and support code dependencies. This port is intended to
be a better base to start new ports, and also will include emulation
build to allow debug some aspects of embedded targets on POSIX systems.
This initial commit is verbatim copy of bare-arm code.
2015-01-13 03:17:47 +02:00