Skip to content

unable to use latest micropython due to MP_DEFINE_CONST_OBJ_TYPE replaces mp_obj_type_t #244

Closed
@meetroger

Description

@meetroger

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions