-
Notifications
You must be signed in to change notification settings - Fork 533
Comparing changes
Open a pull request
base repository: pyocd/pyOCD
base: v0.35.0
head repository: pyocd/pyOCD
compare: v0.35.1
- 11 commits
- 25 files changed
- 3 contributors
Commits on May 7, 2023
-
docs: some small improvements and typo fixes
- api/using_session_options.md: correct description of implicit defaults layer, note about .get() default value - automated_tests.md: test binaries section; convert functional tests list to table
Configuration menu - View commit details
-
Copy full SHA for 19b4a0d - Browse repository at this point
Copy the full SHA 19b4a0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08dacfb - Browse repository at this point
Copy the full SHA 08dacfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bb3e72 - Browse repository at this point
Copy the full SHA 6bb3e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for aca372c - Browse repository at this point
Copy the full SHA aca372cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa0bd00 - Browse repository at this point
Copy the full SHA fa0bd00View commit details
Commits on May 10, 2023
-
debug: sequences: support [uU] suffix on integer literals (#1548)
This isn't specified in the Open-CMSIS-Pack specification, but is of course supported by C, and is used by at least the NXP.RT685_DFP pack.
Configuration menu - View commit details
-
Copy full SHA for 6749a95 - Browse repository at this point
Copy the full SHA 6749a95View commit details -
commands: show accessible-pins: fix missing function argument, print …
…GPIO pins if any (#1551)
Configuration menu - View commit details
-
Copy full SHA for ad783bf - Browse repository at this point
Copy the full SHA ad783bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e148a3a - Browse repository at this point
Copy the full SHA e148a3aView commit details
Commits on May 14, 2023
-
coresight: dap: revert API change to add DebugPort param to DPConnect…
…or constructor (#1555) The DebugPort was passed into DPConnector so that a trace log could be output when reading the DP IDR, thus breaking API compatibility. This change was reverted and replaced with DPConnector.read_idr() performing its own trace log with the IDR result. The formatting of the log message is different, but that's a minor concern.
Configuration menu - View commit details
-
Copy full SHA for da303b0 - Browse repository at this point
Copy the full SHA da303b0View commit details
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ef9d33d - Browse repository at this point
Copy the full SHA ef9d33dView commit details
Commits on May 17, 2023
-
code quality: do not use bare except (#1558)
replace all uses of bare excepts with "except Exception" to avoid catching exceptions like KeyboardInterrupt and SystemExit.
Configuration menu - View commit details
-
Copy full SHA for 1a61989 - Browse repository at this point
Copy the full SHA 1a61989View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.35.0...v0.35.1