Skip to content

Incompatiblity of esp32ulp_build_receipe.py with recent 2.0.6 esp32 release #91

@christianpaetz

Description

@christianpaetz

The paths to sdkconfig have changed and the RESERVE_MEM name too.

line 174: file_path = os.path.join(PATHS['core'], 'tools', 'sdk', 'esp32', 'qio_qspi', 'include', 'sdkconfig.h' )
line 176: mem = re.findall(r'#define CONFIG_ESP32_ULP_COPROC_RESERVE_MEM (.*?)\n', text)[0]
line 270: sdk_hash = md5(os.path.join(PATHS['core'] , 'tools', 'sdk', 'esp32','qio_qspi','include', 'sdkconfig.h'))

assuming 'qio' is selected.

Unfortunately larger .S files still create a problem and will not start. No idea why.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions