Skip to content

lisa.target: Shuffle around code in Target.__getattr__

Make Target.getattr work with lazy module loading in devlib directly, independently of the version.

Until there is a published version of devlib that supports lazy loading, LISA code must work with all possible behaviors.

This PR is made in preparation of that devlib PR and needs to be merged first so LISA module exclusion system keeps working across devlib versions: https://github.com/ARM-software/devlib/pull/634

Merge request reports