Skip to content

Commit

Permalink
Merge pull request #433 from antoinevg/antoinevg/quick-fixes
Browse files Browse the repository at this point in the history
Release v2024.0.1
  • Loading branch information
antoinevg authored Jun 4, 2024
2 parents 9147178 + 6bd9a8c commit e155377
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ To use GreatFET you will need to ensure the following software is installed:

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

If you want to use GreatFET's interactive shell you will also need to install:

* `IPython <https://ipython.readthedocs.io>`__


GreatFET Host Software Installation
-----------------------------------
Expand Down
3 changes: 2 additions & 1 deletion host/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ dependencies = [
"cmsis_svd",
"tabulate",
"prompt_toolkit",
"pygreat"
"pygreat",
"ipython~=8.25",
]

dynamic = ["version"]
Expand Down
4 changes: 2 additions & 2 deletions host/util/54-greatfet.rules
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ATTR{idVendor}=="1d50", ATTR{idProduct}=="60e6", SYMLINK+="greatfet-one%k", MODE="660", GROUP="plugdev"
ATTR{idVendor}=="1fc9", ATTR{idProduct}=="000c", SYMLINK+="nxp-dfu-%k", MODE="660", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}=="1d50", ATTR{idProduct}=="60e6", SYMLINK+="greatfet-one%k", TAG+="uaccess"
SUBSYSTEM=="usb", ATTR{idVendor}=="1fc9", ATTR{idProduct}=="000c", SYMLINK+="nxp-dfu-%k", TAG+="uaccess"

0 comments on commit e155377

Please sign in to comment.