-
- Downloads
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.
Showing
- mpy-cross/.gitignore 1 addition, 0 deletionsmpy-cross/.gitignore
- mpy-cross/Makefile 58 additions, 0 deletionsmpy-cross/Makefile
- mpy-cross/README.md 25 additions, 0 deletionsmpy-cross/README.md
- mpy-cross/gccollect.c 152 additions, 0 deletionsmpy-cross/gccollect.c
- mpy-cross/main.c 272 additions, 0 deletionsmpy-cross/main.c
- mpy-cross/mpconfigport.h 122 additions, 0 deletionsmpy-cross/mpconfigport.h
- mpy-cross/mphalport.h 1 addition, 0 deletionsmpy-cross/mphalport.h
- mpy-cross/qstrdefsport.h 1 addition, 0 deletionsmpy-cross/qstrdefsport.h
Loading
Please register or sign in to comment