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