| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
micropython-cross provides mpy-cross, which allows compiling python
code to micropython bytecode. This is particularly useful to
unburden MCUs from the task to compile python scripts.
|
|
|
|
|
|
|
|
|
| |
../py/persistentcode.c:397:2: error: #error mp_raw_code_save_file not
implemented for this platform
#error mp_raw_code_save_file not implemented for this platform
^~~~~
use only python3
|
|
|
|
|
| |
the ffi_callback will not work under PaX kernel since it tries to
allocate memory which is both executable and writeable.
|
|
A lean and efficient Python implementation for MCUs and constrained systems
http://www.micropython.org/
|