expliot.plugins.busauditor.baswdscan

Support for Bus Auditor Device Information.

Module Contents

Classes

BaSwdScan

Test selected channels for SWD communication protocol.

class expliot.plugins.busauditor.baswdscan.BaSwdScan

Bases: expliot.core.tests.test.Test

Test selected channels for SWD communication protocol.

Output Format: [

{

“swd_idcode”: “0x2ba01477”, “pins”: {

“swclk”: 0, “swdio”: 1

}

}, # … May be zero or more entries. # If zero SWD devices found the above dict will not be present

]

execute()

Execute the test.