st-info --chipid and --descr like functionality
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 560
- Avg merge
- 1h 41m
- Merged PRs (30d)
- 3
Description
st-info can rougtly identify the chip:
$ st-info --chipid
0x0466
$ st-info --descr
G030/G031/G041
I wonder if such functionality can be added to the pyOCD.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining pyOCD's command interface and compare it with the demonstrated st-info --chipid and --descr commands. Determine what equivalent chip identification information pyOCD can expose; the work is done when the requested functionality is implemented and its behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100