diff options
author | Damien George <damien.p.george@gmail.com> | 2016-02-11 22:37:26 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-02-25 10:12:21 +0000 |
commit | 56f76b873a28a35f045c93cb9d76d78827f87462 (patch) | |
tree | aae6803ea1552ec3f22d60b6b94a7eac532a1b01 /mpy-cross/qstrdefsport.h | |
parent | ea23520403777f9b026f49245d39f8be1ccdbdac (diff) | |
download | micropython-56f76b873a28a35f045c93cb9d76d78827f87462.tar.gz micropython-56f76b873a28a35f045c93cb9d76d78827f87462.zip |
mpy-cross: Add new component, a cross compiler for MicroPython bytecode.
This component allows to generate .mpy files (pre compiled bytecode)
which can be executed within any MicroPython runtime/VM.
Diffstat (limited to 'mpy-cross/qstrdefsport.h')
-rw-r--r-- | mpy-cross/qstrdefsport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpy-cross/qstrdefsport.h b/mpy-cross/qstrdefsport.h new file mode 100644 index 0000000000..3ba897069b --- /dev/null +++ b/mpy-cross/qstrdefsport.h @@ -0,0 +1 @@ +// qstrs specific to this port |