Closed
Description
since the latest micropython makes all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE
(micropython/micropython@662b976), the gen_mpy.py must be modified to use MP_DEFINE_CONST_OBJ_TYPE. The mp_lv_obj_types
is assumed to use items with a fixed length, which make it hard to migrate.
Metadata
Metadata
Assignees
Labels
No labels