Skip to content

Commit 7131609

Browse files
committed
renaming package ispprogrammer to match pypi
1 parent a5edc61 commit 7131609

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pyinstaller-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Verify Installations
3333
run: |
34-
python3 -m pip show isp_programmer
34+
python3 -m pip show ispprogrammer
3535
python3 -m pip show pyserial
3636
3737
- name: Make executable

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The configuration file is identical to that used by the [lpctools project](http:
4646
### From PyPI
4747

4848
```bash
49-
pip install isp_programmer
49+
pip install ispprogrammer
5050
```
5151

5252
### From Source
@@ -62,17 +62,17 @@ pip install .
6262
## Usage
6363
### Erase Entire Flash
6464
```bash
65-
isp_programmer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 masserase
65+
ispprogrammer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 masserase
6666
```
6767

6868
### Program Flash Image
6969
```bash
70-
isp_programmer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 writeimage --imagein blinky804.hex
70+
ispprogrammer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 writeimage --imagein blinky804.hex
7171
```
7272

7373
### Read Chip Info
7474
```bash
75-
isp_programmer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 querychip
75+
ispprogrammer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 querychip
7676
```
7777

7878
## Similar Projects

0 commit comments

Comments
 (0)