aboutsummaryrefslogtreecommitdiff
path: root/minimal/Makefile
AgeCommit message (Expand)Author
2016-04-16minimal: For frozen bytecode generation, add dependency of qstr file.Damien George
2016-04-13minimal: Add example of frozen persistent bytecode (.mpy file).Damien George
2016-01-07minimal: Add enough code to run minimal build on STM32F4xx hardware.Damien George
2015-11-10lib/utils/printf: Move from stmhal/ .Paul Sokolovsky
2015-11-04minimal: Add an explicit comment on the gchelper.s line in the Makefile.Dave Hylands
2015-10-31stmhal: pyexec.c is common module, move to lib/utils/ .Paul Sokolovsky
2015-10-24Makefiles: Remove duplicate object files when linking.Paul Sokolovsky
2015-10-19all: Make netutils.h available to all ports by default.Paul Sokolovsky
2015-04-05string0.c: Move from stmhal/ to lib/.Paul Sokolovsky
2015-01-14travis, minimal: Install gcc-multilib for -m32; use /bin/echo for test.Damien George
2015-01-13minimal: Add simple test; build and run minimal test on Travis CI.Damien George
2015-01-13minimal/Makefile: Remove unnecessary -I of py/ dir.Damien George
2015-01-13minimal: Add "run" make target to run emulated build with suitable tty config.Paul Sokolovsky
2015-01-13minimal: Convert "bare-arm" port to "minimal" port.Paul Sokolovsky
2015-01-13minimal: New port, intended to represent minimal working code.Paul Sokolovsky