Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 10:33521d742af1, committed 2016-04-27
- Comitter:
- Colin Hogben
- Date:
- Wed Apr 27 22:11:29 2016 +0100
- Parent:
- 9:88f582853243
- Commit message:
- Update README and version
Changed in this revision
README.md | Show annotated file Show diff for this revision Revisions of this file |
genhdr/mpversion.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/README.md Wed Apr 27 21:34:50 2016 +0100 +++ b/README.md Wed Apr 27 22:11:29 2016 +0100 @@ -53,6 +53,11 @@ - Asynchronous processing (e.g. events on inputs) is not supported. +More Information +---------------- + +Further information may be available on the [mbed MicroPython wiki](https://github.com/infinnovation/micropython/wiki) + Credits -------
--- a/genhdr/mpversion.h Wed Apr 27 21:34:50 2016 +0100 +++ b/genhdr/mpversion.h Wed Apr 27 22:11:29 2016 +0100 @@ -1,7 +1,7 @@ // This file was generated by py/makeversionhdr.py -#define MICROPY_GIT_TAG "v1.7-159-g91f2056" -#define MICROPY_GIT_HASH "91f2056" -#define MICROPY_BUILD_DATE "2016-04-24" +#define MICROPY_GIT_TAG "v1.7-239-gac54c48" +#define MICROPY_GIT_HASH "ac54c48" +#define MICROPY_BUILD_DATE "2016-04-27" #define MICROPY_VERSION_MAJOR (1) #define MICROPY_VERSION_MINOR (7) #define MICROPY_VERSION_MICRO (0)