mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Deprecate copro_dis.py - keep for now as it is used by bootrom build
This commit is contained in:
parent
9430469e18
commit
e930bf3261
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
# NOTE THIS SCRIPT IS DEPRECATED. Use 'picotool coprodis' instead
|
||||
|
||||
import argparse, re
|
||||
|
||||
parser = argparse.ArgumentParser(description="Disassemble RCP instructions in DIS file")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue