Home
last modified time | relevance | path

Searched refs:MPY_VERSION (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dpersistentcode.h34 #define MPY_VERSION 5 macro
89 #define MPY_FILE_HEADER_INT (MPY_VERSION \
A Dpersistentcode.c553 || header[1] != MPY_VERSION in mp_raw_code_load()
808 MPY_VERSION, in mp_raw_code_save()
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmain.c235 "; mpy-cross emitting mpy v" MP_STRINGIFY(MPY_VERSION) "\n"); in main_()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy-tool.py63 MPY_VERSION = 5 variable in Config
797 if header[1] != config.MPY_VERSION:
942 header[1] = config.MPY_VERSION
A Dmpy_ld.py38 MPY_VERSION = 5 variable
915 [ord("M"), MPY_VERSION, env.arch.mpy_feature, MP_SMALL_INT_BITS, QSTR_WINDOW_SIZE]

Completed in 9 milliseconds