Skip to content

Commit e155377

Browse files
authored
Merge pull request #433 from antoinevg/antoinevg/quick-fixes
Release v2024.0.1
2 parents 9147178 + 6bd9a8c commit e155377

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

docs/source/getting_started.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ To use GreatFET you will need to ensure the following software is installed:
1010

1111
* `Python <https://wiki.python.org/moin/BeginnersGuide/Download>`__ v3.8, or later.
1212

13-
If you want to use GreatFET's interactive shell you will also need to install:
14-
15-
* `IPython <https://ipython.readthedocs.io>`__
16-
1713

1814
GreatFET Host Software Installation
1915
-----------------------------------

host/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ dependencies = [
3434
"cmsis_svd",
3535
"tabulate",
3636
"prompt_toolkit",
37-
"pygreat"
37+
"pygreat",
38+
"ipython~=8.25",
3839
]
3940

4041
dynamic = ["version"]

host/util/54-greatfet.rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ATTR{idVendor}=="1d50", ATTR{idProduct}=="60e6", SYMLINK+="greatfet-one%k", MODE="660", GROUP="plugdev"
2-
ATTR{idVendor}=="1fc9", ATTR{idProduct}=="000c", SYMLINK+="nxp-dfu-%k", MODE="660", GROUP="plugdev"
1+
SUBSYSTEM=="usb", ATTR{idVendor}=="1d50", ATTR{idProduct}=="60e6", SYMLINK+="greatfet-one%k", TAG+="uaccess"
2+
SUBSYSTEM=="usb", ATTR{idVendor}=="1fc9", ATTR{idProduct}=="000c", SYMLINK+="nxp-dfu-%k", TAG+="uaccess"

0 commit comments

Comments
 (0)