mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-08-07 17:02:52 +03:00
Deprecate copro_dis.py - keep for now as it is used by bootrom build
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
# NOTE THIS SCRIPT IS DEPRECATED. Use 'picotool coprodis' instead
|
||||||
|
|
||||||
import argparse, re
|
import argparse, re
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(description="Disassemble RCP instructions in DIS file")
|
parser = argparse.ArgumentParser(description="Disassemble RCP instructions in DIS file")
|
||||||
|
Reference in New Issue
Block a user