Sha256: 7607f729adf9d66f3513d5fa99c53a75aaa16ecc18fbe24bd16eb4cc770b84d5
Contents?: true
Size: 314 Bytes
Versions: 8
Compression:
Stored size: 314 Bytes
Contents
module OrigenARMDebug class DAPController include Origen::Controller include Helpers # Returns the currently enabled DP (or the only DP if only one # of them). # If no dp is enabled before calling this, it will choose the # SW_DP by default. def dp dps.first end end end
Version data entries
8 entries across 8 versions & 1 rubygems