Skip to content

Commit

Permalink
[Dependencies] Bump Pylink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
avi-jois authored and flit committed Mar 1, 2023
1 parent ce1da17 commit 2fba1c3
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>=0.11.1,<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 2fba1c3

Please sign in to comment.