Skip to content

Commit

Permalink
dependencies: bump pylink-square (#1503)
Browse files Browse the repository at this point in the history
* [Dependencies] Bump Pylink

Pylink 1.0 has the following breaking change:

@denravonska: Changed .flash() to no longer erase chip on flash; users will now
need to ensure they call .erase() prior to flashing a non-erased region of
flash.

However, pyOCD doesn't use JLinks's flash routines so there is no call
in the codebase to `.flash()` from `pylink`. This makes it safe to allow
`pylink` packages with a major version of 1.

* dependencies: require pylink-square>=1.0,<2.0

---------

Co-authored-by: Chris Reed <flit@me.com>
  • Loading branch information
avi-jois and flit committed Mar 20, 2023
1 parent 2a3d63c commit 911c772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ install_requires =
natsort>=8.0.0,<9.0
prettytable>=2.0,<4.0
pyelftools<1.0
pylink-square>=0.11.1,<1.0
pylink-square>=1.0,<2.0
pyusb>=1.2.1,<2.0
pyyaml>=6.0,<7.0
six>=1.15.0,<2.0
Expand Down

0 comments on commit 911c772

Please sign in to comment.