1
0
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:
graham sanderson
2024-08-20 09:48:44 -05:00
parent 9430469e18
commit e930bf3261

View File

@@ -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")