aboutsummaryrefslogtreecommitdiff
path: root/py/py-version.sh
AgeCommit message (Collapse)Author
2015-04-28py: Replace py-version.sh with makeversionhdr.py, written in Python.Damien George
Also rename py-version.h to mpversion.h for consistency with mpconfig.h.
2015-04-21stmhal: Implement os.uname() to get details of OS and hardware.Damien George
2015-04-21py: Add sys.implementation, containing uPy name and version number.Damien George
Uses attrtuple if it's enabled, otherwise just a normal tuple.
2014-06-07- Let the build environment decide about the toolchain to be used, in caseMarcus von Appen
there are special tweaks and paths to be considered. Just provide some defaults, in case the values are undefined. - py-version.sh does not need any bash specific features. - Use libdl only on Linux for now. FreeBSD provides dl*() calls from libc.
2014-05-05py-version.sh: Use --always option of git describe.Paul Sokolovsky
2014-05-05py-version.sh: Make it work in case no git tag is present.Paul Sokolovsky
2014-05-03py: Add --dirty flag to git describe.Damien George
2014-05-03py: Print tag/version/git describe in uPy banner.Damien George
2014-04-03Add the git version to the bannerDave Hylands